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

123

/freebsd-10.2-release/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-10.2-release/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
361 YYERROR_CALL("syntax error");
481 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");
494 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");
493 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");
499 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");
505 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");
506 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");
502 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");
499 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");
515 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");
665 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");
678 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");
683 YYERROR_CALL("yacc stack overflow");
H A Dcode_calc.code.c145 #ifndef YYERROR_CALL
146 #define YYERROR_CALL(msg) yyerror(msg) macro
389 YYERROR_CALL("syntax error");
570 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");
707 YYERROR_CALL("yacc stack overflow");
H A Dpure_calc.tab.c153 #ifndef YYERROR_CALL
154 #define YYERROR_CALL(msg) yyerror(msg) macro
498 YYERROR_CALL("syntax error");
679 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");
680 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");
686 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");
680 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");
686 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");
681 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");
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");
681 YYERROR_CALL("yacc stack overflow");

Completed in 104 milliseconds

123