Searched refs:PERLVARA (Results 1 - 7 of 7) 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 | miniperlmain.c | 45 #define PERLVARA(var,type) /**/ macro 50 #undef PERLVARA macro
|
H A D | intrpvar.h | 276 PERLVARA(Itokenbuf,256, char) 319 PERLVARA(Inextval,5, YYSTYPE) /* value of next token, if any */ 320 PERLVARA(Inexttype,5, I32) /* type of next token */ 402 PERLVARA(Ilast_swash_key,10, U8) 416 PERLVARA(Iuudmap,256, char)
|
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 | thrdvar.h | 190 PERLVARA(Tcolors,6, char *) /* from regcomp.c */
|
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
|
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
|
Completed in 59 milliseconds