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

/freebsd-9.3-release/usr.bin/yacc/
H A Dskeleton.c415 f = code_file;
H A Doutput.c125 fprintf(code_file, "#define yyparse %sparse\n", symbol_prefix);
127 fprintf(code_file, "#define yylex %slex\n", symbol_prefix);
129 fprintf(code_file, "#define yyerror %serror\n", symbol_prefix);
131 fprintf(code_file, "#define yychar %schar\n", symbol_prefix);
133 fprintf(code_file, "#define yyval %sval\n", symbol_prefix);
135 fprintf(code_file, "#define yylval %slval\n", symbol_prefix);
137 fprintf(code_file, "#define yydebug %sdebug\n", symbol_prefix);
139 fprintf(code_file, "#define yynerrs %snerrs\n", symbol_prefix);
141 fprintf(code_file, "#define yyerrflag %serrflag\n", symbol_prefix);
143 fprintf(code_file, "#defin
[all...]
H A Dmain.c73 FILE *code_file; /* y.code.c (used when the -r option is specified) */ variable
414 code_file = fopen(code_file_name, "w");
415 if (code_file == 0)
419 code_file = output_file;

Completed in 51 milliseconds