Lines Matching refs:split
58 int nojoin = 0; /* split lines only, don't join short ones */
87 void (*(split))(wchar_t []);
126 split = csplit;
128 split = msplit;
303 int nosplit = 0; /* flag set if line should not be split */
324 * if this is a mail header line, don't split it; flush previous
334 /* nroff-type lines starting with '.' are not split nor joined */
356 split(s);
366 * split puts current line onto outbuf, but splits it
369 split(cp);