HomeSort by relevance Sort by last modified time
    Searched refs:c_whence (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
funcs.c 99 {"whence", c_whence},
743 c_whence(const char **wp) function
863 /* Let c_whence do the work. Note that c_command() must be
864 * a distinct function from c_whence() (tested in comexec()).
866 return (c_whence(wp));
    [all...]
sh.h     [all...]

Completed in 52 milliseconds