Lines Matching defs:seen
910 HV *seen = NULL;
921 stash on the right if we have seen it on the left, as it will not
927 &PL_sv_undef: seen on the left (oldstash)
928 &PL_sv_no : seen on the right (stash)
929 &PL_sv_yes : seen on both sides
1133 seen = (HV *) newSV_type_mortal(SVt_PVHV);
1136 list, meanwhile doing the equivalent of $seen{$key} = 1.
1211 (void)hv_storehek(seen, HeKEY_hek(entry), &PL_sv_yes);
1222 /* Iterate through the new stash, skipping $seen{$key} items,
1223 calling mro_gather_and_rename(stashes,seen,entry,NULL, ...). */
1241 /* If this entry was seen when we iterated through the
1243 if(seen && hv_existshek(seen, HeKEY_hek(entry))) continue;