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

/ast/src/cmd/INIT/
H A Dfilter.sh20 : convert command that operates on file args to pipeline filter
/ast/src/cmd/ksh93/tests/
H A Doptions.sh357 typeset -a pipeline
358 pipeline=(
367 for ((i = 0; i < ${#pipeline[@]}; i++ ))
368 do eval ${pipeline[i].command}
370 expected=${pipeline[i].nopipefail}
372 err_exit "--nopipefail '${pipeline[i].command}' exit status $status -- expected $expected"
376 for ((i = 0; i < ${#pipeline[@]}; i++ ))
377 do eval ${pipeline[i].command}
379 expected=${pipeline[i].pipefail}
381 then err_exit "--pipefail '${pipeline[
[all...]
/ast/src/lib/libtksh/tcl/
H A DtclIOCmd.c682 * the newline. This is done for command pipeline channels where the
904 * Get the list of PIDs from the pipeline into interp->result and
1040 int pipeline, prot;
1061 pipeline = 0;
1063 pipeline = 1;
1067 * Open the file or create a process pipeline.
1070 if (!pipeline) {
1027 int pipeline, prot; local

Completed in 479 milliseconds