Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dplural.c504 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) macro
506 # define YYLEX yylex (&yylval, &yylloc) macro
510 # define YYLEX yylex (&yylval, YYLEX_PARAM) macro
512 # define YYLEX yylex (&yylval) macro
516 # define YYLEX yylex () macro
871 yychar = YYLEX; in yyparse()
/external/toybox/kconfig/
Dzconf.tab.c_shipped386 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
393 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
528 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
529 token YYLEX-NUM. */
821 /* YYLEX -- calling `yylex' with the right arguments. */
824 # define YYLEX yylex (YYLEX_PARAM)
826 # define YYLEX yylex ()
1354 yychar = YYLEX;
/external/bison/data/
Dyacc.c793 # define YYLEX yylex (]b4_pure_if([&yylval[]b4_locations_if([, &yylloc]), ])[YYLEX_PARAM)
795 # define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
1443 yychar = YYLEX;
1709 yychar = YYLEX;]])[
Dglr.c474 #define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
1962 yychar = YYLEX;
2173 yychar = YYLEX;
2328 yychar = YYLEX;
/external/bison/src/
Dparse-gram.c1023 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) macro
1025 # define YYLEX yylex (&yylval, &yylloc) macro
2114 yychar = YYLEX;
/external/bison/tests/
Djava.at414 # YYLEX is the body of yylex () which throws LEX_THROW.
/external/bison/
DChangeLog-1998313 * src/bison.simple (YYLEX): Take notice of YYLEX_PARAM.
999 * src/bison.simple (YYLEX): If locations not in use, don't pass
DChangeLog-201215393 * data/yacc.c (YYLEX): Pass a yylex return type to
15416 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
17043 * data/bison.simple (YYLEX): Fix the declaration when
22484 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.