Home
last modified time | relevance | path

Searched refs:yytranslate (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c160 #define YYTRANSLATE(x) ((unsigned)(x) <= 261 ? yytranslate[x] : 18)
163 static const char yytranslate[] = variable
/external/bison/data/
Dyacc.c622 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
625 static const ]b4_int_type_for([b4_translate])[ yytranslate[] =
Dglr.c334 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
337 static const ]b4_int_type_for([b4_translate])[ yytranslate[] =
/external/bison/src/
Dparse-gram.c606 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
609 static const yytype_uint8 yytranslate[] = variable
/external/libpcap/
Dgrammar.c900 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
904 static const yytype_uint8 yytranslate[] = variable
/external/toybox/kconfig/
Dzconf.tab.c_shipped391 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
394 static const unsigned char yytranslate[] =
/external/bison/tests/
Dregression.at740 [[static const yytype_uint8 yytranslate[] =
/external/bison/
DChangeLog-201217755 (yytranslate): Expand definition of yy_token_number_type, so that
17762 to yyr1 and yytranslate.
18220 Use this type for yytranslate.