Home | History | Annotate | Download | only in src

Lines Matching refs:code_out

24 #define yyout code_out
229 extern FILE *code_in, *code_out;
425 /* %% [1.0] code_text/code_in/code_out/yy_state_type/code_lineno etc. def's & init go here */
435 FILE *code_in = (FILE *) 0, *code_out = (FILE *) 0;
858 #define ECHO do { if (fwrite( code_text, code_leng, 1, code_out )) {} } while (0)
1037 if ( ! code_out )
1039 code_out = stdout;
2306 return code_out;
2352 code_out = out_str ;
2389 code_out = stdout;
2392 code_out = (FILE *) 0;