Searched refs:illegal_tag (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | error.c | 137 illegal_tag(int t_lineno, const char *t_line, const char *t_cptr) in illegal_tag() function
|
H A D | defs.h | 486 extern GCC_NORETURN void illegal_tag(int t_lineno, const char *t_line, const char *t_cptr);
|
H A D | reader.c | 1711 illegal_tag(t_lineno, t_line, t_cptr); in get_tag() 1726 illegal_tag(t_lineno, t_line, t_cptr); in get_tag() 2418 illegal_tag(rescan_lineno, NULL, NULL); in compile_arg()
|
H A D | MANIFEST | 461 test/err_syntax6.y testcase for illegal_tag()
|
H A D | CHANGES | 4141 * test/err_syntax6.y: testcase for illegal_tag()
|