Searched refs:t_line (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/byacc/
H A Derror.c98 unterminated_text(int t_lineno, char *t_line, char *t_cptr) argument
102 print_pos(t_line, t_cptr);
125 illegal_tag(int t_lineno, char *t_line, char *t_cptr) argument
129 print_pos(t_line, t_cptr);
H A Dreader.c495 char *t_line = dup_line(); local
496 char *t_cptr = t_line + (cptr - line - 2);
502 unterminated_text(t_lineno, t_line, t_cptr);
517 unterminated_text(t_lineno, t_line, t_cptr);
547 FREE(t_line);
1037 char *t_line = dup_line(); local
1038 char *t_cptr = t_line + (cptr - line);
1045 illegal_tag(t_lineno, t_line, t_cptr);
1060 illegal_tag(t_lineno, t_line, t_cptr);
1063 FREE(t_line);
[all...]
/freebsd-10.1-release/contrib/ee/
H A Dee.c1992 struct text *t_line; local
2003 t_line = curr_line;
2004 while ((t_line->line_number > number) && (t_line->prev_line != NULL))
2007 t_line = t_line->prev_line;
2010 while ((t_line->line_number < number) && (t_line->next_line != NULL))
2014 t_line = t_line
[all...]
/freebsd-10.1-release/sys/dev/cx/
H A Dif_cx.c1346 && linesw[tp->t_line]->l_rint == ttyinput)
2046 if (d->tty->t_line)

Completed in 191 milliseconds