Searched refs:cop_hints_fetch_pvn (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5013007 | 23 cop_hints_fetch_pvn # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5013007 | 25 cop_hints_fetch_pvn # U
|
/openbsd/gnu/usr.bin/perl/ |
H A D | cop.h | 719 #define cop_hints_fetch_pvn(cop, key, keylen, hash, flags) \ macro
|
H A D | perlio.c | 5579 layers = cop_hints_fetch_pvn(PL_curcop, direction, 5, 0, 0); in Perl_PerlIO_context_layers()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 82 Amd|SV *|cop_hints_fetch_pvn|const COP *cop|const char *keypv|STRLEN keylen|U32 hash|U32 flags
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 3219 ST(5) = cop_hints_fetch_pvn(cx->blk_oldcop, "foo", 3, 0, 0);
|