Home | History | Annotate | Download | only in src

Lines Matching refs:findfunc

710 			if (!(ftp = findfunc(cp, hash(cp), false)) ||
951 findfunc(const char *name, uint32_t h, bool create)
991 tp = findfunc(name, nhash, true);
992 /* because findfunc:create=true */
999 * this table entry so findfunc() won't see it
1091 tp = findfunc(name, h, false);