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

/freebsd-10.0-release/contrib/flex/
H A Dfilter.c241 FILE *to_c = NULL, *to_h = NULL; local
260 to_h = stdout;
263 /* Now to_c is a pipe to the C branch, and to_h is a pipe to the H branch.
267 fputs (check_4_gnu_m4, to_h);
268 fputs ("m4_changecom`'m4_dnl\n", to_h);
269 fputs ("m4_changequote`'m4_dnl\n", to_h);
270 fputs ("m4_changequote([[,]])[[]]m4_dnl\n", to_h);
271 fputs ("m4_define([[M4_YY_NOOP]])[[]]m4_dnl\n", to_h);
273 to_h);
274 fprintf (to_h, "#ifnde
[all...]

Completed in 74 milliseconds