Searched refs:longline (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dcollect.c79 int longline, lastlong, rc; /* So we don't make 2 or more lines local
135 longline = 0;
168 lastlong = longline;
169 longline = c == LINESIZE - 1;
178 if (putline(collf, linebuf, !longline) < 0)
190 if (putline(collf, &linebuf[1], !longline) < 0)

Completed in 48 milliseconds