Searched refs:yytname (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 553 static const char *const yytname[] = variable 964 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 966 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1182 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); in yysyntax_error() 1224 yyarg[yycount++] = yytname[yytoken]; in yysyntax_error() 1246 yyarg[yycount++] = yytname[yyx]; in yysyntax_error() 1247 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
|
D | zconf.tab.c_shipped | 553 static const char *const yytname[] = 964 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 966 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1127 backslash-backslash). YYSTR is taken from yytname. If YYRES is 1182 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); 1224 yyarg[yycount++] = yytname[yytoken]; 1231 /* Stay within bounds of both yycheck and yytname. */ 1246 yyarg[yycount++] = yytname[yyx]; 1247 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 568 static const char *const yytname[] = 1039 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 1041 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1202 backslash-backslash). YYSTR is taken from yytname. If YYRES is 1257 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); 1299 yyarg[yycount++] = yytname[yytoken]; 1306 /* Stay within bounds of both yycheck and yytname. */ 1321 yyarg[yycount++] = yytname[yyx]; 1322 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 547 static const char *const yytname[] = 867 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 869 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1030 backslash-backslash). YYSTR is taken from yytname. If YYRES is 1085 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); 1126 yyarg[yycount++] = yytname[yytoken]; 1133 /* Stay within bounds of both yycheck and yytname. */ 1148 yyarg[yycount++] = yytname[yyx]; 1150 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
|