Lines Matching refs:skel_out
24 #define yyout skel_out
229 extern FILE *skel_in, *skel_out;
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);
1033 fputc (']', skel_out);
1049 fprintf (skel_out, "%d", out_lineno + 1);
1090 xfclose (skel_out);
2093 return skel_out; in skel_get_out()
2139 skel_out = out_str ; in skel_set_out()
2176 skel_out = stdout; in yy_init_globals()
2179 skel_out = (FILE *) 0; in yy_init_globals()
2307 fputs (last_component (at_directive_argv[1]), skel_out); in at_directive_perform()
2397 xfclose (skel_out); in at_directive_perform()
2401 skel_out = xfopen (*outnamep, "w"); in at_directive_perform()