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

/freebsd-10-stable/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");
1246 putl_code(code_file, "#ifndef YYDEBUG\n");
1249 putl_code(code_file, "#endif\n");
1501 putl_code(fp, "#undef YYBTYACC\n");
1505 putl_code(fp, "#define YYBTYACC 1\n");
1506 putl_code(fp,
1512 putl_code(fp, "#define YYBTYACC 0\n");
1513 putl_code(f
[all...]

Completed in 98 milliseconds