HomeSort by: relevance | last modified time | path
    Searched refs:firstline (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/bin/ps/
t_ps.sh 138 local firstline="${output%%${nl}*}"
139 atf_fail "check_no_heading_line [$args] got [$firstline]"
  /src/usr.bin/mail/
send.c 126 int isheadflag, infld, ignoring, dostat, firstline; local in function:sendmessage
151 firstline = 1;
166 if (firstline) {
171 firstline = 0;
  /src/lib/libedit/
refresh.c 108 wint_t *firstline = el->el_vdisplay[0]; local in function:re_nextline
113 firstline[0] = '\0'; /* empty the string */
114 el->el_vdisplay[i - 1] = firstline;

Completed in 15 milliseconds