Home
last modified time | relevance | path

Searched refs:yytname (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/byacc/test/yacc/
H A Dcode_calc.tab.h4 #undef yytname
5 #define yytname yyname macro
H A Dcode_calc.code.c153 #undef yytname
154 #define yytname yyname macro
176 #if YYDEBUG || defined(yytname)
H A Dcode_error.code.c166 #if YYDEBUG || defined(yytname)
/freebsd/contrib/byacc/test/btyacc/
H A Dcode_calc.tab.h7 #undef yytname
8 #define yytname yyname macro
H A Dcode_calc.code.c173 #undef yytname
174 #define yytname yyname macro
203 #if YYDEBUG || defined(yytname)
H A Dcode_error.code.c193 #if YYDEBUG || defined(yytname)
/freebsd/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]);
960 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); in yysyntax_error()
997 yyarg[0] = yytname[yytype]; in yysyntax_error()
1010 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1011 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtparser.y175 #define yytname DtParsername macro
349 return ((char *) yytname in DtGetOpName()
H A Dprparser.y174 #define yytname PrParsername macro
352 return ((char *) yytname in PrGetOpName()
H A Daslparser.y185 #define yytname AslCompilername macro
H A Daslsupport.y223 return ((char *) yytname
H A Ddtcompilerparser.y180 #define yytname DtCompilerParsername macro
/freebsd/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]);
934 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); in yysyntax_error()
971 yyarg[0] = yytname[yytype]; in yysyntax_error()
984 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
985 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
/freebsd/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]);
1345 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); in yysyntax_error()
1382 yyarg[0] = yytname[yytype]; in yysyntax_error()
1395 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1396 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
/freebsd/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]); in yysyntax_error()
1385 /* Stay within bounds of both yycheck and yytname. */ in yysyntax_error()
1390 yyarg[0] = yytname[yytype]; in yysyntax_error()
1403 yyarg[yycount++] = yytname[yyx]; in yysyntax_error()
1404 yysize1 = yysize + yytnamerr (0, yytname[yyx]); in yysyntax_error()
/freebsd/contrib/byacc/
H A Dyaccpar.skel41 #if YYDEBUG || defined(yytname)
H A Dbtyaccpar.skel48 #if YYDEBUG || defined(yytname)
H A DCHANGES4328 amend the last change so that yytname is #define'd as needed rather than
4335 - rename yyname[] to yytname[]
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c1420 static const char *const yytname[] =
1504 return yytname[yysymbol];
4150 return yytname[YYTRANSLATE(token)];
1407 static const char *const yytname[] = global() variable
/freebsd/contrib/unbound/util/
H A Dconfigparser.c1399 static const char *const yytname[] = variable
1711 return yytname[yysymbol]; in yysymbol_name()