Home | History | Annotate | Download | only in src

Lines Matching refs:gram_out

183 extern FILE *gram_in, *gram_out;
389 /* %% [1.0] gram_text/gram_in/gram_out/yy_state_type/gram_lineno etc. def's & init go here */
399 FILE *gram_in = (FILE *) 0, *gram_out = (FILE *) 0;
1110 #define ECHO (void) fwrite( gram_text, gram_leng, 1, gram_out )
1285 if ( ! gram_out )
1287 gram_out = stdout;
3206 return gram_out;
3252 gram_out = out_str ;