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

  /src/sys/external/bsd/acpica/dist/compiler/
aslparser.y 185 #define yytname AslCompilername
aslsupport.y 220 * First entries (ASL_YYTNAME_START) in yytname are special reserved names.
223 return ((char *) yytname
dtparser.y 175 #ifndef yytname
176 #define yytname DtParsername
348 * First entries (PR_YYTNAME_START) in yytname are special reserved names.
351 return ((char *) yytname
prparser.y 174 #ifndef yytname
175 #define yytname PrParsername
351 * First entries (PR_YYTNAME_START) in yytname are special reserved names.
354 return ((char *) yytname
dtcompilerparser.y 187 #define yytname DtCompilerParsername
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 18 milliseconds