Home
last modified time | relevance | path

Searched refs:over_unionized (Results 1 – 20 of 20) sorted by relevance

/dports/lang/ocaml/ocaml-4.05.0/yacc/
H A Derror.c121 void over_unionized(char *u_cptr) in over_unionized() function
H A Ddefs.h336 extern void over_unionized (char *u_cptr) Noreturn;
H A Dreader.c514 if (unionized) over_unionized(cptr - 6); in copy_union()
/dports/lang/ocaml-nox11/ocaml-4.05.0/yacc/
H A Derror.c121 void over_unionized(char *u_cptr) in over_unionized() function
H A Ddefs.h336 extern void over_unionized (char *u_cptr) Noreturn;
H A Dreader.c514 if (unionized) over_unionized(cptr - 6); in copy_union()
/dports/devel/byaccj/byaccj1.15/src/
H A Derror.c107 void over_unionized(char *u_cptr) in over_unionized() function
H A Ddefs.h352 void over_unionized(char *u_cptr);
H A Dreader.c445 if (unionized) over_unionized(cptr - 6); in copy_union()
/dports/devel/cscout/cscout-bd7dfac/btyacc/
H A Derror.c117 void over_unionized(char *cptr) { in over_unionized() function
H A Ddefs.h368 void over_unionized(char *);
H A Dreader.c871 if (unionized) over_unionized(cptr - 6); in read_declarations()
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlyac/
H A Derror.c105 void over_unionized(char *u_cptr) in over_unionized() function
H A Ddefs.h363 extern void over_unionized(char *u_cptr);
H A Dreader.c433 if (unionized) over_unionized(cptr - 6); in copy_union()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/
H A Derror.c120 over_unionized(char *u_cptr) in over_unionized() function
H A Ddefs.h456 extern void over_unionized(char *u_cptr) GCC_NORETURN;
H A Dreader.c618 over_unionized(cptr - 6); in copy_union()
H A DMANIFEST392 test/err_syntax25.y testcase for over_unionized()
H A DCHANGES699 * test/err_syntax25.y: testcase for over_unionized()