Home
last modified time | relevance | path

Searched defs:cophh (Results 1 – 5 of 5) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/
H A Dcop.h205 #define cophh_fetch_pvs(cophh, key, flags) \ argument
217 #define cophh_fetch_pv(cophh, key, hash, flags) \ argument
229 #define cophh_fetch_sv(cophh, key, hash, flags) \ argument
257 #define cophh_exists_pvs(cophh, key, flags) \ argument
269 #define cophh_exists_pv(cophh, key, hash, flags) \ argument
281 #define cophh_exists_sv(cophh, key, hash, flags) \ argument
294 #define cophh_2hv(cophh, flags) \ argument
363 #define cophh_store_pvs(cophh, key, value, flags) \ argument
420 #define cophh_delete_pvs(cophh, key, flags) \ argument
433 #define cophh_delete_pv(cophh, key, hash, flags) \ argument
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dcop.h205 #define cophh_fetch_pvs(cophh, key, flags) \ argument
217 #define cophh_fetch_pv(cophh, key, hash, flags) \ argument
229 #define cophh_fetch_sv(cophh, key, hash, flags) \ argument
257 #define cophh_exists_pvs(cophh, key, flags) \ argument
269 #define cophh_exists_pv(cophh, key, hash, flags) \ argument
281 #define cophh_exists_sv(cophh, key, hash, flags) \ argument
294 #define cophh_2hv(cophh, flags) \ argument
363 #define cophh_store_pvs(cophh, key, value, flags) \ argument
420 #define cophh_delete_pvs(cophh, key, flags) \ argument
433 #define cophh_delete_pv(cophh, key, hash, flags) \ argument
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dcop.h189 #define cophh_fetch_pvn(cophh, keypv, keylen, hash, flags) \ argument
201 #define cophh_fetch_pvs(cophh, key, flags) \ argument
213 #define cophh_fetch_pv(cophh, key, hash, flags) \ argument
225 #define cophh_fetch_sv(cophh, key, hash, flags) \ argument
238 #define cophh_2hv(cophh, flags) \ argument
307 #define cophh_store_pvs(cophh, key, value, flags) \ argument
319 #define cophh_store_pv(cophh, key, hash, value, flags) \ argument
331 #define cophh_store_sv(cophh, key, hash, value, flags) \ argument
364 #define cophh_delete_pvs(cophh, key, flags) \ argument
377 #define cophh_delete_pv(cophh, key, hash, flags) \ argument
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dcop.h192 #define cophh_fetch_pvn(cophh, keypv, keylen, hash, flags) \ argument
204 #define cophh_fetch_pvs(cophh, key, flags) \ argument
216 #define cophh_fetch_pv(cophh, key, hash, flags) \ argument
228 #define cophh_fetch_sv(cophh, key, hash, flags) \ argument
241 #define cophh_2hv(cophh, flags) \ argument
310 #define cophh_store_pvs(cophh, key, value, flags) \ argument
322 #define cophh_store_pv(cophh, key, hash, value, flags) \ argument
334 #define cophh_store_sv(cophh, key, hash, value, flags) \ argument
367 #define cophh_delete_pvs(cophh, key, flags) \ argument
380 #define cophh_delete_pv(cophh, key, hash, flags) \ argument
[all …]
/dports/devel/p5-Object-Pad/Object-Pad-0.58/src/
H A Dslot.c178 COPHH *cophh = CopHINTHASH_get(PL_curcop); in ObjectPad_mop_slot_get_attribute() local