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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_uu.c240 int firstline; local
248 firstline = 20;
270 firstline = 0;
319 return (firstline+30);
330 return (firstline+40);
332 return (firstline+40);
334 return (firstline+30);
/freebsd-9.3-release/usr.bin/mail/
H A Dsend.c61 int ishead, infld, ignoring, dostat, firstline; local
79 firstline = 1;
87 if (firstline) {
92 firstline = 0;
/freebsd-9.3-release/usr.sbin/iostat/
H A Diostat.c738 int firstline = 1; local
840 if (firstline) {
846 firstline = 0;
889 if (xflag > 0 && zflag > 0 && firstline == 1 &&
/freebsd-9.3-release/lib/libedit/
H A Drefresh.c106 char *firstline = el->el_vdisplay[0]; local
111 firstline[0] = '\0'; /* empty the string */
112 el->el_vdisplay[i - 1] = firstline;
1047 char *firstline = el->el_display[0]; local
1052 re__copy_and_pad(firstline, "", 0);
1053 el->el_display[i - 1] = firstline;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dusersmtp.c275 ** firstline -- set if this is the first line of the reply.
285 esmtp_check(line, firstline, m, mci, e)
287 bool firstline;
394 ** firstline -- set if this is the first line of the reply.
404 helo_options(line, firstline, m, mci, e)
406 bool firstline;
416 if (firstline)
603 ** firstline -- set if this is the first line of the reply.
615 getsasldata(line, firstline, m, mci, e)
617 bool firstline;
3063 bool firstline = true; local
[all...]
/freebsd-9.3-release/contrib/file/src/
H A Dsoftmagic.c149 int firstline = 1; /* a flag to print X\n X\n- X */ local
228 if (print_sep(ms, firstline) == -1)
318 if (print_sep(ms, firstline)
357 firstline = 0;
2160 print_sep(struct magic_set *ms, int firstline) argument
2164 if (firstline)

Completed in 176 milliseconds