Searched refs:PERLVARA (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.c33 #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 Dminiperlmain.c45 #define PERLVARA(var,type) /**/ macro
50 #undef PERLVARA macro
H A Dintrpvar.h276 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 Dperlapi.h26 #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 Dthrdvar.h190 PERLVARA(Tcolors,6, char *) /* from regcomp.c */
H A Dperl.h3440 #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 Dperl.c2976 # define PERLVARA(var,n,type) macro
2994 # undef PERLVARA macro
2999 # define PERLVARA(var,n,type)
3007 # undef PERLVARA

Completed in 68 milliseconds