Home
last modified time | relevance | path

Searched refs:texec (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.exec.c56 void texec(struct command *, tchar *, tchar **);
157 texec(t, *av, av); in doexec()
163 texec(t, dp, av); in doexec()
207 texec(struct command *cmd, tchar *f, tchar **t) in texec() function