Searched defs:PERLVARA (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perlapi.c | 33 #undef PERLVARA macro 39 #define PERLVARA(v,n,t) PL_##v##_t* Perl_##v##_ptr(pTHX) \ macro 49 #undef PERLVARA macro 52 #define PERLVARA(v,n,t) PL_##v##_t* Perl_##v##_ptr(pTHX) \ macro 60 #undef PERLVARA macro
|
H A D | perlapi.h | 26 #undef PERLVARA macro 30 #define PERLVARA(v,n,t) typedef t PL_##v##_t[n]; \ macro 40 #undef PERLVARA macro 62 #undef PERLVARA 66 #define PERLVARA(v,n,t) PERLVAR(v,t) 75 #undef PERLVARA
|
H A D | miniperlmain.c | 45 #define PERLVARA(var,type) /**/ macro 50 #undef PERLVARA macro
|
H A D | perl.c | 2976 # define PERLVARA(var,n,type) macro 2994 # undef PERLVARA macro 2999 # define PERLVARA(var,n,type) 3007 # undef PERLVARA
|
H A D | perl.h | 3440 #define PERLVARA(var,n,type) type var[n]; macro 3484 PERLVARA(object_compatibility,30, char) 3511 #undef PERLVARA macro 3572 #define PERLVARA(var,n,type) EXT type PL_##var[n]; macro 3601 #undef PERLVARA macro
|
Completed in 63 milliseconds