Home
last modified time | relevance | path

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

/minix/external/bsd/byacc/dist/
H A Derror.c129 illegal_tag(int t_lineno, char *t_line, char *t_cptr) in illegal_tag() function
H A Ddefs.h451 extern void illegal_tag(int t_lineno, char *t_line, char *t_cptr) GCC_NORETURN;
H A Dreader.c1255 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 DMANIFEST398 test/err_syntax6.y testcase for illegal_tag()
H A DCHANGES776 * test/err_syntax6.y: testcase for illegal_tag()