Lines Matching full:texec
447 case TEXEC:506 static struct op texec;821 /* to fork we set up a TEXEC node and call execute */822 texec.type = TEXEC;824 texec.left = t;825 texec.str = tp->val.s;826 texec.args = ap;827 rv = exchild(&texec, flags, xerrok, -1);