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

  /src/lib/libedit/
refresh.c 108 wint_t *firstline = el->el_vdisplay[0]; local
113 firstline[0] = '\0'; /* empty the string */
114 el->el_vdisplay[i - 1] = firstline;
refresh.c 108 wint_t *firstline = el->el_vdisplay[0]; local
113 firstline[0] = '\0'; /* empty the string */
114 el->el_vdisplay[i - 1] = firstline;
  /src/usr.bin/mail/
send.c 126 int isheadflag, infld, ignoring, dostat, firstline; local
151 firstline = 1;
166 if (firstline) {
171 firstline = 0;
send.c 126 int isheadflag, infld, ignoring, dostat, firstline; local
151 firstline = 1;
166 if (firstline) {
171 firstline = 0;
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_uu.c 270 int firstline; local
279 firstline = 20;
302 firstline = 0;
340 return (firstline+30);
351 return (firstline+40);
353 return (firstline+40);
355 return (firstline+30);
archive_read_support_filter_uu.c 270 int firstline; local
279 firstline = 20;
302 firstline = 0;
340 return (firstline+30);
351 return (firstline+40);
353 return (firstline+40);
355 return (firstline+30);
  /src/external/bsd/file/dist/src/
softmagic.c 138 int rv = 0, printed_something = 0, need_separator = 0, firstline = 1; local
153 &printed_something, &need_separator, &firstline,
226 int *printed_something, int *need_separator, int *firstline,
281 printed_something, need_separator, firstline, returnval,
315 if ((e = handle_annotation(ms, m, *firstline)) != 0)
321 *firstline = 0;
335 if (print_sep(ms, *firstline) == -1)
399 firstline, returnval, found_match)) {
436 if ((e = handle_annotation(ms, m, *firstline))
442 *firstline = 0
    [all...]
softmagic.c 138 int rv = 0, printed_something = 0, need_separator = 0, firstline = 1; local
153 &printed_something, &need_separator, &firstline,
226 int *printed_something, int *need_separator, int *firstline,
281 printed_something, need_separator, firstline, returnval,
315 if ((e = handle_annotation(ms, m, *firstline)) != 0)
321 *firstline = 0;
335 if (print_sep(ms, *firstline) == -1)
399 firstline, returnval, found_match)) {
436 if ((e = handle_annotation(ms, m, *firstline))
442 *firstline = 0
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 9685 int firstline; member in struct:ScriptObj
9849 linenr = script->firstline = tokenlist->list[0].line;
9981 line = script->firstline;
jimsh0.c 9685 int firstline; member in struct:ScriptObj
9849 linenr = script->firstline = tokenlist->list[0].line;
9981 line = script->firstline;

Completed in 134 milliseconds