Searched refs:YYMAXTOKEN (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dcode_error.code.c150 #define YYMAXTOKEN 256 macro
152 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Derr_syntax18.tab.c174 #define YYMAXTOKEN 256 macro
176 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Derr_syntax12.tab.c173 #define YYMAXTOKEN 456 macro
175 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Derr_syntax11.tab.c172 #define YYMAXTOKEN 256 macro
174 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Derr_syntax20.tab.c169 #define YYMAXTOKEN 257 macro
171 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Derr_syntax10.tab.c166 #define YYMAXTOKEN 256 macro
168 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Derror.tab.c172 #define YYMAXTOKEN 256 macro
174 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dempty.tab.c176 #define YYMAXTOKEN 256 macro
178 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Drename_debug.c48 #define YYMAXTOKEN 256 macro
50 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dpure_error.tab.c184 #define YYMAXTOKEN 256 macro
186 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dcalc3.tab.c246 #define YYMAXTOKEN 259 macro
248 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dcalc2.tab.c241 #define YYMAXTOKEN 259 macro
243 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dcalc.tab.c239 #define YYMAXTOKEN 259 macro
241 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dcode_calc.code.c160 #define YYMAXTOKEN 259 macro
162 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dquote_calc2.tab.c259 #define YYMAXTOKEN 271 macro
261 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dquote_calc4-s.tab.c253 #define YYMAXTOKEN 271 macro
255 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dquote_calc4.tab.c253 #define YYMAXTOKEN 271 macro
255 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dquote_calc3-s.tab.c253 #define YYMAXTOKEN 271 macro
255 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dquote_calc3.tab.c253 #define YYMAXTOKEN 271 macro
255 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dquote_calc2-s.tab.c253 #define YYMAXTOKEN 271 macro
255 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dok_syntax1.tab.c267 #define YYMAXTOKEN 273 macro
269 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dquote_calc.tab.c259 #define YYMAXTOKEN 271 macro
261 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dquote_calc-s.tab.c253 #define YYMAXTOKEN 271 macro
255 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
H A Dpure_calc.tab.c249 #define YYMAXTOKEN 259 macro
251 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
/freebsd-11-stable/usr.bin/lex/
H A Dinitparse.c358 #define YYMAXTOKEN 301 macro
756 if (yychar <= YYMAXTOKEN) yys = yyname[yychar];
840 if (yychar <= YYMAXTOKEN) yys = yyname[yychar];
1811 if (yychar <= YYMAXTOKEN) yys = yyname[yychar];

Completed in 132 milliseconds

123