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

/httpd/server/
H A Dutil_expr_parse.c67 #define yychar ap_expr_yychar macro
702 #define yyclearin (yychar = YYEMPTY)
730 if (yychar == YYEMPTY) \
732 yychar = (Token); \
1079 - The only way there can be no lookahead present (in yychar) is if
1087 action, or user semantic action that manipulated yychar.
1245 int yychar; local
1329 yychar = YYEMPTY; /* Cause a token to be read. */
1427 if (yychar == YYEMPTY)
1430 yychar
[all...]

Completed in 21 milliseconds