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/ |
| D | 5013007 | 24 cop_hints_fetch_pvs # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5013007 | 26 cop_hints_fetch_pvs # U
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | cop.h | 722 #define cop_hints_fetch_pvs(cop, key, flags) \ macro
|
| D | mg.c | 765 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()
|
| D | gv.c | 3712 SV *lex_mask = cop_hints_fetch_pvs(PL_curcop, "overloading", 0); in Perl_amagic_is_enabled()
|
| D | locale.c | 10359 SV *these_categories = cop_hints_fetch_pvs(cop, "locale", 0); in Perl__is_in_locale_category()
|
| D | pp_ctl.c | 3637 && SvTRUE(cop_hints_fetch_pvs(PL_curcop, "vmsish_exit", 0)))
|
| D | regcomp.c | 413 ptr = cop_hints_fetch_pvs(PL_curcop, "regcomp", 0); in Perl_current_re_engine()
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 3218 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/ |
| D | apidoc.fnc | 83 Amd|SV *|cop_hints_fetch_pvs|const COP *cop|"key"|U32 flags
|