Home
last modified time | relevance | path

Searched refs:cop_hints_fetch_pvs (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D501300724 cop_hints_fetch_pvs # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D501300726 cop_hints_fetch_pvs # U
/openbsd/src/gnu/usr.bin/perl/
Dcop.h722 #define cop_hints_fetch_pvs(cop, key, flags) \ macro
Dmg.c765 SV *const value = cop_hints_fetch_pvs(c, "open<", 0); in Perl_emulate_cop_io()
771 SV *const value = cop_hints_fetch_pvs(c, "open>", 0); in Perl_emulate_cop_io()
Dgv.c3712 SV *lex_mask = cop_hints_fetch_pvs(PL_curcop, "overloading", 0); in Perl_amagic_is_enabled()
Dlocale.c10359 SV *these_categories = cop_hints_fetch_pvs(cop, "locale", 0); in Perl__is_in_locale_category()
Dpp_ctl.c3637 && SvTRUE(cop_hints_fetch_pvs(PL_curcop, "vmsish_exit", 0)))
Dregcomp.c413 ptr = cop_hints_fetch_pvs(PL_curcop, "regcomp", 0); in Perl_current_re_engine()
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs3218 ST(4) = cop_hints_fetch_pvs(cx->blk_oldcop, "foo", 0);
3841 (sv = cop_hints_fetch_pvs(&PL_compiling, KEY, 0)) && \
3888 if (SvIV(cop_hints_fetch_pvs(&PL_compiling, "t0", 0)) != 123)
3893 if (SvIV(cop_hints_fetch_pvs(&PL_compiling, "t0", 0)) != 123)
3898 if (SvIV(cop_hints_fetch_pvs(&PL_compiling, "t0", 0)) != 789)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc83 Amd|SV *|cop_hints_fetch_pvs|const COP *cop|"key"|U32 flags