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

/freebsd-10.1-release/contrib/groff/src/roff/groff/
H A Dpipeline.c216 int save_stdin = 0; local
239 if ((save_stdin = dup(STDIN_FILENO)) < 0)
317 if (dup2(save_stdin, STDIN_FILENO) < 0) {
318 sprintf(err_str, "dup2(save_stdin))");
322 if (close(save_stdin) < 0) {
323 sprintf(err_str, "close(save_stdin)");
361 int save_stdin = dup(0); local
436 if (dup2(save_stdin, 0) < 0)
/freebsd-10.1-release/contrib/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 169 milliseconds