Searched refs:yydestruct (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1448 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
1451 yydestruct (yymsg, yytype, yyvaluep)
2848 yydestruct ("Error: discarding",
2904 yydestruct ("Error: popping",
2950 yydestruct ("Cleanup: discarding lookahead",
2958 yydestruct ("Cleanup: popping",
1446 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) function
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.tab.c191 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val, struct parser_param *param, int flag)
194 #define YYDESTRUCT_CALL(msg, psymb, val) yydestruct(msg, psymb, val, param, flag)
H A Dbtyacc_destroy2.tab.c191 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val, struct parser_param *param, int flag)
194 #define YYDESTRUCT_CALL(msg, psymb, val) yydestruct(msg, psymb, val, param, flag)
H A Dbtyacc_destroy3.tab.c191 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val, struct parser_param *param, int flag)
194 #define YYDESTRUCT_CALL(msg, psymb, val) yydestruct(msg, psymb, val, param, flag)
H A Derr_inherit3.tab.c186 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val)
189 #define YYDESTRUCT_CALL(msg, psymb, val) yydestruct(msg, psymb, val)
H A Derr_inherit4.tab.c208 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val, YYLTYPE *loc)
211 #define YYDESTRUCT_CALL(msg, psymb, val, loc) yydestruct(msg, psymb, val, loc)
H A Dinherit2.tab.c186 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val)
189 #define YYDESTRUCT_CALL(msg, psymb, val) yydestruct(msg, psymb, val)
H A Dbtyacc_demo.tab.c212 #define YYDESTRUCT_DECL() yydestruct(const char *msg, int psymb, YYSTYPE *val, YYLTYPE *loc)
215 #define YYDESTRUCT_CALL(msg, psymb, val, loc) yydestruct(msg, psymb, val, loc)

Completed in 163 milliseconds