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

/httpd/server/
H A Dutil_expr_parse.c735 yystate = *yyssp; \
1057 yytype_int16 *yyssp, int yytoken)
1099 int yyn = yypact[*yyssp];
1290 yytype_int16 *yyssp; local
1314 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1320 yyssp = yyss = yyssa;
1338 yyssp++;
1341 *yyssp = yystate;
1343 if (yyss + yystacksize - 1 <= yyssp)
1346 YYSIZE_T yysize = yyssp
1056 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) argument
[all...]

Completed in 2102 milliseconds