Searched refs:findfunc (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dexec.c581 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);
H A Dsh.h1407 struct tbl *findfunc(const char *, uint32_t, bool);
H A Dfuncs.c1037 f = findfunc(wp[i], hash(wp[i]),

Completed in 96 milliseconds