Lines Matching defs:he
12 * Then he heard Merry change the note, and up went the Horn-cry of Buckland,
1699 HE* he;
1729 he = hv_fetch_ent(hv, keysv, lval && !defer, hash);
1730 svp = he ? &HeVAL(he) : 0;
3110 HE* he;
3111 he = hv_fetch_ent(PL_stashcache, sv, 0, 0);
3112 if (he) {
3113 stash = INT2PTR(HV*,SvIV(HeVAL(he)));
3165 HE* he = hv_fetch_ent(stash, meth, 0, *hashp);
3166 if (he) {
3167 gv = (GV*)HeVAL(he);