Searched refs:illegal_tag (Results 1 – 5 of 5) sorted by relevance
/minix/external/bsd/byacc/dist/ |
H A D | error.c | 129 illegal_tag(int t_lineno, char *t_line, char *t_cptr) in illegal_tag() function
|
H A D | defs.h | 451 extern void illegal_tag(int t_lineno, char *t_line, char *t_cptr) GCC_NORETURN;
|
H A D | reader.c | 1255 illegal_tag(t_lineno, t_line, t_cptr); in get_tag() 1270 illegal_tag(t_lineno, t_line, t_cptr); in get_tag() 1878 illegal_tag(rescan_lineno, NULL, NULL); in compile_arg()
|
H A D | MANIFEST | 398 test/err_syntax6.y testcase for illegal_tag()
|
H A D | CHANGES | 776 * test/err_syntax6.y: testcase for illegal_tag()
|