Lines Matching defs:PERLVAR
25 #undef PERLVAR
29 #define PERLVAR(v,t) EXTERN_C t* Perl_##v##_ptr(pTHX);
32 #define PERLVARI(v,t,i) PERLVAR(v,t)
33 #define PERLVARIC(v,t,i) PERLVAR(v, const t)
39 #undef PERLVAR
61 #undef PERLVAR
65 #define PERLVAR(v,t) (void*)Perl_##v##_ptr,
66 #define PERLVARA(v,n,t) PERLVAR(v,t)
67 #define PERLVARI(v,t,i) PERLVAR(v,t)
68 #define PERLVARIC(v,t,i) PERLVAR(v,t)
74 #undef PERLVAR