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

/httpd/server/
H A Dutil_expr_parse.c1068 int yycount = 0; local
1100 yyarg[yycount++] = yytname[yytoken];
1116 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
1118 yycount = 1;
1122 yyarg[yycount++] = yytname[yyx];
1134 switch (yycount)
1172 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)

Completed in 17 milliseconds