Searched defs:c_whence (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dfuncs.c143 {"whence", c_whence},
497 c_whence(const char **wp) function
631 * Let c_whence do the work. Note that c_command() must be
632 * a distinct function from c_whence() (tested in comexec()).
634 return (c_whence(wp));

Completed in 73 milliseconds