Searched refs:SAVESPTR (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/
H A DUtil.xs226 SAVESPTR(GvSV(agv));
227 SAVESPTR(GvSV(bgv));
231 SAVESPTR(CvROOT(cv)->op_ppaddr);
236 SAVESPTR(PL_curpad);
240 SAVESPTR(PL_op);
279 SAVESPTR(GvSV(PL_defgv));
282 SAVESPTR(CvROOT(cv)->op_ppaddr);
287 SAVESPTR(PL_curpad);
291 SAVESPTR(PL_op);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.h113 * Not using SOFT_CAST on SAVESPTR, SAVEGENERICSV and SAVEFREESV
123 #define SAVESPTR(s) save_sptr((SV**)&(s)) macro
176 # define SAVECOPSTASH(c) SAVESPTR(CopSTASH(c))
178 # define SAVECOPFILE(c) SAVESPTR(CopFILEGV(c))
H A Dpp_sort.c1543 SAVESPTR(PL_firstgv);
1544 SAVESPTR(PL_secondgv);
1553 SAVESPTR(GvSV(PL_firstgv));
1554 SAVESPTR(GvSV(PL_secondgv));
H A Dpp_ctl.c843 SAVESPTR(DEFSV);
1683 SAVESPTR(*svp);
2775 SAVESPTR(PL_compcv);
2801 SAVESPTR(PL_curstash);
2804 SAVESPTR(PL_beginav);
3274 SAVESPTR(PL_compiling.cop_warnings);
3283 SAVESPTR(PL_compiling.cop_io);
3375 SAVESPTR(PL_compiling.cop_warnings);
3382 SAVESPTR(PL_compiling.cop_io);
H A DXSUB.h269 SAVESPTR(DEFSV) ; \
H A Dpad.c136 SAVESPTR(PL_comppad_name);
1331 SAVESPTR(PL_compcv);
H A Dutil.c1002 SAVESPTR(PL_stderrgv);
1072 SAVESPTR(PL_diehook);
1171 SAVESPTR(PL_diehook);
1274 SAVESPTR(PL_warnhook);
1377 SAVESPTR(PL_diehook);
1414 SAVESPTR(PL_warnhook);
H A Dscope.c209 SAVESPTR(mg->mg_obj);
H A Dmg.c2190 SAVESPTR(PL_last_in_gv);
H A Dop.c1829 SAVESPTR(PL_compiling.cop_warnings);
1834 SAVESPTR(PL_compiling.cop_io);
4472 SAVESPTR(PL_curstash);
H A Dperl.h801 # define SAVE_DEFSV SAVESPTR(GvSV(PL_defgv))
H A Dpp_sys.c400 SAVESPTR(PL_last_in_gv); /* We don't want this to be permanent. */
403 SAVESPTR(PL_rs); /* This is not permanent, either. */
H A Dtoke.c426 SAVESPTR(PL_linestr);
430 SAVESPTR(PL_lex_stuff);
433 SAVESPTR(PL_lex_repl);
1051 SAVESPTR(PL_linestr);
7708 SAVESPTR(PL_compcv);
H A Dperlio.c760 SAVESPTR(PL_warnhook);
H A Dregexec.c2098 SAVESPTR(DEFSV);
H A Dregcomp.c5099 SAVESPTR(PL_reg_sv); /* from regexec.c */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.xs125 SAVESPTR(DEFSV) ; /* save $_ */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs994 SAVESPTR(orig_perl); \

Completed in 164 milliseconds