Lines Matching full:pipeline

150 A \fIpipeline\fR is a sequence of one or more simple commands separated by
152 separate processes. After the pipeline has been parsed, each dcmd is invoked in
156 pipeline. If any dcmd does not return a successful exit status, the pipeline is
168 \fB\fIpipeline\fR [\fB!\fR \fIword\fR .\|.\|.] [ \fB;\fR ]\fR
172 A simple-command or pipeline can be optionally suffixed with the \fB!\fR
174 the standard output of the last dcmd in the \fBmdb\fR pipeline to an external
183 \fB\fIexpression\fR \fI pipeline\fR [\fB!\fR \fIword\fR .\|.\|.] [ \fB;\fR ]\fR
187 A simple-command or pipeline can be prefixed with an expression. Before
188 execution of the pipeline, the value of dot (the variable denoted by
195 \fB\fIexpression\fR\fB ,\fR \fIexpression\fR \fIpipeline \fR [\fB!\fR
200 A simple-command or pipeline can be prefixed with two expressions. The first is
202 determine a repeat count for the first dcmd in the pipeline. This dcmd is
203 executed \fIcount\fR times before the next dcmd in the pipeline is executed.
204 The repeat count only applies to the first dcmd in the pipeline.
210 \fB\fB,\fR \fIexpression\fR \fIpipeline\fR [\fB!\fR \fIword\fR .\|.\|.] [
216 the pipeline is repeated according to the value of the expression.
598 The \fB!\fR character can be used to create a pipeline between an \fBmdb\fR
872 dcmds can be composed into a pipeline using the \fB|\fR operator. The purpose
873 of a pipeline is to pass a list of values, typically virtual addresses, from
874 one dcmd or walker to another. Pipeline stages might be used to map a pointer
880 \fBmdb\fR executes each dcmd in the pipeline in order from left to right. The
890 syntax error is detected, the pipeline is aborted.
896 right-hand dcmd is executed. Only the rightmost dcmd in the pipeline has its
897 output printed to standard output. If any dcmd in the pipeline produces output
899 are not processed as part of the pipeline.
1889 \fB|\fR operator; the programmer can initiate a pipeline using a list of
2672 of the walk when \fBmdb\fR invokes the next stage of a pipeline. The
3600 list of addresses for a pipeline. The walker name can use the backquote
3604 \fBmdb\fR invokes the next stage of the pipeline.