Home | History | Annotate | Download | only in src

Lines Matching full:findfunc

581 			if (!(ftp = findfunc(cp, hash(cp), false)) ||
818 findfunc(const char *name, uint32_t h, bool create)
849 tp = findfunc(name, hash(name), true);
854 * table entry so findfunc() won't see it
936 tp = findfunc(name, h, false);