Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/
H A Doutput.c43 putl_code(FILE * fp, const char *s) in putl_code() function
173 putl_code(fp, "#if YYBTYACC\n"); in output_prefix()
179 putl_code(fp, "#endif /* YYBTYACC */\n"); in output_prefix()
264 putl_code(fp, "#if " in output_stype()
267 putl_code(fp, "/* Default: YYSTYPE is the semantic value type. */\n"); in output_stype()
268 putl_code(fp, "typedef int YYSTYPE;\n"); in output_stype()
269 putl_code(fp, "# define YYSTYPE_IS_DECLARED 1\n"); in output_stype()
270 putl_code(fp, "#endif\n"); in output_stype()
279 putl_code(fp, "#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED\n"); in output_ltype()
280 putl_code(fp, "/* Default: YYLTYPE is the text position type. */\n"); in output_ltype()
[all …]
H A DCHANGES3327 2010/11/26 simplification of output.c using putc_code() and putl_code()
4947 * output.c: simplified a little, using putc_code() and putl_code()