Home
last modified time | relevance | path

Searched refs:tline (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/dhclient/
H A Dconflex.c64 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 Dtags.c265 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 Dunifdef.c661 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()
1211 cp = skipcomment(tline); in skiphash()
[all …]
/freebsd/contrib/nvi/ex/
H A Dex_write.c286 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 Dee.c2306 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 Dterminfo.src13768 %{10}%=%tspanish%e%p1%{11}%=%tline%e%p1%{12}%=%tsecurit