Searched refs:tline (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sbin/dhclient/
H A Dconflex.c76 static int tline; variable
104 tlpos = tline = token = ugflag = 0;
213 if (lexline != tline)
216 lexline = tline;
236 tline = lexline;
238 if (lexline != tline)
244 lexline = tline;
245 tline = x;
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCompare.pm63 my ($fline,$tline);
65 goto fail_inner unless defined($tline = <TO>);
68 goto fail_inner if &$size($fline, $tline);
70 goto fail_inner if $fline ne $tline;
73 goto fail_inner if defined($tline = <TO>);
/openbsd-current/usr.bin/cvs/
H A Dtrigger.c382 struct trigger_line *tline; local
440 tline = xmalloc(sizeof(*tline));
441 tline->line = xstrdup(q);
442 TAILQ_INSERT_TAIL(list, tline, flist);
453 tline = xmalloc(sizeof(*tline));
454 tline->line = xstrdup(q);
455 TAILQ_INSERT_HEAD(list, tline, flist);
465 tline
[all...]
/openbsd-current/usr.sbin/dhcpd/
H A Dconflex.c73 static int tline; variable
171 if (lexline != tline)
174 lexline = tline;
194 tline = lexline;
196 if (lexline != tline)
202 lexline = tline;
203 tline = x;
/openbsd-current/usr.bin/less/
H A Dtags.c204 char tline[TAGLINE_SIZE]; local
220 while (fgets(tline, sizeof (tline), f) != NULL) {
221 if (tline[0] == '!')
224 if (strncmp(tag, tline, taglen) != 0 || !WHITESP(tline[taglen]))
240 p = skipsp(tline+taglen);
/openbsd-current/usr.bin/vi/ex/
H A Dex_write.c273 recno_t fline, tline, lcnt; local
280 tline = tm->lno;
305 if (tline != 0)
306 for (; fline <= tline; ++fline, ++lcnt) {
/openbsd-current/usr.bin/unifdef/
H A Dunifdef.c153 * we leave some space at the end of the tline buffer to accommodate this.
188 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */ variable
654 snprintf(keyword, tline + sizeof(tline) - keyword,
703 bool blankline = tline[strspn(tline, " \t\r\n")] == '\0';
710 if (fputs(tline, output) == EOF)
797 if (strrchr(tline, '\n') == strrchr(tline, '\r') + 1)
806 keyword = tline
[all...]

Completed in 259 milliseconds