Home
last modified time | relevance | path

Searched defs:save_stdin (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c218 int save_stdin = 0; in run_pipeline() local
363 int save_stdin = dup(0); in run_pipeline() local
/netbsd-src/external/gpl2/groff/dist/contrib/groffer/
H A Dgroffer2.sh3537 save_stdin() function
3548 save_stdin() function
/netbsd-src/external/gpl2/gmake/dist/
H A Djob.c1902 int save_stdin = (stdin_fd != 0) ? dup (0) : 0; in child_execute_job() local