Home | History | Annotate | Download | only in compiler

Lines Matching defs:YYLEX

569 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
576 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
663 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
664 token YYLEX-NUM. */
871 /* YYLEX -- calling `yylex' with the right arguments. */
874 # define YYLEX yylex (YYLEX_PARAM)
876 # define YYLEX yylex ()
1523 yychar = YYLEX;