Searched refs:t_cptr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.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 | reader.c | 495 char *t_cptr = cptr; in keyword() local 551 syntax_error(lineno, line, t_cptr); in keyword() 1530 char *t_cptr = t_line + (cptr - line); in get_tag() local 1537 illegal_tag(t_lineno, t_line, t_cptr); in get_tag() 1552 illegal_tag(t_lineno, t_line, t_cptr); in get_tag()
|
| H A D | defs.h | 482 extern void illegal_tag(int t_lineno, char *t_line, char *t_cptr) GCC_NORETURN;
|