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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c269 int firstline; local
278 firstline = 20;
301 firstline = 0;
339 return (firstline+30);
350 return (firstline+40);
352 return (firstline+40);
354 return (firstline+30);
/freebsd-11-stable/contrib/lua/src/
H A Dlua.c273 static const char *get_prompt (lua_State *L, int firstline) { argument
275 lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2");
277 if (p == NULL) p = (firstline ? LUA_PROMPT : LUA_PROMPT2);
307 static int pushline (lua_State *L, int firstline) { argument
311 const char *prmt = get_prompt(L, firstline);
319 if (firstline && b[0] == '=') /* for compatibility with 5.2, ... */
/freebsd-11-stable/usr.bin/mail/
H A Dsend.c61 int ishead, infld, ignoring, dostat, firstline; local
79 firstline = 1;
87 if (firstline) {
92 firstline = 0;
/freebsd-11-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh138 local firstline="${output%%${nl}*}"
139 atf_fail "check_no_heading_line [$args] got [$firstline]"
/freebsd-11-stable/usr.sbin/iostat/
H A Diostat.c799 int firstline = 1; local
912 if (firstline) {
918 firstline = 0;
961 if (xflag > 0 && zflag > 0 && firstline == 1 &&
/freebsd-11-stable/lib/libedit/
H A Drefresh.c109 Char *firstline = el->el_vdisplay[0]; local
114 firstline[0] = '\0'; /* empty the string */
115 el->el_vdisplay[i - 1] = firstline;
1083 Char *firstline = el->el_display[0]; local
1088 re__copy_and_pad(firstline, STR(""), (size_t)0);
1089 el->el_display[i - 1] = firstline;
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c204 int firstline = 1; /* a flag to print X\n X\n- X */ local
283 if ((e = handle_annotation(ms, m, firstline)) != 0)
299 if (print_sep(ms, firstline) == -1)
396 if ((e = handle_annotation(ms, m, firstline))
417 if (print_sep(ms, firstline)
456 firstline = 0;
463 firstline = 0;
2352 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) argument
2355 if (print_sep(ms, firstline) == -1)
2362 if (print_sep(ms, firstline)
2385 print_sep(struct magic_set *ms, int firstline) argument
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dusersmtp.c288 ** firstline -- set if this is the first line of the reply.
298 esmtp_check(line, firstline, m, mci, e)
300 bool firstline;
407 ** firstline -- set if this is the first line of the reply.
417 helo_options(line, firstline, m, mci, e)
419 bool firstline;
429 if (firstline)
620 ** firstline -- set if this is the first line of the reply.
632 getsasldata(line, firstline, m, mci, e)
634 bool firstline;
3102 bool firstline = true; local
[all...]

Completed in 216 milliseconds