Searched refs:yytname (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 569 static const char *const yytname[] = variable 986 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 988 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1204 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); in yysyntax_error() 1246 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error() 1268 yyarg[yycount++] = yytname[yyx]; in yysyntax_error() 1269 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
|
D | zconf.tab.c_shipped | 569 static const char *const yytname[] = 986 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 988 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1149 backslash-backslash). YYSTR is taken from yytname. If YYRES is 1204 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); 1246 yyarg[yycount++] = yytname[yytoken]; 1253 /* Stay within bounds of both yycheck and yytname. */ 1268 yyarg[yycount++] = yytname[yyx]; 1269 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 581 static const char *const yytname[] = 1024 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 1026 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1187 backslash-backslash). YYSTR is taken from yytname. If YYRES is 1242 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); 1283 yyarg[yycount++] = yytname[yytoken]; 1290 /* Stay within bounds of both yycheck and yytname. */ 1305 yyarg[yycount++] = yytname[yyx]; 1307 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 511 static const char *const yytname[] = 860 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); 993 backslash-backslash). YYSTR is taken from yytname. If YYRES is 1048 YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]); 1085 yyarg[yycount++] = yytname[yytoken]; 1092 /* Stay within bounds of both yycheck and yytname. */ 1107 yyarg[yycount++] = yytname[yyx]; 1109 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
|