Home
last modified time | relevance | path

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 D501300723 cop_hints_fetch_pvn # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501300725 cop_hints_fetch_pvn # U
/openbsd/gnu/usr.bin/perl/
H A Dcop.h719 #define cop_hints_fetch_pvn(cop, key, keylen, hash, flags) \ macro
H A Dperlio.c5579 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 Dapidoc.fnc82 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 DAPItest.xs3219 ST(5) = cop_hints_fetch_pvn(cx->blk_oldcop, "foo", 3, 0, 0);