Searched defs:yylex (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_parse.c64 #define yylex ap_expr_yylex macro
756 /* YYLEX -- calling `yylex' with the right arguments. */
758 # define YYLEX yylex (&yylval, YYLEX_PARAM)
760 # define YYLEX yylex (&yylval, yyscanner)

Completed in 15 milliseconds