Home | History | Annotate | Download | only in sh

Lines Matching refs:NPIPE

163 			if (n2->type == NCMD || n2->type == NPIPE) {
260 pipenode = (union node *)stalloc(sizeof (struct npipe));
261 pipenode->type = NPIPE;
262 pipenode->npipe.backgnd = 0;
264 pipenode->npipe.cmdlist = lp;