Searched refs:yytname (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dcode_calc.tab.h4 #undef yytname macro
5 #define yytname yyname macro
H A Dcode_calc.code.c153 #undef yytname macro
154 #define yytname yyname macro
176 #if YYDEBUG || defined(yytname)
H A Dcode_error.code.c166 #if YYDEBUG || defined(yytname)
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dcode_calc.tab.h7 #undef yytname macro
8 #define yytname yyname macro
H A Dcode_calc.code.c173 #undef yytname macro
174 #define yytname yyname macro
203 #if YYDEBUG || defined(yytname)
H A Dcode_error.code.c193 #if YYDEBUG || defined(yytname)
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslparser.y185 #define yytname AslCompilername
H A Daslsupport.y220 * First entries (ASL_YYTNAME_START) in yytname are special reserved names.
223 return ((char *) yytname
H A Ddtcompilerparser.y180 #define yytname DtCompilerParsername
H A Ddtparser.y175 #define yytname DtParsername
346 * First entries (PR_YYTNAME_START) in yytname are special reserved names.
349 return ((char *) yytname
H A Dprparser.y174 #define yytname PrParsername
349 * First entries (PR_YYTNAME_START) in yytname are special reserved names.
352 return ((char *) yytname
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.c481 static const char *const yytname[] = variable
739 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
741 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
901 backslash-backslash). YYSTR is taken from yytname. If YYRES is
961 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
993 /* Stay within bounds of both yycheck and yytname. */
998 yyarg[0] = yytname[yytype];
1011 yyarg[yycount++] = yytname[yyx];
1012 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c698 static const char *const yytname[] = variable
1131 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1133 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1293 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1353 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1385 /* Stay within bounds of both yycheck and yytname. */
1390 yyarg[0] = yytname[yytype];
1403 yyarg[yycount++] = yytname[yyx];
1404 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c466 static const char *const yytname[] = variable
713 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
715 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
875 backslash-backslash). YYSTR is taken from yytname. If YYRES is
935 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
967 /* Stay within bounds of both yycheck and yytname. */
972 yyarg[0] = yytname[yytype];
985 yyarg[yycount++] = yytname[yyx];
986 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c684 static const char *const yytname[] = variable
1124 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1126 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1286 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1346 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1378 /* Stay within bounds of both yycheck and yytname. */
1383 yyarg[0] = yytname[yytype];
1396 yyarg[yycount++] = yytname[yyx];
1397 yysize1 = yysize + yytnamerr (0, yytname[yyx]);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c956 static const char *const yytname[] = variable
1601 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
1732 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1787 YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]);
1824 yyarg[yycount++] = yytname[yytoken];
1831 /* Stay within bounds of both yycheck and yytname. */
1846 yyarg[yycount++] = yytname[yyx];
1848 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);
3882 return yytname[YYTRANSLATE(token)];

Completed in 208 milliseconds