Searched refs:PmopSTASH (Results 1 – 2 of 2) sorted by relevance
319 # define PmopSTASH(o) (PmopSTASHPV(o) \ macro325 # define PmopSTASH(o) ((o)->op_pmstash) macro327 # define PmopSTASHPV(o) (PmopSTASH(o) ? HvNAME_get(PmopSTASH(o)) : Nullch)
476 HV * const pmstash = PmopSTASH(cPMOPo); in Perl_op_clear()