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 D | 5013007 | 10 cophh_fetch_pv # E
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5013007 | 10 cophh_fetch_pv # E
|
/openbsd/gnu/usr.bin/perl/ |
H A D | cop.h | 243 #define cophh_fetch_pv(cophh, key, hash, flags) \ macro 726 cophh_fetch_pv(CopHINTHASH_get(cop), key, hash, flags)
|
H A D | regcomp.c | 15810 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 D | apidoc.fnc | 65 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 D | APItest.xs | 3626 check_ph(cophh_fetch_pv(a, "foo_1", 0, 0)); 3634 check_iv(cophh_fetch_pv(a, "foo_1", 0, 0), 111);
|