Home
last modified time | relevance | path

Searched refs:pmstash (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Db.t383 …PMOP => [ qw(code_list pmflags pmoffset pmreplroot pmreplstart pmstash pmstashpv precomp reflags…
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs853 B::PMOP::pmstash = 36
/openbsd/gnu/usr.bin/perl/
H A Dop.c1390 HV * const pmstash = PmopSTASH(o); in S_forget_pmop() local
1394 if (pmstash && !SvIS_FREED(pmstash) && SvMAGICAL(pmstash)) { in S_forget_pmop()
1395 MAGIC * const mg = mg_find((const SV *)pmstash, PERL_MAGIC_symtab); in S_forget_pmop()