Home | History | Annotate | Download | only in libcpu

Lines Matching defs:YYLEX

64 #define yylex           i386_lex
130 extern int yylex (void);
627 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
634 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
715 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
716 token YYLEX-NUM. */
872 /* YYLEX -- calling `yylex' with the right arguments. */
874 # define YYLEX yylex (YYLEX_PARAM)
876 # define YYLEX yylex ()
1536 yychar = YYLEX;