Home | History | Annotate | Download | only in sh

Lines Matching refs:NCMD

163 			if (n2->type == NCMD || n2->type == NPIPE) {
164 n2->ncmd.backgnd = 1;
587 n = (union node *)stalloc(sizeof (struct ncmd));
588 n->type = NCMD;
589 n->ncmd.backgnd = 0;
590 n->ncmd.args = args;
591 n->ncmd.redirect = redir;