Searched refs:do_whence (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | funcs.c | 67 static int do_whence(const char **, int, bool, bool); 625 return (do_whence(wp, pflag ? FC_PATH : in c_whence() 652 return (do_whence(wp, fcflags, vflag, true)); in c_command() 656 do_whence(const char **wp, int fcflags, bool vflag, bool iscommand) in do_whence() function
|