Home
last modified time | relevance | path

Searched refs:SAVESPTR (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dscope.h168 #define SAVESPTR(s) save_sptr((SV**)&(s)) macro
249 # define SAVECOPSTASH_FREE(c) SAVESPTR(CopSTASH(c))
250 # define SAVECOPFILE(c) SAVESPTR(CopFILEGV(c))
H A Dclass.c121 SAVESPTR(PAD_SVl(padix)); in PP()
303 SAVESPTR(PAD_SVl(padix)); in PP()
317 SAVESPTR(PAD_SVl(PADIX_PARAMS)); in PP()
H A Dpad.c206 SAVESPTR(PL_comppad_name); in Perl_pad_new()
1971 SAVESPTR(PL_compcv); in S_cv_clone_pad()
1977 SAVESPTR(PL_comppad_name); in S_cv_clone_pad()
2980 SAVESPTR(PL_compcv); in Perl_resume_compcv()
2984 SAVESPTR(PL_comppad_name); in Perl_resume_compcv()
H A Dbuiltin.c50 SAVESPTR(PL_comppad_name); PL_comppad_name = PadlistNAMES(CvPADLIST(PL_compcv)); in Perl_prepare_export_lexical()
H A Dmg.c2109 SAVESPTR(PL_stderrgv); in Perl_magic_methcall()
3206 SAVESPTR(PL_last_in_gv); in Perl_magic_set()
H A Dpp_sys.c310 SAVESPTR(PL_rs); in PP()
511 SAVESPTR(PL_last_in_gv); /* We don't want this to be permanent. */ in PP()
514 SAVESPTR(PL_rs); /* This is not permanent, either. */ in PP()
H A Dpp_ctl.c4034 SAVESPTR(PL_beginav); in S_doeval_compile()
4037 SAVESPTR(PL_unitcheckav); in S_doeval_compile()
4043 SAVESPTR(PL_compcv); in S_doeval_compile()
H A Dutil.c1741 SAVESPTR(*hook); in Perl_invoke_exception_hook()
1752 SAVESPTR(*hook); in Perl_invoke_exception_hook()
H A Dutf8.c75 SAVESPTR(PL_curcop); in Perl__force_out_malformed_utf8_message()
H A Dtoke.c2595 SAVESPTR(PL_lex_repl); in S_sublex_push()
2613 SAVESPTR(PL_linestr); in S_sublex_push()
12821 SAVESPTR(PL_compcv); in Perl_start_subparse()
H A Dperl.h2068 # define SAVE_DEFSV SAVESPTR(GvSV(PL_defgv))
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs565 SAVESPTR(GvSV(agv)); in reduce()
566 SAVESPTR(GvSV(bgv)); in reduce()
647 SAVESPTR(GvSV(PL_defgv)); in first()
719 SAVESPTR(GvSV(PL_defgv)); in any()
950 SAVESPTR(GvSV(agv)); in pairfirst()
951 SAVESPTR(GvSV(bgv)); in pairfirst()
1034 SAVESPTR(GvSV(agv)); in pairgrep()
1035 SAVESPTR(GvSV(bgv)); in pairgrep()
1121 SAVESPTR(GvSV(agv)); in pairmap()
1122 SAVESPTR(GvSV(bgv)); in pairmap()
H A Dmulticall.h132 SAVESPTR(CvROOT(multicall_cv)->op_ppaddr); \
/openbsd/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.xs650 SAVESPTR(CurrentDB);
738 SAVESPTR(CurrentDB);
823 SAVESPTR(CurrentDB);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007630 SAVESPTR # T
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.xs328 SAVESPTR(PL_curstash); in my_newCONSTSUB()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs4134 SAVESPTR(GvSV(PL_defgv));
4644 SAVESPTR(PL_comppad_name); PL_comppad_name = PadlistNAMES(pl); in lexical_import()
4645 SAVESPTR(PL_comppad); PL_comppad = PadlistARRAY(pl)[1]; in lexical_import()
4646 SAVESPTR(PL_curpad); PL_curpad = PadARRAY(PL_comppad); in lexical_import()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc802 Amhd||SAVESPTR|SV * s
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50030071192 SAVESPTR # T
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs1324 SAVESPTR(orig_perl); \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc318 __UNDEFINED__ SAVE_DEFSV SAVESPTR(GvSV(PL_defgv))
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12795 # define SAVE_DEFSV SAVESPTR(GvSV(PL_defgv))
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod1891 =item C<SAVESPTR(s)>
1900 =for apidoc Amh||SAVESPTR|SV * s