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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h60 # define CopSTASH_set(c,hv) CopSTASHPV_set(c, (hv) ? HvNAME(hv) : Nullch) macro
84 # define CopSTASH_set(c,hv) ((c)->cop_stash = (hv)) macro
87 # define CopSTASHPV_set(c,pv) CopSTASH_set((c), gv_stashpv(pv,GV_ADD))
H A Dop.c3403 CopSTASH_set(cop, PL_curstash);
4475 CopSTASH_set(PL_curcop,stash);
H A Dperl.c3039 CopSTASH_set(&PL_compiling, PL_defstash);
H A Dpp_ctl.c2653 CopSTASH_set(&PL_compiling, PL_curstash);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbytecode.h297 #define BSET_cop_stash(cop,arg) CopSTASH_set(cop,(HV*)arg)

Completed in 51 milliseconds