Home | History | Annotate | Download | only in sh

Lines Matching refs:yylex

318 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
325 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
408 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
409 token YYLEX-NUM. */
598 /* YYLEX -- calling `yylex' with the right arguments. */
601 # define YYLEX yylex (YYLEX_PARAM)
603 # define YYLEX yylex ()
1063 yychar = YYLEX;