Home
last modified time | relevance | path

Searched refs:no_pipe (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c214 int run_pipeline(int ncommands, char ***commands, int no_pipe) in run_pipeline() argument
230 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() argument
390 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() argument
461 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()
H A Dgroff.cpp98 int run_commands(int no_pipe);
508 int run_commands(int no_pipe) in run_commands() argument
515 return run_pipeline(j, v, no_pipe); in run_commands()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171643 src/roff/groff/pipeline.c (run_pipeline): New parameter `no_pipe'
H A DChangeLog2995 * src/roff/groff/pipeline.c (run_pipeline): Handle `no_pipe'
/netbsd-src/external/public-domain/sqlite/dist/tea/
H A Dconfigure5052 if test -z "$no_pipe" -a -n "$GCC"; then
/netbsd-src/external/public-domain/sqlite/dist/tea/tclconfig/
H A Dtcl.m43098 if test -z "$no_pipe" -a -n "$GCC"; then