Searched refs:yytype (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.c697 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
700 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
702 int yytype;
709 if (yytype < YYNTOKENS)
710 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
714 switch (yytype)
729 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
732 yy_symbol_print (yyoutput, yytype, yyvaluep)
734 int yytype;
738 if (yytype < YYNTOKEN
959 int yytype = YYTRANSLATE (yychar); local
1061 yydestruct(const char *yymsg, int yytype, YYSTYPE *yyvaluep) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1089 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
1092 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
1094 int yytype;
1101 if (yytype < YYNTOKENS)
1102 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1106 switch (yytype)
1121 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
1124 yy_symbol_print (yyoutput, yytype, yyvaluep)
1126 int yytype;
1130 if (yytype < YYNTOKEN
1351 int yytype = YYTRANSLATE (yychar); local
1453 yydestruct(const char *yymsg, int yytype, YYSTYPE *yyvaluep) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c671 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
674 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
676 int yytype;
683 if (yytype < YYNTOKENS)
684 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
688 switch (yytype)
703 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
706 yy_symbol_print (yyoutput, yytype, yyvaluep)
708 int yytype;
712 if (yytype < YYNTOKEN
933 int yytype = YYTRANSLATE (yychar); local
1035 yydestruct(const char *yymsg, int yytype, YYSTYPE *yyvaluep) argument
[all...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1082 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
1085 yy_symbol_value_print (yyoutput, yytype, yyvaluep)
1087 int yytype;
1094 if (yytype < YYNTOKENS)
1095 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1099 switch (yytype)
1114 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
1117 yy_symbol_print (yyoutput, yytype, yyvaluep)
1119 int yytype;
1123 if (yytype < YYNTOKEN
1344 int yytype = YYTRANSLATE (yychar); local
1446 yydestruct(const char *yymsg, int yytype, YYSTYPE *yyvaluep) argument
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1579 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
1586 if (yytype < YYNTOKENS)
1587 YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
1589 YYUSE (yytype);
1598 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) argument
1601 yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]);
1603 yy_symbol_value_print (yyoutput, yytype, yyvaluep);
1916 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) argument
1921 YY_SYMBOL_PRINT (yymsg, yytype, yyvalue
[all...]

Completed in 124 milliseconds