Searched refs:yytname (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.tab.c | 556 static const char *const yytname[] = variable 963 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 965 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1187 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); in yysyntax_error() 1224 yyarg[0] = yytname[yytype]; in yysyntax_error() 1237 yyarg[yycount++] = yytname[yyx]; in yysyntax_error() 1238 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
|
| H A D | zconf.tab.c_shipped | 556 static const char *const yytname[] = 963 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 965 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1127 backslash-backslash). YYSTR is taken from yytname. If YYRES is 1187 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); 1219 /* Stay within bounds of both yycheck and yytname. */ 1224 yyarg[0] = yytname[yytype]; 1237 yyarg[yycount++] = yytname[yyx]; 1238 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-parser.tab.c_shipped | 477 static const char *const yytname[] = 764 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 766 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 928 backslash-backslash). YYSTR is taken from yytname. If YYRES is 988 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); 1020 /* Stay within bounds of both yycheck and yytname. */ 1025 yyarg[0] = yytname[yytype]; 1038 yyarg[yycount++] = yytname[yyx]; 1039 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | parse.c_shipped | 544 static const char *const yytname[] = 1012 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 1014 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 1176 backslash-backslash). YYSTR is taken from yytname. If YYRES is 1236 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); 1268 /* Stay within bounds of both yycheck and yytname. */ 1273 yyarg[0] = yytname[yytype]; 1286 yyarg[yycount++] = yytname[yyx]; 1287 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
|