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

/external/mksh/src/
H A Dexec.c717 if (!(ftp = findfunc(cp, hash(cp), false)) ||
963 findfunc(const char *name, uint32_t h, bool create) function
1003 tp = findfunc(name, nhash, true);
1004 /* because findfunc:create=true */
1011 * this table entry so findfunc() won't see it
1101 tp = findfunc(name, h, false);
H A Dsh.h1652 struct tbl *findfunc(const char *, uint32_t, bool);
H A Dfuncs.c835 f = findfunc(wp[i], hash(wp[i]),

Completed in 255 milliseconds