HomeSort by: relevance | last modified time | path
    Searched defs:texec (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
exec.c 82 * The two part hash function is designed to let texec() call the
103 static void texec(Char *, Char **);
223 texec(*av, av);
227 texec(dp, av);
268 texec(Char *sf, Char **st) function in typeref:typename:void
  /src/bin/ksh/
exec.c 408 case TEXEC: /* an eval'd TCOM */
456 static struct op texec; /* Must be static (XXX but why?) */ local in function:comexec
733 /* to fork we set up a TEXEC node and call execute */
734 texec.type = TEXEC;
735 texec.left = t; /* for tprint */
736 texec.str = tp->val.s;
737 texec.args = ap;
738 rv = exchild(&texec, flags, -1);

Completed in 13 milliseconds