Home
last modified time | relevance | path

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

/third_party/mksh/
Dfuncs.c62 static int do_whence(const char **, int, bool, bool);
627 return (do_whence(wp, pflag ? FC_PATH : in c_whence()
654 return (do_whence(wp, fcflags, vflag, true)); in c_command()
658 do_whence(const char **wp, int fcflags, bool vflag, bool iscommand) in do_whence() function