Searched refs:yycount (Results 1 – 2 of 2) sorted by relevance
1032 int yycount = 0; in yysyntax_error() local1064 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()1080 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) in yysyntax_error()1082 yycount = 1; in yysyntax_error()1086 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()1098 switch (yycount) in yysyntax_error()1136 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
932 int yycount = 0; in yysyntax_error() local960 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()976 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) in yysyntax_error()978 yycount = 1; in yysyntax_error()982 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()994 switch (yycount) in yysyntax_error()1032 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
Completed in 14 milliseconds