Searched refs:texec (Results 1 – 1 of 1) sorted by relevance
410 static struct op texec; /* Must be static (XXX but why?) */ in comexec() local696 texec.type = TEXEC; in comexec()697 texec.left = t; /* for tprint */ in comexec()698 texec.str = tp->val.s; in comexec()699 texec.args = ap; in comexec()700 rv = exchild(&texec, flags, xerrok, -1); in comexec()