Home
last modified time | relevance | path

Searched refs:PL_check (Results 1 – 25 of 70) sorted by relevance

123

/dports/textproc/ydiff/ydiff-1.2/tests/diff-of-diff/
H A Din.diff35 PL_check[OP_RV2CV] = da_ck_rv2cv;
36 da_old_ck_entersub = PL_check[OP_ENTERSUB];
37 PL_check[OP_ENTERSUB] = da_ck_entersub;
/dports/devel/p5-autovivification/autovivification-0.18/xsh/
H A Dops.h65 *old_ck_p = PL_check[type]; in xsh_ck_replace()
66 PL_check[type] = new_ck; in xsh_ck_replace()
77 PL_check[type] = *old_ck_p; in xsh_ck_restore()
/dports/devel/p5-indirect/indirect-0.39/xsh/
H A Dops.h65 *old_ck_p = PL_check[type]; in xsh_ck_replace()
66 PL_check[type] = new_ck; in xsh_ck_replace()
77 PL_check[type] = *old_ck_p; in xsh_ck_restore()
/dports/devel/p5-Lexical-Var/Lexical-Var-0.009/lib/Lexical/
H A DVar.xs633 nxck_rv2sv = PL_check[OP_RV2SV]; PL_check[OP_RV2SV] = ck_rv2sv;
634 nxck_rv2av = PL_check[OP_RV2AV]; PL_check[OP_RV2AV] = ck_rv2av;
635 nxck_rv2hv = PL_check[OP_RV2HV]; PL_check[OP_RV2HV] = ck_rv2hv;
636 nxck_rv2cv = PL_check[OP_RV2CV]; PL_check[OP_RV2CV] = ck_rv2cv;
637 nxck_rv2gv = PL_check[OP_RV2GV]; PL_check[OP_RV2GV] = ck_rv2gv;
/dports/devel/p5-B-OPCheck/B-OPCheck-0.32/
H A DOPCheck.xs160 PL_check_orig[opnum] = PL_check[opnum];
161 PL_check[opnum] = OPCHECK_ck_subr;
192 PL_check[opnum] = PL_check_orig[opnum];
H A DREADME6 PL_check hacks using Perl callbacks
/dports/devel/p5-B-Hooks-OP-Check/B-Hooks-OP-Check-0.22/
H A DCheck.xs19 *old_checker_p = PL_check[opcode]; in THX_wrap_op_checker()
20 PL_check[opcode] = new_checker; in THX_wrap_op_checker()
/dports/math/polymake/polymake-4.5/lib/core/src/perl/
H A DRefHash.xxs809 PL_check[OP_PUSH] = &check_pushhv;
811 PL_check[OP_HELEM] = &intercept_ck_helem;
812 PL_check[OP_EXISTS] = &intercept_ck_exists;
832 PL_check[OP_PUSH] = def_ck_PUSH;
834 PL_check[OP_HELEM] = def_ck_HELEM;
835 PL_check[OP_EXISTS] = def_ck_EXISTS;
836 PL_check[OP_DELETE] = def_ck_DELETE;
912 def_ck_PUSH=PL_check[OP_PUSH];
914 def_ck_HELEM=PL_check[OP_HELEM];
915 def_ck_EXISTS=PL_check[OP_EXISTS];
[all …]
H A Dnamespaces.xxs1489 PL_check[OP_ENTERSUB] = def_ck_ENTERSUB;
3350 PL_check[OP_CONST] =def_ck_CONST;
3354 PL_check[OP_GV] =def_ck_GV;
4447 def_ck_CONST = PL_check[OP_CONST];
4451 def_ck_GV = PL_check[OP_GV];
4452 def_ck_RV2SV = PL_check[OP_RV2SV];
4453 def_ck_RV2AV = PL_check[OP_RV2AV];
4454 def_ck_RV2HV = PL_check[OP_RV2HV];
4455 def_ck_RV2CV = PL_check[OP_RV2CV];
4457 def_ck_PRINT = PL_check[OP_PRINT];
[all …]
/dports/devel/p5-autobox/autobox-2.84/
H A Dautobox.xs352 autobox_old_ck_subr = PL_check[OP_ENTERSUB];
353 PL_check[OP_ENTERSUB] = autobox_ck_subr;
368 PL_check[OP_ENTERSUB] = autobox_old_ck_subr;
/dports/devel/p5-Lexical-SealRequireHints/Lexical-SealRequireHints-0.011/lib/Lexical/
H A DSealRequireHints.xs51 *old_checker_p = PL_check[opcode]; in THX_wrap_op_checker()
52 PL_check[opcode] = new_checker; in THX_wrap_op_checker()
/dports/devel/p5-Opcodes/Opcodes-0.14/
H A DOpcodes.xs37 av_store(ref, 3, newSVuv( PTR2UV(PL_check[i]) ));
/dports/lang/perl5.32/perl-5.32.1/
H A Dperlapi.h106 #undef PL_check
107 #define PL_check (*Perl_Gcheck_ptr(NULL))
H A Dglobvar.sym13 PL_check
/dports/lang/perl5.34/perl-5.34.0/ext/XS-APItest/t/
H A Dsym-hook.t2 # Test that PL_check hooks for RV2*V can override symbol lookups.
/dports/lang/perl5.30/perl-5.30.3/ext/XS-APItest/t/
H A Dsym-hook.t2 # Test that PL_check hooks for RV2*V can override symbol lookups.
/dports/lang/perl5.32/perl-5.32.1/ext/XS-APItest/t/
H A Dsym-hook.t2 # Test that PL_check hooks for RV2*V can override symbol lookups.
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/XS-APItest/t/
H A Dsym-hook.t2 # Test that PL_check hooks for RV2*V can override symbol lookups.
/dports/lang/perl5.34/perl-5.34.0/
H A Dglobvar.sym13 PL_check
/dports/lang/perl5.30/perl-5.30.3/
H A Dglobvar.sym13 PL_check
H A Dperlapi.h140 #undef PL_check
141 #define PL_check (*Perl_Gcheck_ptr(NULL))
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dglobvar.sym13 PL_check
/dports/lang/perl5.30/perl-5.30.3/dist/IO/
H A DIO.xs564 OP *(*io_old_ck_lineseq)(pTHX_ OP *) = PL_check[OP_LINESEQ];
565 PL_check[OP_LINESEQ] = io_ck_lineseq;
567 PL_check[OP_LINESEQ] = io_old_ck_lineseq;
/dports/devel/p5-Function-Parameters/Function-Parameters-2.001003/hax/
H A Dop_convert_list.c.inc10 : PL_check[type](aTHX_ (OP*)o))
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D50090035 PL_check # E

123