Searched refs:NUM2PTR (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | builtin.c | 122 …const struct BuiltinFuncDescriptor *builtin = NUM2PTR(const struct BuiltinFuncDescriptor *, SvUV(c… in ck_builtin_const() 438 …const struct BuiltinFuncDescriptor *builtin = NUM2PTR(const struct BuiltinFuncDescriptor *, SvUV(c… in ck_builtin_func1() 596 …const struct BuiltinFuncDescriptor *builtin = NUM2PTR(const struct BuiltinFuncDescriptor *, SvUV(c… in ck_builtin_funcN()
|
| D | perl.h | 2520 #define NUM2PTR(any,d) (any)(PTRV)(d) macro 2523 #define PTR2NV(p) NUM2PTR(NV,p)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | misc | 277 __UNDEFINED__ NUM2PTR(any,d) (any)PTR2nat(d) 280 __UNDEFINED__ PTR2NV(p) NUM2PTR(NV,p) 1278 RETVAL += p > NUM2PTR(int *, 0) ? 32 : 0;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 12727 #ifndef NUM2PTR 12728 # define NUM2PTR(any,d) (any)PTR2nat(d) macro 12740 # define PTR2NV(p) NUM2PTR(NV,p)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5006000 | 331 NUM2PTR # M added by devel/scanprov
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlhacktips.pod | 581 NUM2PTR().)
|