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;