Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.exec.c41 void texec(struct command *, tchar *, tchar **);
142 texec(t, *av, av); in doexec()
148 texec(t, dp, av); in doexec()
192 texec(struct command *cmd, tchar *f, tchar **t) in texec() function