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

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dpipeline.c214 int run_pipeline(int ncommands, char ***commands, int no_pipe) argument
228 /* If no_pipe is set, just run the commands in sequence
230 if (ncommands > 1 && !no_pipe) {
317 if (ncommands > 1 && !no_pipe) {
361 int run_pipeline(int ncommands, char ***commands, int no_pipe) argument
390 if (i && !no_pipe) {
400 if ((i < ncommands - 1) && !no_pipe) {
449 int run_pipeline(int ncommands, char ***commands, int no_pipe) argument
461 if ((i != ncommands - 1) && !no_pipe) {
478 if ((i != ncommands - 1) && !no_pipe) {
[all...]
H A Dgroff.cpp98 int run_commands(int no_pipe);
504 int run_commands(int no_pipe) argument
511 return run_pipeline(j, v, no_pipe);

Completed in 59 milliseconds