Searched defs:YYTRANSLATE (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-10.2-release/contrib/byacc/test/yacc/
H A Drename_debug.c50 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dcode_calc.code.c160 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dcode_error.code.c152 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dempty.tab.c178 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Derr_syntax10.tab.c168 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Derr_syntax20.tab.c171 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dcalc.tab.c241 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dcalc1.tab.c279 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dcalc2.tab.c243 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dcalc3.tab.c248 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Derr_syntax11.tab.c174 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Derr_syntax12.tab.c175 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Derr_syntax18.tab.c176 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Derror.tab.c174 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dok_syntax1.tab.c269 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dpure_calc.tab.c251 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dpure_error.tab.c186 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dquote_calc-s.tab.c255 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dquote_calc.tab.c261 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dquote_calc2-s.tab.c255 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dquote_calc2.tab.c261 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dquote_calc3-s.tab.c255 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Dquote_calc3.tab.c255 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
/freebsd-10.2-release/contrib/byacc/test/btyacc/
H A Dcode_debug.c65 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro
H A Drename_debug.c65 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) macro

Completed in 115 milliseconds

1234