HomeSort by relevance Sort by last modified time
    Searched full:findfunc (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
exec.c 581 if (!(ftp = findfunc(cp, hash(cp), false)) ||
818 findfunc(const char *name, uint32_t h, bool create) function
849 tp = findfunc(name, hash(name), true);
854 * table entry so findfunc() won't see it
936 tp = findfunc(name, h, false);
    [all...]
sh.h     [all...]
funcs.c 1037 f = findfunc(wp[i], hash(wp[i]),
    [all...]

Completed in 71 milliseconds