Searched refs:no_pipe (Results 1 – 6 of 6) sorted by relevance
214 int run_pipeline(int ncommands, char ***commands, int no_pipe) in run_pipeline() argument230 if (ncommands > 1 && !no_pipe) { in run_pipeline()317 if (ncommands > 1 && !no_pipe) { in run_pipeline()361 int run_pipeline(int ncommands, char ***commands, int no_pipe) in run_pipeline() argument390 if (i && !no_pipe) { in run_pipeline()400 if ((i < ncommands - 1) && !no_pipe) { in run_pipeline()449 int run_pipeline(int ncommands, char ***commands, int no_pipe) in run_pipeline() argument461 if ((i != ncommands - 1) && !no_pipe) { in run_pipeline()478 if ((i != ncommands - 1) && !no_pipe) { in run_pipeline()499 if ((i != ncommands - 1) && !no_pipe) { in run_pipeline()
98 int run_commands(int no_pipe);508 int run_commands(int no_pipe) in run_commands() argument515 return run_pipeline(j, v, no_pipe); in run_commands()
1643 src/roff/groff/pipeline.c (run_pipeline): New parameter `no_pipe'
2995 * src/roff/groff/pipeline.c (run_pipeline): Handle `no_pipe'
5052 if test -z "$no_pipe" -a -n "$GCC"; then
3098 if test -z "$no_pipe" -a -n "$GCC"; then