Home
last modified time | relevance | path

Searched refs:illegal_tag (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/byacc/
H A Derror.c137 illegal_tag(int t_lineno, const char *t_line, const char *t_cptr) in illegal_tag() function
H A Ddefs.h486 extern GCC_NORETURN void illegal_tag(int t_lineno, const char *t_line, const char *t_cptr);
H A Dreader.c1711 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 DMANIFEST461 test/err_syntax6.y testcase for illegal_tag()
H A DCHANGES4141 * test/err_syntax6.y: testcase for illegal_tag()