Searched refs:skel_out (Results 1 - 2 of 2) sorted by relevance
/external/bison/src/ |
H A D | scan-skel.h | 24 extern FILE *skel_out;
|
H A D | scan-skel.c | 24 #define yyout skel_out 229 extern FILE *skel_in, *skel_out; 425 /* %% [1.0] skel_text/skel_in/skel_out/yy_state_type/skel_lineno etc. def's & init go here */ 435 FILE *skel_in = (FILE *) 0, *skel_out = (FILE *) 0; variable 643 fputs (quotearg_style (c_quoting_style, String), skel_out) 773 #define ECHO do { if (fwrite( skel_text, skel_leng, 1, skel_out )) {} } while (0) 930 if ( ! skel_out ) 932 skel_out = stdout; 1023 fputc ('@', skel_out); 1028 fputc ('[', skel_out); 2307 fputs (last_component (at_directive_argv[1]), skel_out); local [all...] |
Completed in 37 milliseconds