Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.decls.h88 extern void dowhich (Char **, struct command *);
H A Dsh.init.c178 { "which", dowhich, 1, INF },
H A Dtc.func.c473 dowhich(Char **v, struct command *c) in dowhich() function
H A DFixes1443 9. Don't glob in dowhich(); otherwise \pat does not work if pat is aliased.