Home
last modified time | relevance | path

Searched refs:cophh_fetch_pv (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D501300710 cophh_fetch_pv # E
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501300710 cophh_fetch_pv # E
/openbsd/gnu/usr.bin/perl/
H A Dcop.h243 #define cophh_fetch_pv(cophh, key, hash, flags) \ macro
726 cophh_fetch_pv(CopHINTHASH_get(cop), key, hash, flags)
H A Dregcomp.c15810 SV * pu_overrides = cophh_fetch_pv(hinthash, "private_use", 0, 0); in S_parse_uniprop_string()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc65 Amxd|SV *|cophh_fetch_pv|const COPHH *cophh|const char *key|U32 hash|U32 flags
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs3626 check_ph(cophh_fetch_pv(a, "foo_1", 0, 0));
3634 check_iv(cophh_fetch_pv(a, "foo_1", 0, 0), 111);