HomeSort by: relevance | last modified time | path
    Searched defs:yytname (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 251 #define yytname DtCompilerParsername macro
618 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
620 static const char *const yytname[] = variable in typeref:typename:const char * const[]
873 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
875 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1038 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1098 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1130 /* Stay within bounds of both yycheck and yytname. */
1135 yyarg[0] = yytname[yytype];
1148 yyarg[yycount++] = yytname[yyx]
    [all...]
dtparser.tab.c 246 #define yytname DtParsername macro
645 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
647 static const char *const yytname[] = variable in typeref:typename:const char * const[]
955 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
957 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1120 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1180 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1212 /* Stay within bounds of both yycheck and yytname. */
1217 yyarg[0] = yytname[yytype];
1230 yyarg[yycount++] = yytname[yyx]
    [all...]
prparser.tab.c 245 #define yytname PrParsername macro
648 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
650 static const char *const yytname[] = variable in typeref:typename:const char * const[]
958 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
960 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1123 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1183 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1215 /* Stay within bounds of both yycheck and yytname. */
1220 yyarg[0] = yytname[yytype];
1233 yyarg[yycount++] = yytname[yyx]
    [all...]

Completed in 15 milliseconds