Searched refs:tline (Results 1 – 6 of 6) sorted by relevance
/freebsd/sbin/dhclient/ |
H A D | conflex.c | 64 static int tline; variable 172 if (lexline != tline) in next_token() 175 lexline = tline; in next_token() 195 tline = lexline; in peek_token() 197 if (lexline != tline) in peek_token() 203 lexline = tline; in peek_token() 204 tline = x; in peek_token()
|
/freebsd/contrib/less/ |
H A D | tags.c | 265 char tline[TAGLINE_SIZE]; in findctag() local 281 while (fgets(tline, sizeof(tline), f) != NULL) in findctag() 283 if (tline[0] == '!') in findctag() 286 if (strncmp(tag, tline, taglen) != 0 || !WHITESP(tline[taglen])) in findctag() 302 p = skipsp(tline+taglen); in findctag()
|
/freebsd/contrib/unifdef/ |
H A D | unifdef.c | 194 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */ variable 661 snprintf(keyword, tline + sizeof(tline) - keyword, in keywordedit() 711 bool blankline = tline[strspn(tline, " \t\r\n")] == '\0'; in flushline() 718 if (fputs(tline, output) == EOF) in flushline() 807 if (strrchr(tline, '\n') == strrchr(tline, '\r') + 1) in parseline() 816 keyword = tline + (cp - tline); in parseline() 862 long len = cp - tline; in parseline() 863 if (fgets(tline + len, MAXLINE - len, input) == NULL) { in parseline() 867 strcpy(tline + len, newline); in parseline() 1205 if (fgets(tline, MAXLINE, input) == NULL) { in skiphash() [all …]
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_write.c | 286 recno_t fline, tline, lcnt; in ex_writefp() local 293 tline = tm->lno; in ex_writefp() 318 if (tline != 0) in ex_writefp() 319 for (; fline <= tline; ++fline, ++lcnt) { in ex_writefp()
|
/freebsd/contrib/ee/ |
H A D | ee.c | 2306 struct text *tline; /* temporary pointer to new line */ in get_line() local 2335 tline = txtalloc(); /* allocate data structure for next line */ in get_line() 2336 tline->line_number = curr_line->line_number + 1; in get_line() 2337 tline->next_line = curr_line->next_line; in get_line() 2338 tline->prev_line = curr_line; in get_line() 2339 curr_line->next_line = tline; in get_line() 2340 if (tline->next_line != NULL) in get_line() 2341 tline->next_line->prev_line = tline; in get_line() 2342 curr_line = tline; in get_line()
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 14315 %{10}%=%tspanish%e%p1%{11}%=%tline%e%p1%{12}%=%tsecurit
|