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

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dpipeline.c218 int save_stdin = 0; local
241 if ((save_stdin = dup(STDIN_FILENO)) < 0)
319 if (dup2(save_stdin, STDIN_FILENO) < 0) {
320 sprintf(err_str, "dup2(save_stdin))");
324 if (close(save_stdin) < 0) {
325 sprintf(err_str, "close(save_stdin)");
363 int save_stdin = dup(0); local
438 if (dup2(save_stdin, 0) < 0)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/groffer/
H A Dgroffer2.sh1183 error 'cat_z(): for standard input use save_stdin()';
3529 # save_stdin ()
3537 save_stdin() function
3539 func_check save_stdin '=' 0 "$@";
3548 save_stdin() function
3550 func_check save_stdin = 0 "$@";
4790 save_stdin;

Completed in 71 milliseconds