Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c1136 char const *yyp = yystr; in yytnamerr() local
1139 switch (*++yyp) in yytnamerr()
1146 if (*++yyp != '\\') in yytnamerr()
1151 yyres[yyn] = *yyp; in yytnamerr()
1289 char *yyp = *yymsg; in yysyntax_error() local
1291 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1292 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1294 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()
1299 yyp++; in yysyntax_error()
Dzconf.tab.c_shipped1136 char const *yyp = yystr;
1139 switch (*++yyp)
1146 if (*++yyp != '\\')
1151 yyres[yyn] = *yyp;
1289 char *yyp = *yymsg;
1291 while ((*yyp = *yyformat) != '\0')
1292 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1294 yyp += yytnamerr (yyp, yyarg[yyi++]);
1299 yyp++;
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped1211 char const *yyp = yystr;
1214 switch (*++yyp)
1221 if (*++yyp != '\\')
1226 yyres[yyn] = *yyp;
1364 char *yyp = *yymsg;
1366 while ((*yyp = *yyformat) != '\0')
1367 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1369 yyp += yytnamerr (yyp, yyarg[yyi++]);
1374 yyp++;
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped1039 char const *yyp = yystr;
1042 switch (*++yyp)
1049 if (*++yyp != '\\')
1054 yyres[yyn] = *yyp;
1195 char *yyp = *yymsg;
1197 while ((*yyp = *yyformat) != '\0')
1198 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1200 yyp += yytnamerr (yyp, yyarg[yyi++]);
1205 yyp++;