Home | History | Annotate | Download | only in compiler

Lines Matching defs:YYLEX

571 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
578 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
666 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
667 token YYLEX-NUM. */
874 /* YYLEX -- calling `yylex' with the right arguments. */
877 # define YYLEX yylex (YYLEX_PARAM)
879 # define YYLEX yylex ()
1526 yychar = YYLEX;