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

/freebsd-10.1-release/contrib/byacc/
H A Doutput.c43 putl_code(FILE * fp, const char *s) function
136 putl_code(fp, "#if YYBTYACC\n");
142 putl_code(fp, "#endif /* YYBTYACC */\n");
1206 putl_code(code_file, "#ifndef YYDEBUG\n");
1209 putl_code(code_file, "#endif\n");
1461 putl_code(fp, "#undef YYBTYACC\n");
1465 putl_code(fp, "#define YYBTYACC 1\n");
1466 putl_code(fp,
1472 putl_code(fp, "#define YYBTYACC 0\n");
1473 putl_code(f
[all...]

Completed in 100 milliseconds