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

/httpd/server/
H A Dutil_expr_parse.c1281 `yyss': related to states.
1289 yytype_int16 *yyss; local
1320 yyssp = yyss = yyssa;
1343 if (yyss + yystacksize - 1 <= yyssp)
1346 YYSIZE_T yysize = yyssp - yyss + 1;
1354 yytype_int16 *yyss1 = yyss;
1365 yyss = yyss1;
1380 yytype_int16 *yyss1 = yyss;
1385 YYSTACK_RELOCATE (yyss_alloc, yyss);
1394 yyssp = yyss
[all...]

Completed in 10 milliseconds