/freebsd/contrib/byacc/test/yacc/ |
H A D | code_calc.tab.h | 4 #undef yytname 5 #define yytname yyname macro
|
H A D | code_calc.code.c | 153 #undef yytname 154 #define yytname yyname macro 176 #if YYDEBUG || defined(yytname)
|
H A D | code_error.code.c | 166 #if YYDEBUG || defined(yytname)
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | code_calc.tab.h | 7 #undef yytname 8 #define yytname yyname macro
|
H A D | code_calc.code.c | 173 #undef yytname 174 #define yytname yyname macro 203 #if YYDEBUG || defined(yytname)
|
H A D | code_error.code.c | 193 #if YYDEBUG || defined(yytname)
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | parse.c | 481 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 D | dtparser.y | 175 #define yytname DtParsername macro 349 return ((char *) yytname in DtGetOpName()
|
H A D | prparser.y | 174 #define yytname PrParsername macro 352 return ((char *) yytname in PrGetOpName()
|
H A D | aslparser.y | 185 #define yytname AslCompilername macro
|
H A D | aslsupport.y | 223 return ((char *) yytname
|
H A D | dtcompilerparser.y | 180 #define yytname DtCompilerParsername macro
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-gram.c | 466 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 D | ftpcmd.c | 684 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 D | asn1parse.c | 698 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 D | yaccpar.skel | 41 #if YYDEBUG || defined(yytname)
|
H A D | btyaccpar.skel | 48 #if YYDEBUG || defined(yytname)
|
H A D | CHANGES | 4328 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 D | ntp_parser.c | 1420 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 D | configparser.c | 1399 static const char *const yytname[] = variable 1711 return yytname[yysymbol]; in yysymbol_name()
|