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

/httpd/server/
H A Dutil_expr_parse.c735 yystate = *yyssp; \
1276 int yystate; local
1326 yystate = 0;
1333 | yynewstate -- Push a new state, which is found in yystate. |
1341 *yyssp = yystate;
1404 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1406 if (yystate == YYFINAL)
1420 yyn = yypact[yystate];
1469 yystate = yyn;
1481 yyn = yydefact[yystate];
[all...]

Completed in 15 milliseconds