Home
last modified time | relevance | path

Searched refs:PTRV (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dppport.fnc83 AmnT|void|PTRV
H A Dembed.fnc2909 iT |U32|ptr_hash|PTRV u
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc31 PTRV
250 # define PTRV UV
254 # define PTRV unsigned long
256 # define PTRV unsigned
258 # define INT2PTR(any,d) (any)(PTRV)(d)
276 __UNDEFINED__ PTR2nat(p) (PTRV)(p)
/openbsd/gnu/usr.bin/perl/
H A Dperl.h2495 # define PTRV UV macro
2498 # define PTRV unsigned long macro
2501 # define PTRV unsigned macro
2505 # define INT2PTR(any,d) (any)(PTRV)(d)
2520 #define NUM2PTR(any,d) (any)(PTRV)(d)
2524 #define PTR2nat(p) (PTRV)(p) /* pointer to integer of PTRSIZE */
H A Dutil.c4666 PERL_STATIC_INLINE U32 S_ptr_hash(PTRV u) {
H A Dproto.h9524 S_ptr_hash(PTRV u);
H A Dembed.fnc6015 Ti |U32 |ptr_hash |PTRV u
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12704 # define PTRV UV macro
12708 # define PTRV unsigned long macro
12710 # define PTRV unsigned macro
12712 # define INT2PTR(any,d) (any)(PTRV)(d)
12724 # define PTR2nat(p) (PTRV)(p)
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007591 PTRV # X added by devel/scanprov
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000530 PTRV # M added by devel/scanprov
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod3279 And C<PTRV> which gives the native type for an integer the same size as
3282 =for apidoc Ayh|type|PTRV