Searched refs:t_cptr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/byacc/ |
| H A D | error.c | 125 illegal_tag(int t_lineno, char *t_line, char *t_cptr) in illegal_tag() argument 129 print_pos(t_line, t_cptr); in illegal_tag()
|
| H A D | defs.h | 450 extern void illegal_tag(int t_lineno, char *t_line, char *t_cptr) GCC_NORETURN;
|
| H A D | reader.c | 473 char *t_cptr = cptr; in keyword() local 529 syntax_error(lineno, line, t_cptr); in keyword() 1379 char *t_cptr = t_line + (cptr - line); in get_tag() local 1386 illegal_tag(t_lineno, t_line, t_cptr); in get_tag() 1401 illegal_tag(t_lineno, t_line, t_cptr); in get_tag()
|