Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c1214 int yycount = 0; in yysyntax_error() local
1246 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error()
1262 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) in yysyntax_error()
1264 yycount = 1; in yysyntax_error()
1268 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1278 switch (yycount) in yysyntax_error()
1314 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
Dzconf.tab.c_shipped1214 int yycount = 0;
1246 yyarg[yycount++] = yytname[yytoken];
1262 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
1264 yycount = 1;
1268 yyarg[yycount++] = yytname[yyx];
1278 switch (yycount)
1314 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1251 int yycount = 0;
1283 yyarg[yycount++] = yytname[yytoken];
1299 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
1301 yycount = 1;
1305 yyarg[yycount++] = yytname[yyx];
1317 switch (yycount)
1355 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1057 int yycount = 0;
1085 yyarg[yycount++] = yytname[yytoken];
1101 if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
1103 yycount = 1;
1107 yyarg[yycount++] = yytname[yyx];
1119 switch (yycount)
1157 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)