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

/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c212 int run_pipeline(int ncommands, char ***commands, int no_pipe) argument
222 for (i = 0; i < ncommands; i++) {
228 if (ncommands > 1 && !no_pipe) {
230 if (i < ncommands - 1) {
262 else if (i < ncommands - 1) {
315 if (ncommands > 1 && !no_pipe) {
328 for (i = 0; i < ncommands; i++) {
359 int run_pipeline(int ncommands, char ***commands, int no_pipe) argument
384 for (i = 0; i < ncommands; i++) {
398 if ((i < ncommands
447 run_pipeline(int ncommands, char ***commands, int no_pipe) argument
[all...]

Completed in 32 milliseconds