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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dppport.h32 # define PL_curcop curcop macro
145 HV *old_cop_stash = PL_curcop->cop_stash;
147 line_t oldline = PL_curcop->cop_line;
148 PL_curcop->cop_line = PL_copline;
152 PL_curstash = PL_curcop->cop_stash = stash;
175 PL_curcop->cop_stash = old_cop_stash;
177 PL_curcop->cop_line = oldline;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Dppport.h32 # define PL_curcop curcop macro
140 HV *old_cop_stash = PL_curcop->cop_stash;
142 line_t oldline = PL_curcop->cop_line;
143 PL_curcop->cop_line = PL_copline;
147 PL_curstash = PL_curcop->cop_stash = stash;
170 PL_curcop->cop_stash = old_cop_stash;
172 PL_curcop->cop_line = oldline;

Completed in 117 milliseconds