Lines Matching defs:stash
1486 S_apply_attrs(pTHX_ HV *stash, SV *target, OP *attrs, bool for_my)
1493 if (stash)
1494 stashsv = newSVpv(HvNAME(stash), 0);
1528 S_apply_attrs_my(pTHX_ HV *stash, OP *target, OP *attrs, OP **imopsp)
1541 apply_attrs(stash, PAD_SV(target->op_targ), attrs, TRUE);
1547 if (stash)
1548 stashsv = newSVpv(HvNAME(stash), 0);
1668 HV *stash;
1674 stash = PAD_COMPNAME_TYPE(o->op_targ);
1675 if (!stash)
1676 stash = PL_curstash;
1677 apply_attrs_my(stash, o, attrs, imopsp);
4238 HV *stash;
4249 stash = GvSTASH(CvGV(cv));
4251 stash = CvSTASH(cv);
4253 stash = PL_curstash;
4259 stash = GvSTASH(gv);
4261 stash = PL_curstash;
4263 apply_attrs(stash, rcv, attrs, FALSE);
4459 Perl_newCONSTSUB(pTHX_ HV *stash, char *name, SV *sv)
4471 if (stash) {
4474 PL_curstash = stash;
4475 CopSTASH_set(PL_curcop,stash);
4483 if (stash)
5569 if (defined %stash::)
5582 if (defined %stash::)