Searched refs:superstash (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dclass.c510 HV *superstash = gv_stashsv(superclassname, 0); local
511 if(!superstash) {
514 superstash = gv_stashsv(superclassname, 0);
516 if(!superstash || !HvSTASH_IS_CLASS(superstash))
519 HvNAMEfARG(superstash));
545 aux->xhv_class_superclass = (HV *)SvREFCNT_inc(superstash);
547 struct xpvhv_aux *superaux = HvAUX(superstash);
676 HV *superstash = aux->xhv_class_superclass; local
677 assert(HvSTASH_IS_CLASS(superstash));
[all...]

Completed in 120 milliseconds