Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c1158 char const *yyp = yystr; in yytnamerr() local
1161 switch (*++yyp) in yytnamerr()
1168 if (*++yyp != '\\') in yytnamerr()
1173 yyres[yyn] = *yyp; in yytnamerr()
1311 char *yyp = *yymsg; in yysyntax_error() local
1313 while ((*yyp = *yyformat) != '\0') in yysyntax_error()
1314 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()
1316 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()
1321 yyp++; in yysyntax_error()
Dzconf.tab.c_shipped1158 char const *yyp = yystr;
1161 switch (*++yyp)
1168 if (*++yyp != '\\')
1173 yyres[yyn] = *yyp;
1311 char *yyp = *yymsg;
1313 while ((*yyp = *yyformat) != '\0')
1314 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1316 yyp += yytnamerr (yyp, yyarg[yyi++]);
1321 yyp++;
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1196 char const *yyp = yystr;
1199 switch (*++yyp)
1206 if (*++yyp != '\\')
1211 yyres[yyn] = *yyp;
1352 char *yyp = *yymsg;
1354 while ((*yyp = *yyformat) != '\0')
1355 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1357 yyp += yytnamerr (yyp, yyarg[yyi++]);
1362 yyp++;
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1002 char const *yyp = yystr;
1005 switch (*++yyp)
1012 if (*++yyp != '\\')
1017 yyres[yyn] = *yyp;
1154 char *yyp = *yymsg;
1156 while ((*yyp = *yyformat) != '\0')
1157 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1159 yyp += yytnamerr (yyp, yyarg[yyi++]);
1164 yyp++;