Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c1234 int yyx; in yysyntax_error() local
1236 for (yyx = yyxbegin; yyx < yyxend; ++yyx) in yysyntax_error()
1237 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR in yysyntax_error()
1238 && !yytable_value_is_error (yytable[yyx + yyn])) in yysyntax_error()
1246 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1247 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
Dzconf.tab.c_shipped1234 int yyx;
1236 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1237 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1238 && !yytable_value_is_error (yytable[yyx + yyn]))
1246 yyarg[yycount++] = yytname[yyx];
1247 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped1309 int yyx;
1311 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1312 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1313 && !yytable_value_is_error (yytable[yyx + yyn]))
1321 yyarg[yycount++] = yytname[yyx];
1322 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped1136 int yyx;
1138 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1139 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1140 && !yytable_value_is_error (yytable[yyx + yyn]))
1148 yyarg[yycount++] = yytname[yyx];
1150 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);