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

/freebsd-current/contrib/byacc/
H A Doutput.c43 putl_code(FILE * fp, const char *s) function
173 putl_code(fp, "#if YYBTYACC\n");
179 putl_code(fp, "#endif /* YYBTYACC */\n");
264 putl_code(fp, "#if "
267 putl_code(fp, "/* Default: YYSTYPE is the semantic value type. */\n");
268 putl_code(fp, "typedef int YYSTYPE;\n");
269 putl_code(fp, "# define YYSTYPE_IS_DECLARED 1\n");
270 putl_code(fp, "#endif\n");
279 putl_code(fp, "#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED\n");
280 putl_code(f
[all...]

Completed in 55 milliseconds