Searched refs:YYERROR_CALL (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dcode_debug.i44 #ifndef YYERROR_CALL
45 #define YYERROR_CALL(msg) yyerror(msg)
H A Drename_debug.i44 #ifndef YYERROR_CALL
45 #define YYERROR_CALL(msg) yyerror(msg)
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Drename_debug.i44 #ifndef YYERROR_CALL
45 #define YYERROR_CALL(msg) yyerror(msg)
H A Dcode_error.code.c140 #ifndef YYERROR_CALL
141 #define YYERROR_CALL(msg) yyerror(msg) macro
363 YYERROR_CALL("syntax error");
478 YYERROR_CALL("yacc stack overflow");
H A Derr_syntax18.tab.c136 #ifndef YYERROR_CALL
137 #define YYERROR_CALL(msg) yyerror(msg) macro
381 YYERROR_CALL("syntax error");
501 YYERROR_CALL("yacc stack overflow");
H A Derr_syntax12.tab.c136 #ifndef YYERROR_CALL
137 #define YYERROR_CALL(msg) yyerror(msg) macro
385 YYERROR_CALL("syntax error");
500 YYERROR_CALL("yacc stack overflow");
H A Derr_syntax11.tab.c136 #ifndef YYERROR_CALL
137 #define YYERROR_CALL(msg) yyerror(msg) macro
379 YYERROR_CALL("syntax error");
494 YYERROR_CALL("yacc stack overflow");
H A Derr_syntax20.tab.c130 #ifndef YYERROR_CALL
131 #define YYERROR_CALL(msg) yyerror(msg) macro
377 YYERROR_CALL("syntax error");
497 YYERROR_CALL("yacc stack overflow");
H A Derr_syntax10.tab.c130 #ifndef YYERROR_CALL
131 #define YYERROR_CALL(msg) yyerror(msg) macro
373 YYERROR_CALL("syntax error");
488 YYERROR_CALL("yacc stack overflow");
H A Derror.tab.c136 #ifndef YYERROR_CALL
137 #define YYERROR_CALL(msg) yyerror(msg) macro
379 YYERROR_CALL("syntax error");
494 YYERROR_CALL("yacc stack overflow");
H A Dempty.tab.c140 #ifndef YYERROR_CALL
141 #define YYERROR_CALL(msg) yyerror(msg) macro
374 YYERROR_CALL("syntax error");
489 YYERROR_CALL("yacc stack overflow");
H A Dpure_error.tab.c148 #ifndef YYERROR_CALL
149 #define YYERROR_CALL(msg) yyerror(msg) macro
395 YYERROR_CALL("syntax error");
510 YYERROR_CALL("yacc stack overflow");
H A Dcalc3.tab.c150 #ifndef YYERROR_CALL
151 #define YYERROR_CALL(msg) yyerror(regs, base, msg) macro
502 YYERROR_CALL("syntax error");
678 YYERROR_CALL("yacc stack overflow");
H A Dcalc2.tab.c145 #ifndef YYERROR_CALL
146 #define YYERROR_CALL(msg) yyerror(regs, base, msg) macro
497 YYERROR_CALL("syntax error");
673 YYERROR_CALL("yacc stack overflow");
H A Dcalc.tab.c143 #ifndef YYERROR_CALL
144 #define YYERROR_CALL(msg) yyerror(msg) macro
484 YYERROR_CALL("syntax error");
660 YYERROR_CALL("yacc stack overflow");
H A Dcode_calc.code.c145 #ifndef YYERROR_CALL
146 #define YYERROR_CALL(msg) yyerror(msg) macro
393 YYERROR_CALL("syntax error");
569 YYERROR_CALL("yacc stack overflow");
H A Dquote_calc2.tab.c143 #ifndef YYERROR_CALL
144 #define YYERROR_CALL(msg) yyerror(msg) macro
505 YYERROR_CALL("syntax error");
681 YYERROR_CALL("yacc stack overflow");
H A Dquote_calc4-s.tab.c143 #ifndef YYERROR_CALL
144 #define YYERROR_CALL(msg) yyerror(msg) macro
500 YYERROR_CALL("syntax error");
676 YYERROR_CALL("yacc stack overflow");
H A Dquote_calc4.tab.c143 #ifndef YYERROR_CALL
144 #define YYERROR_CALL(msg) yyerror(msg) macro
500 YYERROR_CALL("syntax error");
676 YYERROR_CALL("yacc stack overflow");
H A Dquote_calc3-s.tab.c143 #ifndef YYERROR_CALL
144 #define YYERROR_CALL(msg) yyerror(msg) macro
500 YYERROR_CALL("syntax error");
676 YYERROR_CALL("yacc stack overflow");
H A Dquote_calc3.tab.c143 #ifndef YYERROR_CALL
144 #define YYERROR_CALL(msg) yyerror(msg) macro
500 YYERROR_CALL("syntax error");
676 YYERROR_CALL("yacc stack overflow");
H A Dquote_calc2-s.tab.c143 #ifndef YYERROR_CALL
144 #define YYERROR_CALL(msg) yyerror(msg) macro
499 YYERROR_CALL("syntax error");
675 YYERROR_CALL("yacc stack overflow");
H A Dok_syntax1.tab.c158 #ifndef YYERROR_CALL
159 #define YYERROR_CALL(msg) yyerror(regs, base, msg) macro
526 YYERROR_CALL("syntax error");
702 YYERROR_CALL("yacc stack overflow");
H A Dquote_calc.tab.c143 #ifndef YYERROR_CALL
144 #define YYERROR_CALL(msg) yyerror(msg) macro
505 YYERROR_CALL("syntax error");
681 YYERROR_CALL("yacc stack overflow");
H A Dquote_calc-s.tab.c143 #ifndef YYERROR_CALL
144 #define YYERROR_CALL(msg) yyerror(msg) macro
499 YYERROR_CALL("syntax error");
675 YYERROR_CALL("yacc stack overflow");

Completed in 168 milliseconds

123