Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dbuiltin.c122 …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()
Dperl.h2520 #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/
Dmisc277 __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/
Dppport.h12727 #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/
D5006000331 NUM2PTR # M added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlhacktips.pod581 NUM2PTR().)