Searched refs:PERLVAR (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dthrdvar.h31 PERLVAR(interp, PerlInterpreter*) /* thread owner */
34 PERLVAR(Tstack_sp, SV **) /* top of the stack */
36 PERLVAR(Topsave, OP *)
38 PERLVAR(Top, OP *) /* currently executing op */
40 PERLVAR(Tcurpad, SV **) /* active pad (lexicals+tmps) */
42 PERLVAR(Tstack_base, SV **)
43 PERLVAR(Tstack_max, SV **)
45 PERLVAR(Tscopestack, I32 *) /* scopes we've ENTERed */
46 PERLVAR(Tscopestack_ix, I32)
47 PERLVAR(Tscopestack_ma
[all...]
H A Dintrpvar.h20 PERLVAR(Iorigargc, int)
21 PERLVAR(Iorigargv, char **)
22 PERLVAR(Ienvgv, GV *)
23 PERLVAR(Iincgv, GV *)
24 PERLVAR(Ihintgv, GV *)
25 PERLVAR(Iorigfilename, char *)
26 PERLVAR(Idiehook, SV *)
27 PERLVAR(Iwarnhook, SV *)
30 PERLVAR(Iminus_c, bool)
31 PERLVAR(Ipatchleve
[all...]
H A Dperlvars.h26 PERLVAR(Gcurinterp, PerlInterpreter *)
31 PERLVAR(Gthr_key, perl_key) /* key to retrieve per-thread struct */
44 PERLVAR(Gmalloc_mutex, perl_mutex) /* Mutex for malloc */
48 PERLVAR(Gop_mutex, perl_mutex) /* Mutex for op refcounting */
52 PERLVAR(Gdollarzero_mutex, perl_mutex) /* Modifying $0 */
61 PERLVAR(Gsigfpe_saved, Sighandler_t)
66 PERLVAR(Gsv_placeholder, SV)
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 Dminiperlmain.c44 #define PERLVAR(var,type) /**/ macro
49 #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 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
H A Dperl.c2975 # define PERLVAR(var,type) macro
2993 # undef PERLVAR macro
2998 # define PERLVAR(var,type)
3006 # undef PERLVAR

Completed in 37 milliseconds