Home
last modified time | relevance | path

Searched refs:PL_hintgv (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/p5-XS-Parse-Sublike/XS-Parse-Sublike-0.14/t/
H A Dstages.xs17 if(!hv_fetchs(GvHV(PL_hintgv), "t::stages/permit", 0)) in stage_permit()
25 if(hv_fetchs(GvHV(PL_hintgv), "t::stages/pre_subparse-capture", 0)) { in stage_pre_subparse()
32 if(hv_fetchs(GvHV(PL_hintgv), "t::stages/post_blockstart-capture", 0)) { in stage_post_blockstart()
39 if(hv_fetchs(GvHV(PL_hintgv), "t::stages/pre_blockend-capture", 0)) { in stage_pre_blockend()
46 if(hv_fetchs(GvHV(PL_hintgv), "t::stages/post_newcv-capture-cv", 0)) { in stage_post_newcv()
53 if(!hv_fetchs(GvHV(PL_hintgv), "t::stages/filter_attr-capture", 0)) in stage_filter_attr()
H A Dparts.xs24 if(hv_fetchs(GvHV(PL_hintgv), "t::parts/require-name", 0)) in parts_permit()
26 if(hv_fetchs(GvHV(PL_hintgv), "t::parts/skip-name", 0)) in parts_permit()
29 if(hv_fetchs(GvHV(PL_hintgv), "t::parts/skip-attrs", 0)) in parts_permit()
32 if(hv_fetchs(GvHV(PL_hintgv), "t::parts/skip-signature", 0)) in parts_permit()
/dports/devel/p5-XS-Parse-Keyword/XS-Parse-Keyword-0.21/t/
H A Dstages.xs15 HV *hints = GvHV(PL_hintgv); in permit_stages()
24 if(hv_fetchs(GvHV(PL_hintgv), "t::stages/check-capture", 0)) { in check_stages()
/dports/devel/p5-Lexical-Var/Lexical-Var-0.009/lib/Lexical/
H A DVar.xs290 if((he = hv_fetch_ent(GvHV(PL_hintgv), key, 0, 0))) { in THX_ck_rv2xv()
509 he = hv_fetch_ent(GvHV(PL_hintgv), key, 0, 0); in THX_lookup_for_compilation()
547 gv_HVadd(PL_hintgv); in THX_import()
571 he = hv_store_ent(GvHV(PL_hintgv), key, val, 0); in THX_import()
598 gv_HVadd(PL_hintgv); in THX_unimport()
611 he = hv_fetch_ent(GvHV(PL_hintgv), key, 0, 0); in THX_unimport()
616 (void) hv_delete_ent(GvHV(PL_hintgv), key, G_DISCARD, 0); in THX_unimport()
/dports/devel/p5-bareword-filehandles/bareword-filehandles-0.007/
H A Dfilehandles.xs47 SV **hint = hv_fetchs(GvHV(PL_hintgv), "bareword::filehandles/disabled", 0); in bareword_filehandles_unary_check_op()
61 SV **hint = hv_fetchs(GvHV(PL_hintgv), "bareword::filehandles/disabled", 0); in bareword_filehandles_stat_check_op()
75 SV **hint = hv_fetchs(GvHV(PL_hintgv), "bareword::filehandles/disabled", 0); in bareword_filehandles_list_check_op()
/dports/lang/perl5.34/perl-5.34.0/
H A Dscope.c696 HV *oldhh = GvHV(PL_hintgv); in Perl_save_hints()
705 GvHV(PL_hintgv) = NULL; /* in case copying dies */ in Perl_save_hints()
706 GvHV(PL_hintgv) = hv_copy_hints_hv(oldhh); in Perl_save_hints()
1378 while (GvHV(PL_hintgv)) { in Perl_leave_scope()
1379 HV *hv = GvHV(PL_hintgv); in Perl_leave_scope()
1380 GvHV(PL_hintgv) = NULL; in Perl_leave_scope()
1388 SvREFCNT_dec(MUTABLE_SV(GvHV(PL_hintgv))); in Perl_leave_scope()
1389 GvHV(PL_hintgv) = MUTABLE_HV(a2.any_ptr); in Perl_leave_scope()
1391 if (!GvHV(PL_hintgv)) { in Perl_leave_scope()
1396 GvHV(PL_hintgv) = hv; in Perl_leave_scope()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dscope.c696 HV *oldhh = GvHV(PL_hintgv); in Perl_save_hints()
705 GvHV(PL_hintgv) = NULL; /* in case copying dies */ in Perl_save_hints()
706 GvHV(PL_hintgv) = hv_copy_hints_hv(oldhh); in Perl_save_hints()
1374 while (GvHV(PL_hintgv)) { in Perl_leave_scope()
1375 HV *hv = GvHV(PL_hintgv); in Perl_leave_scope()
1376 GvHV(PL_hintgv) = NULL; in Perl_leave_scope()
1384 SvREFCNT_dec(MUTABLE_SV(GvHV(PL_hintgv))); in Perl_leave_scope()
1385 GvHV(PL_hintgv) = MUTABLE_HV(a2.any_ptr); in Perl_leave_scope()
1387 if (!GvHV(PL_hintgv)) { in Perl_leave_scope()
1392 GvHV(PL_hintgv) = hv; in Perl_leave_scope()
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dscope.c683 HV *oldhh = GvHV(PL_hintgv); in Perl_save_hints()
685 GvHV(PL_hintgv) = NULL; /* in case copying dies */ in Perl_save_hints()
686 GvHV(PL_hintgv) = hv_copy_hints_hv(oldhh); in Perl_save_hints()
1347 while (GvHV(PL_hintgv)) { in Perl_leave_scope()
1348 HV *hv = GvHV(PL_hintgv); in Perl_leave_scope()
1349 GvHV(PL_hintgv) = NULL; in Perl_leave_scope()
1357 SvREFCNT_dec(MUTABLE_SV(GvHV(PL_hintgv))); in Perl_leave_scope()
1358 GvHV(PL_hintgv) = MUTABLE_HV(SSPOPPTR); in Perl_leave_scope()
1360 if (!GvHV(PL_hintgv)) { in Perl_leave_scope()
1365 GvHV(PL_hintgv) = hv; in Perl_leave_scope()
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dscope.c688 HV *oldhh = GvHV(PL_hintgv); in Perl_save_hints()
690 GvHV(PL_hintgv) = NULL; /* in case copying dies */ in Perl_save_hints()
691 GvHV(PL_hintgv) = hv_copy_hints_hv(oldhh); in Perl_save_hints()
1353 while (GvHV(PL_hintgv)) { in Perl_leave_scope()
1354 HV *hv = GvHV(PL_hintgv); in Perl_leave_scope()
1355 GvHV(PL_hintgv) = NULL; in Perl_leave_scope()
1363 SvREFCNT_dec(MUTABLE_SV(GvHV(PL_hintgv))); in Perl_leave_scope()
1364 GvHV(PL_hintgv) = MUTABLE_HV(SSPOPPTR); in Perl_leave_scope()
1366 if (!GvHV(PL_hintgv)) { in Perl_leave_scope()
1371 GvHV(PL_hintgv) = hv; in Perl_leave_scope()
[all …]
/dports/devel/p5-multidimensional/multidimensional-0.014/
H A Dmultidimensional.xs18 SV **hint = hv_fetchs(GvHV(PL_hintgv), "multidimensional/disabled", 0); in multidimensional_helem_check_op()
/dports/devel/p5-autobox/autobox-2.84/
H A Dautobox.xs48 HV *table = GvHV(PL_hintgv); in autobox_ck_subr()
375 XSRETURN_UV(PTR2UV(GvHV(PL_hintgv)));
/dports/devel/p5-Coro/Coro-6.57/Coro/
H A Dstate.h12 VARx(hinthv, GvHV (PL_hintgv), HV *)
/dports/devel/p5-namespace-clean-xs/namespace-clean-xs-0.09/
H A Dxs.xs262 SV* hints = (SV*)GvHV(PL_hintgv);
301 …sv_magicext((SV*)GvHV(PL_hintgv), (SV*)stash, PERL_MAGIC_ext, &vtscope_list, (const char *)list, H…
/dports/devel/p5-Lexical-SealRequireHints/Lexical-SealRequireHints-0.011/lib/Lexical/
H A DSealRequireHints.xs123 hv_clear(GvHV(PL_hintgv)); in THX_pp_squashhints()
/dports/devel/p5-Keyword-Simple/Keyword-Simple-0.04/
H A DSimple.xs133 if (!(hints = GvHV(PL_hintgv))) { in kw_handler()
/dports/devel/p5-XS-Parse-Keyword/XS-Parse-Keyword-0.21/src/
H A Dinfix.c245 HV *hints = GvHV(PL_hintgv); in my_infix_plugin()
293 HV *hints = GvHV(PL_hintgv); in XSParseInfix_parse()
/dports/lang/p5-signatures/signatures-0.14/
H A Dsignatures.xs66 HV *hints = GvHV (PL_hintgv); in enabled()
/dports/devel/p5-Object-Pad/Object-Pad-0.58/lib/Object/
H A DPad.xs278 SV **svp = hv_fetchs(GvHV(PL_hintgv), "Object::Pad/compclassmeta", 0); in S_compclassmeta()
287 SV **svp = hv_fetchs(GvHV(PL_hintgv), "Object::Pad/compclassmeta", 0); in S_have_compclassmeta()
300 SV *sv = *hv_fetchs(GvHV(PL_hintgv), "Object::Pad/compclassmeta", GV_ADD); in S_compclassmeta_set()
/dports/devel/p5-Keyword-Pluggable/Keyword-Pluggable-1.04/
H A DPluggable.xs140 if ((hints = GvHV(PL_hintgv)) && (psv = hv_fetchs(hints, HINTK_KEYWORDS, 0))) { in kw_handler()
/dports/devel/p5-indirect/indirect-0.39/xsh/
H A Dhints.h367 SV **val = hv_fetch(GvHV(PL_hintgv), XSH_HINTS_KEY, XSH_HINTS_KEY_LEN, 0); in xsh_hints_fetch()
/dports/devel/p5-autovivification/autovivification-0.18/xsh/
H A Dhints.h367 SV **val = hv_fetch(GvHV(PL_hintgv), XSH_HINTS_KEY, XSH_HINTS_KEY_LEN, 0); in xsh_hints_fetch()
/dports/lang/perl5.30/perl-5.30.3/ext/XS-APItest/
H A DAPItest.xs1160 if(!GvHV(PL_hintgv)) return 0; in THX_keyword_active()
1161 he = hv_fetch_ent(GvHV(PL_hintgv), hintkey_sv, 0, in THX_keyword_active()
1310 SV **flag_svp = hv_fetchs(GvHV(PL_hintgv), "XS::APItest/addissub", 0); in addissub_myck_add()
1331 SV **flag_svp = hv_fetchs(GvHV(PL_hintgv), "XS::APItest/addunder", 0); in my_ck_rv2cv()
3507 sv_setiv_mg(*hv_fetchs(GvHV(PL_hintgv), KEY, 1), (VALUE))
3509 ((svp = hv_fetchs(GvHV(PL_hintgv), KEY, 0)) && \
3557 sv_setiv_mg(*hv_fetchs(GvHV(PL_hintgv), "t0", 1), 123);
3560 a = newHVhv(GvHV(PL_hintgv));
/dports/lang/perl5.34/perl-5.34.0/ext/XS-APItest/
H A DAPItest.xs1234 if(!GvHV(PL_hintgv)) return 0; in THX_keyword_active()
1235 he = hv_fetch_ent(GvHV(PL_hintgv), hintkey_sv, 0, in THX_keyword_active()
1388 SV **flag_svp = hv_fetchs(GvHV(PL_hintgv), "XS::APItest/addissub", 0); in addissub_myck_add()
1409 SV **flag_svp = hv_fetchs(GvHV(PL_hintgv), "XS::APItest/addunder", 0); in my_ck_rv2cv()
3597 sv_setiv_mg(*hv_fetchs(GvHV(PL_hintgv), KEY, 1), (VALUE))
3599 ((svp = hv_fetchs(GvHV(PL_hintgv), KEY, 0)) && \
3647 sv_setiv_mg(*hv_fetchs(GvHV(PL_hintgv), "t0", 1), 123);
3650 a = newHVhv(GvHV(PL_hintgv));
/dports/lang/perl5.32/perl-5.32.1/ext/XS-APItest/
H A DAPItest.xs1228 if(!GvHV(PL_hintgv)) return 0; in THX_keyword_active()
1229 he = hv_fetch_ent(GvHV(PL_hintgv), hintkey_sv, 0, in THX_keyword_active()
1382 SV **flag_svp = hv_fetchs(GvHV(PL_hintgv), "XS::APItest/addissub", 0); in addissub_myck_add()
1403 SV **flag_svp = hv_fetchs(GvHV(PL_hintgv), "XS::APItest/addunder", 0); in my_ck_rv2cv()
3579 sv_setiv_mg(*hv_fetchs(GvHV(PL_hintgv), KEY, 1), (VALUE))
3581 ((svp = hv_fetchs(GvHV(PL_hintgv), KEY, 0)) && \
3629 sv_setiv_mg(*hv_fetchs(GvHV(PL_hintgv), "t0", 1), 123);
3632 a = newHVhv(GvHV(PL_hintgv));
/dports/devel/p5-Syntax-Keyword-Try/Syntax-Keyword-Try-0.26/lib/Syntax/Keyword/
H A DTry.xs413 HV *hints = GvHV(PL_hintgv); in build_try()

123