Searched refs:texec (Results 1 – 2 of 2) sorted by relevance
414 struct op texec; in comexec() local689 memset(&texec, 0, sizeof(texec)); in comexec()690 texec.type = TEXEC; in comexec()691 texec.left = t; /* for tprint */ in comexec()692 texec.str = tp->val.s; in comexec()693 texec.args = ap; in comexec()694 rv = exchild(&texec, flags, xerrok, -1); in comexec()
92 static void texec(Char *, Char **);212 texec(*av, av); in doexec()216 texec(dp, av); in doexec()254 texec(Char *sf, Char **st) in texec() function