Home | History | Annotate | Download | only in xwin

Lines Matching refs:yylex

154 extern int yylex(void);
507 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
514 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
620 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
621 token YYLEX-NUM. */
851 /* YYLEX -- calling `yylex' with the right arguments. */
854 # define YYLEX yylex (YYLEX_PARAM)
856 # define YYLEX yylex ()
1525 yychar = YYLEX;