Lines Matching defs:stashes
748 It also sets the effective names (C<HvENAME>) on all the stashes as
763 HV *stashes;
865 wrong name. The names must be set on *all* affected stashes before
868 stashes = (HV *) newSV_type_mortal(SVt_PVHV);
870 stashes, (HV *) newSV_type_mortal(SVt_PVHV),
876 hv_iterinit(stashes);
877 while((iter = hv_iternext(stashes))) {
901 S_mro_gather_and_rename(pTHX_ HV * const stashes, HV * const seen_stashes,
918 stashes, as we need to distinguish between stashes being assigned
919 and stashes being replaced/deleted. (A nested stash can be on both
951 stashes, (const char *)&oldstash, sizeof(HV *),
1050 stashes, (const char *)&stash, sizeof(HV *),
1062 /* Both stashes have been encountered already. */
1114 stashes, (const char *)&revstash, sizeof(HV *),
1206 stashes, seen_stashes,
1223 calling mro_gather_and_rename(stashes,seen,entry,NULL, ...). */
1289 stashes, seen_stashes,