Home
last modified time | relevance | path

Searched refs:yycount (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c1138 int yyx, yycount; in yyparse() local
1140 yycount = 0; in yyparse()
1146 yysize += yystrlen (yytname[yyx]) + 15, yycount++; in yyparse()
1155 if (yycount < 5) in yyparse()
1157 yycount = 0; in yyparse()
1163 const char *yyq = ! yycount ? ", expecting " : " or "; in yyparse()
1166 yycount++; in yyparse()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp953 int yycount = 0; in yysyntax_error() local
981 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()
997 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) in yysyntax_error()
999 yycount = 1; in yysyntax_error()
1003 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1015 switch (yycount) in yysyntax_error()
1053 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser.c1356 int yycount = 0; in yysyntax_error() local
1384 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()
1400 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) in yysyntax_error()
1402 yycount = 1; in yysyntax_error()
1406 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1418 switch (yycount) in yysyntax_error()
1456 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
/external/libpcap/
Dgrammar.c1673 int yycount = 0; in yysyntax_error() local
1701 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()
1717 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) in yysyntax_error()
1719 yycount = 1; in yysyntax_error()
1723 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1735 switch (yycount) in yysyntax_error()
1773 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1953 int yycount = 0; in yysyntax_error() local
1981 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()
1997 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) in yysyntax_error()
1999 yycount = 1; in yysyntax_error()
2003 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
2015 switch (yycount) in yysyntax_error()
2053 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
/external/toybox/kconfig/
Dzconf.tab.c_shipped1911 int yycount = 1;
1919 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
1921 yycount = 1;
1926 yyarg[yycount++] = yytname[yyx];
1950 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)