Searched defs:PERLVAR (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.c32 #undef PERLVAR macro
37 #define PERLVAR(v,t) t* Perl_##v##_ptr(pTHX) \ macro
42 #define PERLVARI(v,t,i) PERLVAR(v,t)
43 #define PERLVARIC(v,t,i) PERLVAR(v, const t)
48 #undef PERLVAR macro
50 #define PERLVAR(v,t) t* Perl_##v##_ptr(pTHX) \ macro
59 #undef PERLVAR macro
H A Dperlapi.h25 #undef PERLVAR macro
29 #define PERLVAR(v,t) EXTERN_C t* Perl_##v##_ptr(pTHX); macro
32 #define PERLVARI(v,t,i) PERLVAR(v,t)
33 #define PERLVARIC(v,t,i) PERLVAR(v, const t)
39 #undef PERLVAR macro
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(
[all...]
H A Dminiperlmain.c44 #define PERLVAR(var,type) /**/ macro
49 #undef PERLVAR macro
H A Dperl.c2975 # define PERLVAR(var,type) macro
2993 # undef PERLVAR macro
2998 # define PERLVAR(var,type)
3006 # undef PERLVAR
H A Dperl.h3438 /* Set up PERLVAR macros for populating structs */
3439 #define PERLVAR(var,type) type var; macro
3509 /* Done with PERLVAR macros for now ... */
3510 #undef PERLVAR macro
3571 #define PERLVAR(var,type) EXT type PL_##var; macro
3600 #undef PERLVAR macro

Completed in 47 milliseconds