Home
last modified time | relevance | path

Searched refs:PL_in_some_fold (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50290076 PL_in_some_fold # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dembedvar.h141 # define PL_in_some_fold (vTHX->Iin_some_fold) macro
H A Dperl.c1218 SvREFCNT_dec(PL_in_some_fold); in perl_destruct()
1219 PL_in_some_fold = NULL; in perl_destruct()
H A Dregcomp.c6733 && ! _invlist_contains_cp(PL_in_some_fold, ender))) in S_regatom()
10798 _invlist_intersection(PL_in_some_fold, cp_foldable_list, in S_regclass()
11526 && _invlist_contains_cp(PL_in_some_fold, lowest_cp)) in S_optimize_regclass()
13938 PL_in_some_fold = _new_invlist_C_array(uni_prop_ptrs[UNI__PERL_ANY_FOLDS]); in Perl_init_uniprops()
H A Dsv.c16209 PL_in_some_fold = sv_dup_inc(proto_perl->Iin_some_fold, param);