HomeSort by relevance Sort by last modified time
    Searched refs:YYLEX (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/intl/
plural.c 7 #define yylex __gettextlex macro
78 static int yylex (YYSTYPE *lval, const char **pexp);
159 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
162 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
499 /* YYLEX -- calling `yylex' with the right arguments. */
504 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM
1344 yylex (YYSTYPE *lval, const char **pexp) function
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural.c 7 #define yylex __gettextlex macro
90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
183 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
186 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
523 /* YYLEX -- calling `yylex' with the right arguments. */
528 # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM
1369 yylex (lval, pexp) function
    [all...]
  /external/bison/data/
yacc.c 103 # Accumulate in b4_lex_param all the yylex arguments.
362 #define yylex ]b4_prefix[lex macro
617 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
624 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
661 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
662 token YYLEX-NUM. */
791 /* YYLEX -- calling `yylex' with the right arguments. *
    [all...]
glr.c 60 # Accumule in b4_lex_param all the yylex arguments.
198 #define yylex ]b4_prefix[lex macro
336 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
473 /* YYLEX -- calling `yylex' with the right arguments. */
474 #define YYLEX ]b4_c_function_call([yylex], [int], b4_lex_param)[
    [all...]
  /external/bison/src/
parse-gram.c 66 #define yylex gram_lex macro
601 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
608 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
744 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
745 token YYLEX-NUM. */
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped 53 #define yylex zconflex
386 /* 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
    [all...]

Completed in 1334 milliseconds