This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add option to omit Changes file, from Abigail <abigail@delanet.com>;
[perl5.git] / embedvar.h
1 /* !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!! 
2    This file is built by embed.pl from data in embed.pl, pp.sym, intrpvar.h,
3    perlvars.h and thrdvar.h.  Any changes made here will be lost!
4 */
5
6 /* (Doing namespace management portably in C is really gross.) */
7
8 /* Put interpreter-specific symbols into a struct? */
9
10 #ifdef MULTIPLICITY
11
12 #ifndef USE_THREADS
13 /* If we do not have threads then per-thread vars are per-interpreter */
14
15 #ifdef PERL_IMPLICIT_CONTEXT
16
17 /* everything has an implicit context pointer */
18
19 #define PL_Sv                   (my_perl->TSv)
20 #define PL_Xpv                  (my_perl->TXpv)
21 #define PL_av_fetch_sv          (my_perl->Tav_fetch_sv)
22 #define PL_bodytarget           (my_perl->Tbodytarget)
23 #define PL_bostr                (my_perl->Tbostr)
24 #define PL_chopset              (my_perl->Tchopset)
25 #define PL_colors               (my_perl->Tcolors)
26 #define PL_colorset             (my_perl->Tcolorset)
27 #define PL_curcop               (my_perl->Tcurcop)
28 #define PL_curpad               (my_perl->Tcurpad)
29 #define PL_curpm                (my_perl->Tcurpm)
30 #define PL_curstack             (my_perl->Tcurstack)
31 #define PL_curstackinfo         (my_perl->Tcurstackinfo)
32 #define PL_curstash             (my_perl->Tcurstash)
33 #define PL_defoutgv             (my_perl->Tdefoutgv)
34 #define PL_defstash             (my_perl->Tdefstash)
35 #define PL_delaymagic           (my_perl->Tdelaymagic)
36 #define PL_dirty                (my_perl->Tdirty)
37 #define PL_dumpindent           (my_perl->Tdumpindent)
38 #define PL_extralen             (my_perl->Textralen)
39 #define PL_firstgv              (my_perl->Tfirstgv)
40 #define PL_formtarget           (my_perl->Tformtarget)
41 #define PL_hv_fetch_ent_mh      (my_perl->Thv_fetch_ent_mh)
42 #define PL_hv_fetch_sv          (my_perl->Thv_fetch_sv)
43 #define PL_in_eval              (my_perl->Tin_eval)
44 #define PL_last_in_gv           (my_perl->Tlast_in_gv)
45 #define PL_lastgotoprobe        (my_perl->Tlastgotoprobe)
46 #define PL_lastscream           (my_perl->Tlastscream)
47 #define PL_localizing           (my_perl->Tlocalizing)
48 #define PL_mainstack            (my_perl->Tmainstack)
49 #define PL_markstack            (my_perl->Tmarkstack)
50 #define PL_markstack_max        (my_perl->Tmarkstack_max)
51 #define PL_markstack_ptr        (my_perl->Tmarkstack_ptr)
52 #define PL_maxscream            (my_perl->Tmaxscream)
53 #define PL_modcount             (my_perl->Tmodcount)
54 #define PL_na                   (my_perl->Tna)
55 #define PL_nrs                  (my_perl->Tnrs)
56 #define PL_ofs                  (my_perl->Tofs)
57 #define PL_ofslen               (my_perl->Tofslen)
58 #define PL_op                   (my_perl->Top)
59 #define PL_opsave               (my_perl->Topsave)
60 #define PL_protect              (my_perl->Tprotect)
61 #define PL_reg_call_cc          (my_perl->Treg_call_cc)
62 #define PL_reg_curpm            (my_perl->Treg_curpm)
63 #define PL_reg_eval_set         (my_perl->Treg_eval_set)
64 #define PL_reg_flags            (my_perl->Treg_flags)
65 #define PL_reg_ganch            (my_perl->Treg_ganch)
66 #define PL_reg_magic            (my_perl->Treg_magic)
67 #define PL_reg_oldcurpm         (my_perl->Treg_oldcurpm)
68 #define PL_reg_oldpos           (my_perl->Treg_oldpos)
69 #define PL_reg_oldsaved         (my_perl->Treg_oldsaved)
70 #define PL_reg_oldsavedlen      (my_perl->Treg_oldsavedlen)
71 #define PL_reg_re               (my_perl->Treg_re)
72 #define PL_reg_start_tmp        (my_perl->Treg_start_tmp)
73 #define PL_reg_start_tmpl       (my_perl->Treg_start_tmpl)
74 #define PL_reg_starttry         (my_perl->Treg_starttry)
75 #define PL_reg_sv               (my_perl->Treg_sv)
76 #define PL_regbol               (my_perl->Tregbol)
77 #define PL_regcc                (my_perl->Tregcc)
78 #define PL_regcode              (my_perl->Tregcode)
79 #define PL_regcomp_parse        (my_perl->Tregcomp_parse)
80 #define PL_regcomp_rx           (my_perl->Tregcomp_rx)
81 #define PL_regcompp             (my_perl->Tregcompp)
82 #define PL_regdata              (my_perl->Tregdata)
83 #define PL_regdummy             (my_perl->Tregdummy)
84 #define PL_regendp              (my_perl->Tregendp)
85 #define PL_regeol               (my_perl->Tregeol)
86 #define PL_regexecp             (my_perl->Tregexecp)
87 #define PL_regflags             (my_perl->Tregflags)
88 #define PL_regfree              (my_perl->Tregfree)
89 #define PL_regindent            (my_perl->Tregindent)
90 #define PL_reginput             (my_perl->Treginput)
91 #define PL_regint_start         (my_perl->Tregint_start)
92 #define PL_regint_string        (my_perl->Tregint_string)
93 #define PL_reginterp_cnt        (my_perl->Treginterp_cnt)
94 #define PL_reglastparen         (my_perl->Treglastparen)
95 #define PL_regnarrate           (my_perl->Tregnarrate)
96 #define PL_regnaughty           (my_perl->Tregnaughty)
97 #define PL_regnpar              (my_perl->Tregnpar)
98 #define PL_regprecomp           (my_perl->Tregprecomp)
99 #define PL_regprev              (my_perl->Tregprev)
100 #define PL_regprogram           (my_perl->Tregprogram)
101 #define PL_regsawback           (my_perl->Tregsawback)
102 #define PL_regseen              (my_perl->Tregseen)
103 #define PL_regsize              (my_perl->Tregsize)
104 #define PL_regstartp            (my_perl->Tregstartp)
105 #define PL_regtill              (my_perl->Tregtill)
106 #define PL_regxend              (my_perl->Tregxend)
107 #define PL_restartop            (my_perl->Trestartop)
108 #define PL_retstack             (my_perl->Tretstack)
109 #define PL_retstack_ix          (my_perl->Tretstack_ix)
110 #define PL_retstack_max         (my_perl->Tretstack_max)
111 #define PL_rs                   (my_perl->Trs)
112 #define PL_savestack            (my_perl->Tsavestack)
113 #define PL_savestack_ix         (my_perl->Tsavestack_ix)
114 #define PL_savestack_max        (my_perl->Tsavestack_max)
115 #define PL_scopestack           (my_perl->Tscopestack)
116 #define PL_scopestack_ix        (my_perl->Tscopestack_ix)
117 #define PL_scopestack_max       (my_perl->Tscopestack_max)
118 #define PL_screamfirst          (my_perl->Tscreamfirst)
119 #define PL_screamnext           (my_perl->Tscreamnext)
120 #define PL_secondgv             (my_perl->Tsecondgv)
121 #define PL_seen_evals           (my_perl->Tseen_evals)
122 #define PL_seen_zerolen         (my_perl->Tseen_zerolen)
123 #define PL_sortcop              (my_perl->Tsortcop)
124 #define PL_sortcxix             (my_perl->Tsortcxix)
125 #define PL_sortstash            (my_perl->Tsortstash)
126 #define PL_stack_base           (my_perl->Tstack_base)
127 #define PL_stack_max            (my_perl->Tstack_max)
128 #define PL_stack_sp             (my_perl->Tstack_sp)
129 #define PL_start_env            (my_perl->Tstart_env)
130 #define PL_statbuf              (my_perl->Tstatbuf)
131 #define PL_statcache            (my_perl->Tstatcache)
132 #define PL_statgv               (my_perl->Tstatgv)
133 #define PL_statname             (my_perl->Tstatname)
134 #define PL_tainted              (my_perl->Ttainted)
135 #define PL_timesbuf             (my_perl->Ttimesbuf)
136 #define PL_tmps_floor           (my_perl->Ttmps_floor)
137 #define PL_tmps_ix              (my_perl->Ttmps_ix)
138 #define PL_tmps_max             (my_perl->Ttmps_max)
139 #define PL_tmps_stack           (my_perl->Ttmps_stack)
140 #define PL_top_env              (my_perl->Ttop_env)
141 #define PL_toptarget            (my_perl->Ttoptarget)
142 #define PL_watchaddr            (my_perl->Twatchaddr)
143 #define PL_watchok              (my_perl->Twatchok)
144
145 #else /* !PERL_IMPLICIT_CONTEXT */
146
147 /* traditional MULTIPLICITY (intepreter is in a global) */
148
149 #define PL_Sv                   (PERL_GET_INTERP->TSv)
150 #define PL_Xpv                  (PERL_GET_INTERP->TXpv)
151 #define PL_av_fetch_sv          (PERL_GET_INTERP->Tav_fetch_sv)
152 #define PL_bodytarget           (PERL_GET_INTERP->Tbodytarget)
153 #define PL_bostr                (PERL_GET_INTERP->Tbostr)
154 #define PL_chopset              (PERL_GET_INTERP->Tchopset)
155 #define PL_colors               (PERL_GET_INTERP->Tcolors)
156 #define PL_colorset             (PERL_GET_INTERP->Tcolorset)
157 #define PL_curcop               (PERL_GET_INTERP->Tcurcop)
158 #define PL_curpad               (PERL_GET_INTERP->Tcurpad)
159 #define PL_curpm                (PERL_GET_INTERP->Tcurpm)
160 #define PL_curstack             (PERL_GET_INTERP->Tcurstack)
161 #define PL_curstackinfo         (PERL_GET_INTERP->Tcurstackinfo)
162 #define PL_curstash             (PERL_GET_INTERP->Tcurstash)
163 #define PL_defoutgv             (PERL_GET_INTERP->Tdefoutgv)
164 #define PL_defstash             (PERL_GET_INTERP->Tdefstash)
165 #define PL_delaymagic           (PERL_GET_INTERP->Tdelaymagic)
166 #define PL_dirty                (PERL_GET_INTERP->Tdirty)
167 #define PL_dumpindent           (PERL_GET_INTERP->Tdumpindent)
168 #define PL_extralen             (PERL_GET_INTERP->Textralen)
169 #define PL_firstgv              (PERL_GET_INTERP->Tfirstgv)
170 #define PL_formtarget           (PERL_GET_INTERP->Tformtarget)
171 #define PL_hv_fetch_ent_mh      (PERL_GET_INTERP->Thv_fetch_ent_mh)
172 #define PL_hv_fetch_sv          (PERL_GET_INTERP->Thv_fetch_sv)
173 #define PL_in_eval              (PERL_GET_INTERP->Tin_eval)
174 #define PL_last_in_gv           (PERL_GET_INTERP->Tlast_in_gv)
175 #define PL_lastgotoprobe        (PERL_GET_INTERP->Tlastgotoprobe)
176 #define PL_lastscream           (PERL_GET_INTERP->Tlastscream)
177 #define PL_localizing           (PERL_GET_INTERP->Tlocalizing)
178 #define PL_mainstack            (PERL_GET_INTERP->Tmainstack)
179 #define PL_markstack            (PERL_GET_INTERP->Tmarkstack)
180 #define PL_markstack_max        (PERL_GET_INTERP->Tmarkstack_max)
181 #define PL_markstack_ptr        (PERL_GET_INTERP->Tmarkstack_ptr)
182 #define PL_maxscream            (PERL_GET_INTERP->Tmaxscream)
183 #define PL_modcount             (PERL_GET_INTERP->Tmodcount)
184 #define PL_na                   (PERL_GET_INTERP->Tna)
185 #define PL_nrs                  (PERL_GET_INTERP->Tnrs)
186 #define PL_ofs                  (PERL_GET_INTERP->Tofs)
187 #define PL_ofslen               (PERL_GET_INTERP->Tofslen)
188 #define PL_op                   (PERL_GET_INTERP->Top)
189 #define PL_opsave               (PERL_GET_INTERP->Topsave)
190 #define PL_protect              (PERL_GET_INTERP->Tprotect)
191 #define PL_reg_call_cc          (PERL_GET_INTERP->Treg_call_cc)
192 #define PL_reg_curpm            (PERL_GET_INTERP->Treg_curpm)
193 #define PL_reg_eval_set         (PERL_GET_INTERP->Treg_eval_set)
194 #define PL_reg_flags            (PERL_GET_INTERP->Treg_flags)
195 #define PL_reg_ganch            (PERL_GET_INTERP->Treg_ganch)
196 #define PL_reg_magic            (PERL_GET_INTERP->Treg_magic)
197 #define PL_reg_oldcurpm         (PERL_GET_INTERP->Treg_oldcurpm)
198 #define PL_reg_oldpos           (PERL_GET_INTERP->Treg_oldpos)
199 #define PL_reg_oldsaved         (PERL_GET_INTERP->Treg_oldsaved)
200 #define PL_reg_oldsavedlen      (PERL_GET_INTERP->Treg_oldsavedlen)
201 #define PL_reg_re               (PERL_GET_INTERP->Treg_re)
202 #define PL_reg_start_tmp        (PERL_GET_INTERP->Treg_start_tmp)
203 #define PL_reg_start_tmpl       (PERL_GET_INTERP->Treg_start_tmpl)
204 #define PL_reg_starttry         (PERL_GET_INTERP->Treg_starttry)
205 #define PL_reg_sv               (PERL_GET_INTERP->Treg_sv)
206 #define PL_regbol               (PERL_GET_INTERP->Tregbol)
207 #define PL_regcc                (PERL_GET_INTERP->Tregcc)
208 #define PL_regcode              (PERL_GET_INTERP->Tregcode)
209 #define PL_regcomp_parse        (PERL_GET_INTERP->Tregcomp_parse)
210 #define PL_regcomp_rx           (PERL_GET_INTERP->Tregcomp_rx)
211 #define PL_regcompp             (PERL_GET_INTERP->Tregcompp)
212 #define PL_regdata              (PERL_GET_INTERP->Tregdata)
213 #define PL_regdummy             (PERL_GET_INTERP->Tregdummy)
214 #define PL_regendp              (PERL_GET_INTERP->Tregendp)
215 #define PL_regeol               (PERL_GET_INTERP->Tregeol)
216 #define PL_regexecp             (PERL_GET_INTERP->Tregexecp)
217 #define PL_regflags             (PERL_GET_INTERP->Tregflags)
218 #define PL_regfree              (PERL_GET_INTERP->Tregfree)
219 #define PL_regindent            (PERL_GET_INTERP->Tregindent)
220 #define PL_reginput             (PERL_GET_INTERP->Treginput)
221 #define PL_regint_start         (PERL_GET_INTERP->Tregint_start)
222 #define PL_regint_string        (PERL_GET_INTERP->Tregint_string)
223 #define PL_reginterp_cnt        (PERL_GET_INTERP->Treginterp_cnt)
224 #define PL_reglastparen         (PERL_GET_INTERP->Treglastparen)
225 #define PL_regnarrate           (PERL_GET_INTERP->Tregnarrate)
226 #define PL_regnaughty           (PERL_GET_INTERP->Tregnaughty)
227 #define PL_regnpar              (PERL_GET_INTERP->Tregnpar)
228 #define PL_regprecomp           (PERL_GET_INTERP->Tregprecomp)
229 #define PL_regprev              (PERL_GET_INTERP->Tregprev)
230 #define PL_regprogram           (PERL_GET_INTERP->Tregprogram)
231 #define PL_regsawback           (PERL_GET_INTERP->Tregsawback)
232 #define PL_regseen              (PERL_GET_INTERP->Tregseen)
233 #define PL_regsize              (PERL_GET_INTERP->Tregsize)
234 #define PL_regstartp            (PERL_GET_INTERP->Tregstartp)
235 #define PL_regtill              (PERL_GET_INTERP->Tregtill)
236 #define PL_regxend              (PERL_GET_INTERP->Tregxend)
237 #define PL_restartop            (PERL_GET_INTERP->Trestartop)
238 #define PL_retstack             (PERL_GET_INTERP->Tretstack)
239 #define PL_retstack_ix          (PERL_GET_INTERP->Tretstack_ix)
240 #define PL_retstack_max         (PERL_GET_INTERP->Tretstack_max)
241 #define PL_rs                   (PERL_GET_INTERP->Trs)
242 #define PL_savestack            (PERL_GET_INTERP->Tsavestack)
243 #define PL_savestack_ix         (PERL_GET_INTERP->Tsavestack_ix)
244 #define PL_savestack_max        (PERL_GET_INTERP->Tsavestack_max)
245 #define PL_scopestack           (PERL_GET_INTERP->Tscopestack)
246 #define PL_scopestack_ix        (PERL_GET_INTERP->Tscopestack_ix)
247 #define PL_scopestack_max       (PERL_GET_INTERP->Tscopestack_max)
248 #define PL_screamfirst          (PERL_GET_INTERP->Tscreamfirst)
249 #define PL_screamnext           (PERL_GET_INTERP->Tscreamnext)
250 #define PL_secondgv             (PERL_GET_INTERP->Tsecondgv)
251 #define PL_seen_evals           (PERL_GET_INTERP->Tseen_evals)
252 #define PL_seen_zerolen         (PERL_GET_INTERP->Tseen_zerolen)
253 #define PL_sortcop              (PERL_GET_INTERP->Tsortcop)
254 #define PL_sortcxix             (PERL_GET_INTERP->Tsortcxix)
255 #define PL_sortstash            (PERL_GET_INTERP->Tsortstash)
256 #define PL_stack_base           (PERL_GET_INTERP->Tstack_base)
257 #define PL_stack_max            (PERL_GET_INTERP->Tstack_max)
258 #define PL_stack_sp             (PERL_GET_INTERP->Tstack_sp)
259 #define PL_start_env            (PERL_GET_INTERP->Tstart_env)
260 #define PL_statbuf              (PERL_GET_INTERP->Tstatbuf)
261 #define PL_statcache            (PERL_GET_INTERP->Tstatcache)
262 #define PL_statgv               (PERL_GET_INTERP->Tstatgv)
263 #define PL_statname             (PERL_GET_INTERP->Tstatname)
264 #define PL_tainted              (PERL_GET_INTERP->Ttainted)
265 #define PL_timesbuf             (PERL_GET_INTERP->Ttimesbuf)
266 #define PL_tmps_floor           (PERL_GET_INTERP->Ttmps_floor)
267 #define PL_tmps_ix              (PERL_GET_INTERP->Ttmps_ix)
268 #define PL_tmps_max             (PERL_GET_INTERP->Ttmps_max)
269 #define PL_tmps_stack           (PERL_GET_INTERP->Ttmps_stack)
270 #define PL_top_env              (PERL_GET_INTERP->Ttop_env)
271 #define PL_toptarget            (PERL_GET_INTERP->Ttoptarget)
272 #define PL_watchaddr            (PERL_GET_INTERP->Twatchaddr)
273 #define PL_watchok              (PERL_GET_INTERP->Twatchok)
274
275 #endif /* !PERL_IMPLICIT_CONTEXT */
276 #endif /* !USE_THREADS */
277
278 /* These are always per-interpreter if there is more than one */
279
280 #define PL_Argv                 (PERL_GET_INTERP->IArgv)
281 #define PL_Cmd                  (PERL_GET_INTERP->ICmd)
282 #define PL_DBcv                 (PERL_GET_INTERP->IDBcv)
283 #define PL_DBgv                 (PERL_GET_INTERP->IDBgv)
284 #define PL_DBline               (PERL_GET_INTERP->IDBline)
285 #define PL_DBsignal             (PERL_GET_INTERP->IDBsignal)
286 #define PL_DBsingle             (PERL_GET_INTERP->IDBsingle)
287 #define PL_DBsub                (PERL_GET_INTERP->IDBsub)
288 #define PL_DBtrace              (PERL_GET_INTERP->IDBtrace)
289 #define PL_Dir                  (PERL_GET_INTERP->IDir)
290 #define PL_Env                  (PERL_GET_INTERP->IEnv)
291 #define PL_LIO                  (PERL_GET_INTERP->ILIO)
292 #define PL_Mem                  (PERL_GET_INTERP->IMem)
293 #define PL_Proc                 (PERL_GET_INTERP->IProc)
294 #define PL_Sock                 (PERL_GET_INTERP->ISock)
295 #define PL_StdIO                (PERL_GET_INTERP->IStdIO)
296 #define PL_amagic_generation    (PERL_GET_INTERP->Iamagic_generation)
297 #define PL_ampergv              (PERL_GET_INTERP->Iampergv)
298 #define PL_an                   (PERL_GET_INTERP->Ian)
299 #define PL_archpat_auto         (PERL_GET_INTERP->Iarchpat_auto)
300 #define PL_argvgv               (PERL_GET_INTERP->Iargvgv)
301 #define PL_argvoutgv            (PERL_GET_INTERP->Iargvoutgv)
302 #define PL_basetime             (PERL_GET_INTERP->Ibasetime)
303 #define PL_beginav              (PERL_GET_INTERP->Ibeginav)
304 #define PL_bitcount             (PERL_GET_INTERP->Ibitcount)
305 #define PL_bufend               (PERL_GET_INTERP->Ibufend)
306 #define PL_bufptr               (PERL_GET_INTERP->Ibufptr)
307 #define PL_cddir                (PERL_GET_INTERP->Icddir)
308 #define PL_collation_ix         (PERL_GET_INTERP->Icollation_ix)
309 #define PL_collation_name       (PERL_GET_INTERP->Icollation_name)
310 #define PL_collation_standard   (PERL_GET_INTERP->Icollation_standard)
311 #define PL_collxfrm_base        (PERL_GET_INTERP->Icollxfrm_base)
312 #define PL_collxfrm_mult        (PERL_GET_INTERP->Icollxfrm_mult)
313 #define PL_compcv               (PERL_GET_INTERP->Icompcv)
314 #define PL_compiling            (PERL_GET_INTERP->Icompiling)
315 #define PL_comppad              (PERL_GET_INTERP->Icomppad)
316 #define PL_comppad_name         (PERL_GET_INTERP->Icomppad_name)
317 #define PL_comppad_name_fill    (PERL_GET_INTERP->Icomppad_name_fill)
318 #define PL_comppad_name_floor   (PERL_GET_INTERP->Icomppad_name_floor)
319 #define PL_cop_seqmax           (PERL_GET_INTERP->Icop_seqmax)
320 #define PL_copline              (PERL_GET_INTERP->Icopline)
321 #define PL_cred_mutex           (PERL_GET_INTERP->Icred_mutex)
322 #define PL_cryptseen            (PERL_GET_INTERP->Icryptseen)
323 #define PL_cshlen               (PERL_GET_INTERP->Icshlen)
324 #define PL_cshname              (PERL_GET_INTERP->Icshname)
325 #define PL_curcopdb             (PERL_GET_INTERP->Icurcopdb)
326 #define PL_curstname            (PERL_GET_INTERP->Icurstname)
327 #define PL_curthr               (PERL_GET_INTERP->Icurthr)
328 #define PL_dbargs               (PERL_GET_INTERP->Idbargs)
329 #define PL_debdelim             (PERL_GET_INTERP->Idebdelim)
330 #define PL_debname              (PERL_GET_INTERP->Idebname)
331 #define PL_debstash             (PERL_GET_INTERP->Idebstash)
332 #define PL_debug                (PERL_GET_INTERP->Idebug)
333 #define PL_defgv                (PERL_GET_INTERP->Idefgv)
334 #define PL_diehook              (PERL_GET_INTERP->Idiehook)
335 #define PL_dlevel               (PERL_GET_INTERP->Idlevel)
336 #define PL_dlmax                (PERL_GET_INTERP->Idlmax)
337 #define PL_doextract            (PERL_GET_INTERP->Idoextract)
338 #define PL_doswitches           (PERL_GET_INTERP->Idoswitches)
339 #define PL_dowarn               (PERL_GET_INTERP->Idowarn)
340 #define PL_e_script             (PERL_GET_INTERP->Ie_script)
341 #define PL_efloatbuf            (PERL_GET_INTERP->Iefloatbuf)
342 #define PL_efloatsize           (PERL_GET_INTERP->Iefloatsize)
343 #define PL_egid                 (PERL_GET_INTERP->Iegid)
344 #define PL_endav                (PERL_GET_INTERP->Iendav)
345 #define PL_envgv                (PERL_GET_INTERP->Ienvgv)
346 #define PL_errgv                (PERL_GET_INTERP->Ierrgv)
347 #define PL_error_count          (PERL_GET_INTERP->Ierror_count)
348 #define PL_euid                 (PERL_GET_INTERP->Ieuid)
349 #define PL_eval_cond            (PERL_GET_INTERP->Ieval_cond)
350 #define PL_eval_mutex           (PERL_GET_INTERP->Ieval_mutex)
351 #define PL_eval_owner           (PERL_GET_INTERP->Ieval_owner)
352 #define PL_eval_root            (PERL_GET_INTERP->Ieval_root)
353 #define PL_eval_start           (PERL_GET_INTERP->Ieval_start)
354 #define PL_evalseq              (PERL_GET_INTERP->Ievalseq)
355 #define PL_exitlist             (PERL_GET_INTERP->Iexitlist)
356 #define PL_exitlistlen          (PERL_GET_INTERP->Iexitlistlen)
357 #define PL_expect               (PERL_GET_INTERP->Iexpect)
358 #define PL_fdpid                (PERL_GET_INTERP->Ifdpid)
359 #define PL_filemode             (PERL_GET_INTERP->Ifilemode)
360 #define PL_filter_debug         (PERL_GET_INTERP->Ifilter_debug)
361 #define PL_forkprocess          (PERL_GET_INTERP->Iforkprocess)
362 #define PL_formfeed             (PERL_GET_INTERP->Iformfeed)
363 #define PL_generation           (PERL_GET_INTERP->Igeneration)
364 #define PL_gensym               (PERL_GET_INTERP->Igensym)
365 #define PL_gid                  (PERL_GET_INTERP->Igid)
366 #define PL_glob_index           (PERL_GET_INTERP->Iglob_index)
367 #define PL_globalstash          (PERL_GET_INTERP->Iglobalstash)
368 #define PL_he_root              (PERL_GET_INTERP->Ihe_root)
369 #define PL_hintgv               (PERL_GET_INTERP->Ihintgv)
370 #define PL_hints                (PERL_GET_INTERP->Ihints)
371 #define PL_in_clean_all         (PERL_GET_INTERP->Iin_clean_all)
372 #define PL_in_clean_objs        (PERL_GET_INTERP->Iin_clean_objs)
373 #define PL_in_my                (PERL_GET_INTERP->Iin_my)
374 #define PL_in_my_stash          (PERL_GET_INTERP->Iin_my_stash)
375 #define PL_incgv                (PERL_GET_INTERP->Iincgv)
376 #define PL_initav               (PERL_GET_INTERP->Iinitav)
377 #define PL_inplace              (PERL_GET_INTERP->Iinplace)
378 #define PL_last_lop             (PERL_GET_INTERP->Ilast_lop)
379 #define PL_last_lop_op          (PERL_GET_INTERP->Ilast_lop_op)
380 #define PL_last_swash_hv        (PERL_GET_INTERP->Ilast_swash_hv)
381 #define PL_last_swash_key       (PERL_GET_INTERP->Ilast_swash_key)
382 #define PL_last_swash_klen      (PERL_GET_INTERP->Ilast_swash_klen)
383 #define PL_last_swash_slen      (PERL_GET_INTERP->Ilast_swash_slen)
384 #define PL_last_swash_tmps      (PERL_GET_INTERP->Ilast_swash_tmps)
385 #define PL_last_uni             (PERL_GET_INTERP->Ilast_uni)
386 #define PL_lastfd               (PERL_GET_INTERP->Ilastfd)
387 #define PL_lastsize             (PERL_GET_INTERP->Ilastsize)
388 #define PL_lastspbase           (PERL_GET_INTERP->Ilastspbase)
389 #define PL_laststatval          (PERL_GET_INTERP->Ilaststatval)
390 #define PL_laststype            (PERL_GET_INTERP->Ilaststype)
391 #define PL_leftgv               (PERL_GET_INTERP->Ileftgv)
392 #define PL_lex_brackets         (PERL_GET_INTERP->Ilex_brackets)
393 #define PL_lex_brackstack       (PERL_GET_INTERP->Ilex_brackstack)
394 #define PL_lex_casemods         (PERL_GET_INTERP->Ilex_casemods)
395 #define PL_lex_casestack        (PERL_GET_INTERP->Ilex_casestack)
396 #define PL_lex_defer            (PERL_GET_INTERP->Ilex_defer)
397 #define PL_lex_dojoin           (PERL_GET_INTERP->Ilex_dojoin)
398 #define PL_lex_expect           (PERL_GET_INTERP->Ilex_expect)
399 #define PL_lex_fakebrack        (PERL_GET_INTERP->Ilex_fakebrack)
400 #define PL_lex_formbrack        (PERL_GET_INTERP->Ilex_formbrack)
401 #define PL_lex_inpat            (PERL_GET_INTERP->Ilex_inpat)
402 #define PL_lex_inwhat           (PERL_GET_INTERP->Ilex_inwhat)
403 #define PL_lex_op               (PERL_GET_INTERP->Ilex_op)
404 #define PL_lex_repl             (PERL_GET_INTERP->Ilex_repl)
405 #define PL_lex_starts           (PERL_GET_INTERP->Ilex_starts)
406 #define PL_lex_state            (PERL_GET_INTERP->Ilex_state)
407 #define PL_lex_stuff            (PERL_GET_INTERP->Ilex_stuff)
408 #define PL_lineary              (PERL_GET_INTERP->Ilineary)
409 #define PL_linestart            (PERL_GET_INTERP->Ilinestart)
410 #define PL_linestr              (PERL_GET_INTERP->Ilinestr)
411 #define PL_localpatches         (PERL_GET_INTERP->Ilocalpatches)
412 #define PL_main_cv              (PERL_GET_INTERP->Imain_cv)
413 #define PL_main_root            (PERL_GET_INTERP->Imain_root)
414 #define PL_main_start           (PERL_GET_INTERP->Imain_start)
415 #define PL_malloc_mutex         (PERL_GET_INTERP->Imalloc_mutex)
416 #define PL_max_intro_pending    (PERL_GET_INTERP->Imax_intro_pending)
417 #define PL_maxo                 (PERL_GET_INTERP->Imaxo)
418 #define PL_maxsysfd             (PERL_GET_INTERP->Imaxsysfd)
419 #define PL_mess_sv              (PERL_GET_INTERP->Imess_sv)
420 #define PL_min_intro_pending    (PERL_GET_INTERP->Imin_intro_pending)
421 #define PL_minus_F              (PERL_GET_INTERP->Iminus_F)
422 #define PL_minus_a              (PERL_GET_INTERP->Iminus_a)
423 #define PL_minus_c              (PERL_GET_INTERP->Iminus_c)
424 #define PL_minus_l              (PERL_GET_INTERP->Iminus_l)
425 #define PL_minus_n              (PERL_GET_INTERP->Iminus_n)
426 #define PL_minus_p              (PERL_GET_INTERP->Iminus_p)
427 #define PL_modglobal            (PERL_GET_INTERP->Imodglobal)
428 #define PL_multi_close          (PERL_GET_INTERP->Imulti_close)
429 #define PL_multi_end            (PERL_GET_INTERP->Imulti_end)
430 #define PL_multi_open           (PERL_GET_INTERP->Imulti_open)
431 #define PL_multi_start          (PERL_GET_INTERP->Imulti_start)
432 #define PL_multiline            (PERL_GET_INTERP->Imultiline)
433 #define PL_mystrk               (PERL_GET_INTERP->Imystrk)
434 #define PL_nexttoke             (PERL_GET_INTERP->Inexttoke)
435 #define PL_nexttype             (PERL_GET_INTERP->Inexttype)
436 #define PL_nextval              (PERL_GET_INTERP->Inextval)
437 #define PL_nice_chunk           (PERL_GET_INTERP->Inice_chunk)
438 #define PL_nice_chunk_size      (PERL_GET_INTERP->Inice_chunk_size)
439 #define PL_nomemok              (PERL_GET_INTERP->Inomemok)
440 #define PL_nthreads             (PERL_GET_INTERP->Inthreads)
441 #define PL_nthreads_cond        (PERL_GET_INTERP->Inthreads_cond)
442 #define PL_numeric_local        (PERL_GET_INTERP->Inumeric_local)
443 #define PL_numeric_name         (PERL_GET_INTERP->Inumeric_name)
444 #define PL_numeric_radix        (PERL_GET_INTERP->Inumeric_radix)
445 #define PL_numeric_standard     (PERL_GET_INTERP->Inumeric_standard)
446 #define PL_ofmt                 (PERL_GET_INTERP->Iofmt)
447 #define PL_oldbufptr            (PERL_GET_INTERP->Ioldbufptr)
448 #define PL_oldlastpm            (PERL_GET_INTERP->Ioldlastpm)
449 #define PL_oldname              (PERL_GET_INTERP->Ioldname)
450 #define PL_oldoldbufptr         (PERL_GET_INTERP->Ioldoldbufptr)
451 #define PL_op_mask              (PERL_GET_INTERP->Iop_mask)
452 #define PL_op_seqmax            (PERL_GET_INTERP->Iop_seqmax)
453 #define PL_origalen             (PERL_GET_INTERP->Iorigalen)
454 #define PL_origargc             (PERL_GET_INTERP->Iorigargc)
455 #define PL_origargv             (PERL_GET_INTERP->Iorigargv)
456 #define PL_origenviron          (PERL_GET_INTERP->Iorigenviron)
457 #define PL_origfilename         (PERL_GET_INTERP->Iorigfilename)
458 #define PL_ors                  (PERL_GET_INTERP->Iors)
459 #define PL_orslen               (PERL_GET_INTERP->Iorslen)
460 #define PL_osname               (PERL_GET_INTERP->Iosname)
461 #define PL_pad_reset_pending    (PERL_GET_INTERP->Ipad_reset_pending)
462 #define PL_padix                (PERL_GET_INTERP->Ipadix)
463 #define PL_padix_floor          (PERL_GET_INTERP->Ipadix_floor)
464 #define PL_parsehook            (PERL_GET_INTERP->Iparsehook)
465 #define PL_patchlevel           (PERL_GET_INTERP->Ipatchlevel)
466 #define PL_pending_ident        (PERL_GET_INTERP->Ipending_ident)
467 #define PL_perl_destruct_level  (PERL_GET_INTERP->Iperl_destruct_level)
468 #define PL_perldb               (PERL_GET_INTERP->Iperldb)
469 #define PL_pidstatus            (PERL_GET_INTERP->Ipidstatus)
470 #define PL_preambleav           (PERL_GET_INTERP->Ipreambleav)
471 #define PL_preambled            (PERL_GET_INTERP->Ipreambled)
472 #define PL_preprocess           (PERL_GET_INTERP->Ipreprocess)
473 #define PL_profiledata          (PERL_GET_INTERP->Iprofiledata)
474 #define PL_replgv               (PERL_GET_INTERP->Ireplgv)
475 #define PL_rightgv              (PERL_GET_INTERP->Irightgv)
476 #define PL_rsfp                 (PERL_GET_INTERP->Irsfp)
477 #define PL_rsfp_filters         (PERL_GET_INTERP->Irsfp_filters)
478 #define PL_runops               (PERL_GET_INTERP->Irunops)
479 #define PL_sawampersand         (PERL_GET_INTERP->Isawampersand)
480 #define PL_sawstudy             (PERL_GET_INTERP->Isawstudy)
481 #define PL_sawvec               (PERL_GET_INTERP->Isawvec)
482 #define PL_sh_path              (PERL_GET_INTERP->Ish_path)
483 #define PL_siggv                (PERL_GET_INTERP->Isiggv)
484 #define PL_sighandlerp          (PERL_GET_INTERP->Isighandlerp)
485 #define PL_splitstr             (PERL_GET_INTERP->Isplitstr)
486 #define PL_srand_called         (PERL_GET_INTERP->Isrand_called)
487 #define PL_statusvalue          (PERL_GET_INTERP->Istatusvalue)
488 #define PL_statusvalue_vms      (PERL_GET_INTERP->Istatusvalue_vms)
489 #define PL_stdingv              (PERL_GET_INTERP->Istdingv)
490 #define PL_strchop              (PERL_GET_INTERP->Istrchop)
491 #define PL_strtab               (PERL_GET_INTERP->Istrtab)
492 #define PL_strtab_mutex         (PERL_GET_INTERP->Istrtab_mutex)
493 #define PL_sub_generation       (PERL_GET_INTERP->Isub_generation)
494 #define PL_sublex_info          (PERL_GET_INTERP->Isublex_info)
495 #define PL_subline              (PERL_GET_INTERP->Isubline)
496 #define PL_subname              (PERL_GET_INTERP->Isubname)
497 #define PL_sv_arenaroot         (PERL_GET_INTERP->Isv_arenaroot)
498 #define PL_sv_count             (PERL_GET_INTERP->Isv_count)
499 #define PL_sv_mutex             (PERL_GET_INTERP->Isv_mutex)
500 #define PL_sv_no                (PERL_GET_INTERP->Isv_no)
501 #define PL_sv_objcount          (PERL_GET_INTERP->Isv_objcount)
502 #define PL_sv_root              (PERL_GET_INTERP->Isv_root)
503 #define PL_sv_undef             (PERL_GET_INTERP->Isv_undef)
504 #define PL_sv_yes               (PERL_GET_INTERP->Isv_yes)
505 #define PL_svref_mutex          (PERL_GET_INTERP->Isvref_mutex)
506 #define PL_sys_intern           (PERL_GET_INTERP->Isys_intern)
507 #define PL_tainting             (PERL_GET_INTERP->Itainting)
508 #define PL_thisexpr             (PERL_GET_INTERP->Ithisexpr)
509 #define PL_thr_key              (PERL_GET_INTERP->Ithr_key)
510 #define PL_threadnum            (PERL_GET_INTERP->Ithreadnum)
511 #define PL_threads_mutex        (PERL_GET_INTERP->Ithreads_mutex)
512 #define PL_threadsv_names       (PERL_GET_INTERP->Ithreadsv_names)
513 #define PL_thrsv                (PERL_GET_INTERP->Ithrsv)
514 #define PL_tokenbuf             (PERL_GET_INTERP->Itokenbuf)
515 #define PL_uid                  (PERL_GET_INTERP->Iuid)
516 #define PL_unsafe               (PERL_GET_INTERP->Iunsafe)
517 #define PL_utf8_alnum           (PERL_GET_INTERP->Iutf8_alnum)
518 #define PL_utf8_alnumc          (PERL_GET_INTERP->Iutf8_alnumc)
519 #define PL_utf8_alpha           (PERL_GET_INTERP->Iutf8_alpha)
520 #define PL_utf8_ascii           (PERL_GET_INTERP->Iutf8_ascii)
521 #define PL_utf8_cntrl           (PERL_GET_INTERP->Iutf8_cntrl)
522 #define PL_utf8_digit           (PERL_GET_INTERP->Iutf8_digit)
523 #define PL_utf8_graph           (PERL_GET_INTERP->Iutf8_graph)
524 #define PL_utf8_lower           (PERL_GET_INTERP->Iutf8_lower)
525 #define PL_utf8_mark            (PERL_GET_INTERP->Iutf8_mark)
526 #define PL_utf8_print           (PERL_GET_INTERP->Iutf8_print)
527 #define PL_utf8_punct           (PERL_GET_INTERP->Iutf8_punct)
528 #define PL_utf8_space           (PERL_GET_INTERP->Iutf8_space)
529 #define PL_utf8_tolower         (PERL_GET_INTERP->Iutf8_tolower)
530 #define PL_utf8_totitle         (PERL_GET_INTERP->Iutf8_totitle)
531 #define PL_utf8_toupper         (PERL_GET_INTERP->Iutf8_toupper)
532 #define PL_utf8_upper           (PERL_GET_INTERP->Iutf8_upper)
533 #define PL_utf8_xdigit          (PERL_GET_INTERP->Iutf8_xdigit)
534 #define PL_uudmap               (PERL_GET_INTERP->Iuudmap)
535 #define PL_warnhook             (PERL_GET_INTERP->Iwarnhook)
536 #define PL_xiv_arenaroot        (PERL_GET_INTERP->Ixiv_arenaroot)
537 #define PL_xiv_root             (PERL_GET_INTERP->Ixiv_root)
538 #define PL_xnv_root             (PERL_GET_INTERP->Ixnv_root)
539 #define PL_xpv_root             (PERL_GET_INTERP->Ixpv_root)
540 #define PL_xrv_root             (PERL_GET_INTERP->Ixrv_root)
541 #define PL_yychar               (PERL_GET_INTERP->Iyychar)
542 #define PL_yydebug              (PERL_GET_INTERP->Iyydebug)
543 #define PL_yyerrflag            (PERL_GET_INTERP->Iyyerrflag)
544 #define PL_yylval               (PERL_GET_INTERP->Iyylval)
545 #define PL_yynerrs              (PERL_GET_INTERP->Iyynerrs)
546 #define PL_yyval                (PERL_GET_INTERP->Iyyval)
547
548 #else   /* !MULTIPLICITY */
549
550 #define PL_IArgv                PL_Argv
551 #define PL_ICmd                 PL_Cmd
552 #define PL_IDBcv                PL_DBcv
553 #define PL_IDBgv                PL_DBgv
554 #define PL_IDBline              PL_DBline
555 #define PL_IDBsignal            PL_DBsignal
556 #define PL_IDBsingle            PL_DBsingle
557 #define PL_IDBsub               PL_DBsub
558 #define PL_IDBtrace             PL_DBtrace
559 #define PL_IDir                 PL_Dir
560 #define PL_IEnv                 PL_Env
561 #define PL_ILIO                 PL_LIO
562 #define PL_IMem                 PL_Mem
563 #define PL_IProc                PL_Proc
564 #define PL_ISock                PL_Sock
565 #define PL_IStdIO               PL_StdIO
566 #define PL_Iamagic_generation   PL_amagic_generation
567 #define PL_Iampergv             PL_ampergv
568 #define PL_Ian                  PL_an
569 #define PL_Iarchpat_auto        PL_archpat_auto
570 #define PL_Iargvgv              PL_argvgv
571 #define PL_Iargvoutgv           PL_argvoutgv
572 #define PL_Ibasetime            PL_basetime
573 #define PL_Ibeginav             PL_beginav
574 #define PL_Ibitcount            PL_bitcount
575 #define PL_Ibufend              PL_bufend
576 #define PL_Ibufptr              PL_bufptr
577 #define PL_Icddir               PL_cddir
578 #define PL_Icollation_ix        PL_collation_ix
579 #define PL_Icollation_name      PL_collation_name
580 #define PL_Icollation_standard  PL_collation_standard
581 #define PL_Icollxfrm_base       PL_collxfrm_base
582 #define PL_Icollxfrm_mult       PL_collxfrm_mult
583 #define PL_Icompcv              PL_compcv
584 #define PL_Icompiling           PL_compiling
585 #define PL_Icomppad             PL_comppad
586 #define PL_Icomppad_name        PL_comppad_name
587 #define PL_Icomppad_name_fill   PL_comppad_name_fill
588 #define PL_Icomppad_name_floor  PL_comppad_name_floor
589 #define PL_Icop_seqmax          PL_cop_seqmax
590 #define PL_Icopline             PL_copline
591 #define PL_Icred_mutex          PL_cred_mutex
592 #define PL_Icryptseen           PL_cryptseen
593 #define PL_Icshlen              PL_cshlen
594 #define PL_Icshname             PL_cshname
595 #define PL_Icurcopdb            PL_curcopdb
596 #define PL_Icurstname           PL_curstname
597 #define PL_Icurthr              PL_curthr
598 #define PL_Idbargs              PL_dbargs
599 #define PL_Idebdelim            PL_debdelim
600 #define PL_Idebname             PL_debname
601 #define PL_Idebstash            PL_debstash
602 #define PL_Idebug               PL_debug
603 #define PL_Idefgv               PL_defgv
604 #define PL_Idiehook             PL_diehook
605 #define PL_Idlevel              PL_dlevel
606 #define PL_Idlmax               PL_dlmax
607 #define PL_Idoextract           PL_doextract
608 #define PL_Idoswitches          PL_doswitches
609 #define PL_Idowarn              PL_dowarn
610 #define PL_Ie_script            PL_e_script
611 #define PL_Iefloatbuf           PL_efloatbuf
612 #define PL_Iefloatsize          PL_efloatsize
613 #define PL_Iegid                PL_egid
614 #define PL_Iendav               PL_endav
615 #define PL_Ienvgv               PL_envgv
616 #define PL_Ierrgv               PL_errgv
617 #define PL_Ierror_count         PL_error_count
618 #define PL_Ieuid                PL_euid
619 #define PL_Ieval_cond           PL_eval_cond
620 #define PL_Ieval_mutex          PL_eval_mutex
621 #define PL_Ieval_owner          PL_eval_owner
622 #define PL_Ieval_root           PL_eval_root
623 #define PL_Ieval_start          PL_eval_start
624 #define PL_Ievalseq             PL_evalseq
625 #define PL_Iexitlist            PL_exitlist
626 #define PL_Iexitlistlen         PL_exitlistlen
627 #define PL_Iexpect              PL_expect
628 #define PL_Ifdpid               PL_fdpid
629 #define PL_Ifilemode            PL_filemode
630 #define PL_Ifilter_debug        PL_filter_debug
631 #define PL_Iforkprocess         PL_forkprocess
632 #define PL_Iformfeed            PL_formfeed
633 #define PL_Igeneration          PL_generation
634 #define PL_Igensym              PL_gensym
635 #define PL_Igid                 PL_gid
636 #define PL_Iglob_index          PL_glob_index
637 #define PL_Iglobalstash         PL_globalstash
638 #define PL_Ihe_root             PL_he_root
639 #define PL_Ihintgv              PL_hintgv
640 #define PL_Ihints               PL_hints
641 #define PL_Iin_clean_all        PL_in_clean_all
642 #define PL_Iin_clean_objs       PL_in_clean_objs
643 #define PL_Iin_my               PL_in_my
644 #define PL_Iin_my_stash         PL_in_my_stash
645 #define PL_Iincgv               PL_incgv
646 #define PL_Iinitav              PL_initav
647 #define PL_Iinplace             PL_inplace
648 #define PL_Ilast_lop            PL_last_lop
649 #define PL_Ilast_lop_op         PL_last_lop_op
650 #define PL_Ilast_swash_hv       PL_last_swash_hv
651 #define PL_Ilast_swash_key      PL_last_swash_key
652 #define PL_Ilast_swash_klen     PL_last_swash_klen
653 #define PL_Ilast_swash_slen     PL_last_swash_slen
654 #define PL_Ilast_swash_tmps     PL_last_swash_tmps
655 #define PL_Ilast_uni            PL_last_uni
656 #define PL_Ilastfd              PL_lastfd
657 #define PL_Ilastsize            PL_lastsize
658 #define PL_Ilastspbase          PL_lastspbase
659 #define PL_Ilaststatval         PL_laststatval
660 #define PL_Ilaststype           PL_laststype
661 #define PL_Ileftgv              PL_leftgv
662 #define PL_Ilex_brackets        PL_lex_brackets
663 #define PL_Ilex_brackstack      PL_lex_brackstack
664 #define PL_Ilex_casemods        PL_lex_casemods
665 #define PL_Ilex_casestack       PL_lex_casestack
666 #define PL_Ilex_defer           PL_lex_defer
667 #define PL_Ilex_dojoin          PL_lex_dojoin
668 #define PL_Ilex_expect          PL_lex_expect
669 #define PL_Ilex_fakebrack       PL_lex_fakebrack
670 #define PL_Ilex_formbrack       PL_lex_formbrack
671 #define PL_Ilex_inpat           PL_lex_inpat
672 #define PL_Ilex_inwhat          PL_lex_inwhat
673 #define PL_Ilex_op              PL_lex_op
674 #define PL_Ilex_repl            PL_lex_repl
675 #define PL_Ilex_starts          PL_lex_starts
676 #define PL_Ilex_state           PL_lex_state
677 #define PL_Ilex_stuff           PL_lex_stuff
678 #define PL_Ilineary             PL_lineary
679 #define PL_Ilinestart           PL_linestart
680 #define PL_Ilinestr             PL_linestr
681 #define PL_Ilocalpatches        PL_localpatches
682 #define PL_Imain_cv             PL_main_cv
683 #define PL_Imain_root           PL_main_root
684 #define PL_Imain_start          PL_main_start
685 #define PL_Imalloc_mutex        PL_malloc_mutex
686 #define PL_Imax_intro_pending   PL_max_intro_pending
687 #define PL_Imaxo                PL_maxo
688 #define PL_Imaxsysfd            PL_maxsysfd
689 #define PL_Imess_sv             PL_mess_sv
690 #define PL_Imin_intro_pending   PL_min_intro_pending
691 #define PL_Iminus_F             PL_minus_F
692 #define PL_Iminus_a             PL_minus_a
693 #define PL_Iminus_c             PL_minus_c
694 #define PL_Iminus_l             PL_minus_l
695 #define PL_Iminus_n             PL_minus_n
696 #define PL_Iminus_p             PL_minus_p
697 #define PL_Imodglobal           PL_modglobal
698 #define PL_Imulti_close         PL_multi_close
699 #define PL_Imulti_end           PL_multi_end
700 #define PL_Imulti_open          PL_multi_open
701 #define PL_Imulti_start         PL_multi_start
702 #define PL_Imultiline           PL_multiline
703 #define PL_Imystrk              PL_mystrk
704 #define PL_Inexttoke            PL_nexttoke
705 #define PL_Inexttype            PL_nexttype
706 #define PL_Inextval             PL_nextval
707 #define PL_Inice_chunk          PL_nice_chunk
708 #define PL_Inice_chunk_size     PL_nice_chunk_size
709 #define PL_Inomemok             PL_nomemok
710 #define PL_Inthreads            PL_nthreads
711 #define PL_Inthreads_cond       PL_nthreads_cond
712 #define PL_Inumeric_local       PL_numeric_local
713 #define PL_Inumeric_name        PL_numeric_name
714 #define PL_Inumeric_radix       PL_numeric_radix
715 #define PL_Inumeric_standard    PL_numeric_standard
716 #define PL_Iofmt                PL_ofmt
717 #define PL_Ioldbufptr           PL_oldbufptr
718 #define PL_Ioldlastpm           PL_oldlastpm
719 #define PL_Ioldname             PL_oldname
720 #define PL_Ioldoldbufptr        PL_oldoldbufptr
721 #define PL_Iop_mask             PL_op_mask
722 #define PL_Iop_seqmax           PL_op_seqmax
723 #define PL_Iorigalen            PL_origalen
724 #define PL_Iorigargc            PL_origargc
725 #define PL_Iorigargv            PL_origargv
726 #define PL_Iorigenviron         PL_origenviron
727 #define PL_Iorigfilename        PL_origfilename
728 #define PL_Iors                 PL_ors
729 #define PL_Iorslen              PL_orslen
730 #define PL_Iosname              PL_osname
731 #define PL_Ipad_reset_pending   PL_pad_reset_pending
732 #define PL_Ipadix               PL_padix
733 #define PL_Ipadix_floor         PL_padix_floor
734 #define PL_Iparsehook           PL_parsehook
735 #define PL_Ipatchlevel          PL_patchlevel
736 #define PL_Ipending_ident       PL_pending_ident
737 #define PL_Iperl_destruct_level PL_perl_destruct_level
738 #define PL_Iperldb              PL_perldb
739 #define PL_Ipidstatus           PL_pidstatus
740 #define PL_Ipreambleav          PL_preambleav
741 #define PL_Ipreambled           PL_preambled
742 #define PL_Ipreprocess          PL_preprocess
743 #define PL_Iprofiledata         PL_profiledata
744 #define PL_Ireplgv              PL_replgv
745 #define PL_Irightgv             PL_rightgv
746 #define PL_Irsfp                PL_rsfp
747 #define PL_Irsfp_filters        PL_rsfp_filters
748 #define PL_Irunops              PL_runops
749 #define PL_Isawampersand        PL_sawampersand
750 #define PL_Isawstudy            PL_sawstudy
751 #define PL_Isawvec              PL_sawvec
752 #define PL_Ish_path             PL_sh_path
753 #define PL_Isiggv               PL_siggv
754 #define PL_Isighandlerp         PL_sighandlerp
755 #define PL_Isplitstr            PL_splitstr
756 #define PL_Isrand_called        PL_srand_called
757 #define PL_Istatusvalue         PL_statusvalue
758 #define PL_Istatusvalue_vms     PL_statusvalue_vms
759 #define PL_Istdingv             PL_stdingv
760 #define PL_Istrchop             PL_strchop
761 #define PL_Istrtab              PL_strtab
762 #define PL_Istrtab_mutex        PL_strtab_mutex
763 #define PL_Isub_generation      PL_sub_generation
764 #define PL_Isublex_info         PL_sublex_info
765 #define PL_Isubline             PL_subline
766 #define PL_Isubname             PL_subname
767 #define PL_Isv_arenaroot        PL_sv_arenaroot
768 #define PL_Isv_count            PL_sv_count
769 #define PL_Isv_mutex            PL_sv_mutex
770 #define PL_Isv_no               PL_sv_no
771 #define PL_Isv_objcount         PL_sv_objcount
772 #define PL_Isv_root             PL_sv_root
773 #define PL_Isv_undef            PL_sv_undef
774 #define PL_Isv_yes              PL_sv_yes
775 #define PL_Isvref_mutex         PL_svref_mutex
776 #define PL_Isys_intern          PL_sys_intern
777 #define PL_Itainting            PL_tainting
778 #define PL_Ithisexpr            PL_thisexpr
779 #define PL_Ithr_key             PL_thr_key
780 #define PL_Ithreadnum           PL_threadnum
781 #define PL_Ithreads_mutex       PL_threads_mutex
782 #define PL_Ithreadsv_names      PL_threadsv_names
783 #define PL_Ithrsv               PL_thrsv
784 #define PL_Itokenbuf            PL_tokenbuf
785 #define PL_Iuid                 PL_uid
786 #define PL_Iunsafe              PL_unsafe
787 #define PL_Iutf8_alnum          PL_utf8_alnum
788 #define PL_Iutf8_alnumc         PL_utf8_alnumc
789 #define PL_Iutf8_alpha          PL_utf8_alpha
790 #define PL_Iutf8_ascii          PL_utf8_ascii
791 #define PL_Iutf8_cntrl          PL_utf8_cntrl
792 #define PL_Iutf8_digit          PL_utf8_digit
793 #define PL_Iutf8_graph          PL_utf8_graph
794 #define PL_Iutf8_lower          PL_utf8_lower
795 #define PL_Iutf8_mark           PL_utf8_mark
796 #define PL_Iutf8_print          PL_utf8_print
797 #define PL_Iutf8_punct          PL_utf8_punct
798 #define PL_Iutf8_space          PL_utf8_space
799 #define PL_Iutf8_tolower        PL_utf8_tolower
800 #define PL_Iutf8_totitle        PL_utf8_totitle
801 #define PL_Iutf8_toupper        PL_utf8_toupper
802 #define PL_Iutf8_upper          PL_utf8_upper
803 #define PL_Iutf8_xdigit         PL_utf8_xdigit
804 #define PL_Iuudmap              PL_uudmap
805 #define PL_Iwarnhook            PL_warnhook
806 #define PL_Ixiv_arenaroot       PL_xiv_arenaroot
807 #define PL_Ixiv_root            PL_xiv_root
808 #define PL_Ixnv_root            PL_xnv_root
809 #define PL_Ixpv_root            PL_xpv_root
810 #define PL_Ixrv_root            PL_xrv_root
811 #define PL_Iyychar              PL_yychar
812 #define PL_Iyydebug             PL_yydebug
813 #define PL_Iyyerrflag           PL_yyerrflag
814 #define PL_Iyylval              PL_yylval
815 #define PL_Iyynerrs             PL_yynerrs
816 #define PL_Iyyval               PL_yyval
817
818 #ifndef USE_THREADS
819
820 #define PL_TSv                  PL_Sv
821 #define PL_TXpv                 PL_Xpv
822 #define PL_Tav_fetch_sv         PL_av_fetch_sv
823 #define PL_Tbodytarget          PL_bodytarget
824 #define PL_Tbostr               PL_bostr
825 #define PL_Tchopset             PL_chopset
826 #define PL_Tcolors              PL_colors
827 #define PL_Tcolorset            PL_colorset
828 #define PL_Tcurcop              PL_curcop
829 #define PL_Tcurpad              PL_curpad
830 #define PL_Tcurpm               PL_curpm
831 #define PL_Tcurstack            PL_curstack
832 #define PL_Tcurstackinfo        PL_curstackinfo
833 #define PL_Tcurstash            PL_curstash
834 #define PL_Tdefoutgv            PL_defoutgv
835 #define PL_Tdefstash            PL_defstash
836 #define PL_Tdelaymagic          PL_delaymagic
837 #define PL_Tdirty               PL_dirty
838 #define PL_Tdumpindent          PL_dumpindent
839 #define PL_Textralen            PL_extralen
840 #define PL_Tfirstgv             PL_firstgv
841 #define PL_Tformtarget          PL_formtarget
842 #define PL_Thv_fetch_ent_mh     PL_hv_fetch_ent_mh
843 #define PL_Thv_fetch_sv         PL_hv_fetch_sv
844 #define PL_Tin_eval             PL_in_eval
845 #define PL_Tlast_in_gv          PL_last_in_gv
846 #define PL_Tlastgotoprobe       PL_lastgotoprobe
847 #define PL_Tlastscream          PL_lastscream
848 #define PL_Tlocalizing          PL_localizing
849 #define PL_Tmainstack           PL_mainstack
850 #define PL_Tmarkstack           PL_markstack
851 #define PL_Tmarkstack_max       PL_markstack_max
852 #define PL_Tmarkstack_ptr       PL_markstack_ptr
853 #define PL_Tmaxscream           PL_maxscream
854 #define PL_Tmodcount            PL_modcount
855 #define PL_Tna                  PL_na
856 #define PL_Tnrs                 PL_nrs
857 #define PL_Tofs                 PL_ofs
858 #define PL_Tofslen              PL_ofslen
859 #define PL_Top                  PL_op
860 #define PL_Topsave              PL_opsave
861 #define PL_Tprotect             PL_protect
862 #define PL_Treg_call_cc         PL_reg_call_cc
863 #define PL_Treg_curpm           PL_reg_curpm
864 #define PL_Treg_eval_set        PL_reg_eval_set
865 #define PL_Treg_flags           PL_reg_flags
866 #define PL_Treg_ganch           PL_reg_ganch
867 #define PL_Treg_magic           PL_reg_magic
868 #define PL_Treg_oldcurpm        PL_reg_oldcurpm
869 #define PL_Treg_oldpos          PL_reg_oldpos
870 #define PL_Treg_oldsaved        PL_reg_oldsaved
871 #define PL_Treg_oldsavedlen     PL_reg_oldsavedlen
872 #define PL_Treg_re              PL_reg_re
873 #define PL_Treg_start_tmp       PL_reg_start_tmp
874 #define PL_Treg_start_tmpl      PL_reg_start_tmpl
875 #define PL_Treg_starttry        PL_reg_starttry
876 #define PL_Treg_sv              PL_reg_sv
877 #define PL_Tregbol              PL_regbol
878 #define PL_Tregcc               PL_regcc
879 #define PL_Tregcode             PL_regcode
880 #define PL_Tregcomp_parse       PL_regcomp_parse
881 #define PL_Tregcomp_rx          PL_regcomp_rx
882 #define PL_Tregcompp            PL_regcompp
883 #define PL_Tregdata             PL_regdata
884 #define PL_Tregdummy            PL_regdummy
885 #define PL_Tregendp             PL_regendp
886 #define PL_Tregeol              PL_regeol
887 #define PL_Tregexecp            PL_regexecp
888 #define PL_Tregflags            PL_regflags
889 #define PL_Tregfree             PL_regfree
890 #define PL_Tregindent           PL_regindent
891 #define PL_Treginput            PL_reginput
892 #define PL_Tregint_start        PL_regint_start
893 #define PL_Tregint_string       PL_regint_string
894 #define PL_Treginterp_cnt       PL_reginterp_cnt
895 #define PL_Treglastparen        PL_reglastparen
896 #define PL_Tregnarrate          PL_regnarrate
897 #define PL_Tregnaughty          PL_regnaughty
898 #define PL_Tregnpar             PL_regnpar
899 #define PL_Tregprecomp          PL_regprecomp
900 #define PL_Tregprev             PL_regprev
901 #define PL_Tregprogram          PL_regprogram
902 #define PL_Tregsawback          PL_regsawback
903 #define PL_Tregseen             PL_regseen
904 #define PL_Tregsize             PL_regsize
905 #define PL_Tregstartp           PL_regstartp
906 #define PL_Tregtill             PL_regtill
907 #define PL_Tregxend             PL_regxend
908 #define PL_Trestartop           PL_restartop
909 #define PL_Tretstack            PL_retstack
910 #define PL_Tretstack_ix         PL_retstack_ix
911 #define PL_Tretstack_max        PL_retstack_max
912 #define PL_Trs                  PL_rs
913 #define PL_Tsavestack           PL_savestack
914 #define PL_Tsavestack_ix        PL_savestack_ix
915 #define PL_Tsavestack_max       PL_savestack_max
916 #define PL_Tscopestack          PL_scopestack
917 #define PL_Tscopestack_ix       PL_scopestack_ix
918 #define PL_Tscopestack_max      PL_scopestack_max
919 #define PL_Tscreamfirst         PL_screamfirst
920 #define PL_Tscreamnext          PL_screamnext
921 #define PL_Tsecondgv            PL_secondgv
922 #define PL_Tseen_evals          PL_seen_evals
923 #define PL_Tseen_zerolen        PL_seen_zerolen
924 #define PL_Tsortcop             PL_sortcop
925 #define PL_Tsortcxix            PL_sortcxix
926 #define PL_Tsortstash           PL_sortstash
927 #define PL_Tstack_base          PL_stack_base
928 #define PL_Tstack_max           PL_stack_max
929 #define PL_Tstack_sp            PL_stack_sp
930 #define PL_Tstart_env           PL_start_env
931 #define PL_Tstatbuf             PL_statbuf
932 #define PL_Tstatcache           PL_statcache
933 #define PL_Tstatgv              PL_statgv
934 #define PL_Tstatname            PL_statname
935 #define PL_Ttainted             PL_tainted
936 #define PL_Ttimesbuf            PL_timesbuf
937 #define PL_Ttmps_floor          PL_tmps_floor
938 #define PL_Ttmps_ix             PL_tmps_ix
939 #define PL_Ttmps_max            PL_tmps_max
940 #define PL_Ttmps_stack          PL_tmps_stack
941 #define PL_Ttop_env             PL_top_env
942 #define PL_Ttoptarget           PL_toptarget
943 #define PL_Twatchaddr           PL_watchaddr
944 #define PL_Twatchok             PL_watchok
945
946 #endif /* USE_THREADS */
947
948 /* Hide what would have been interpreter-specific symbols? */
949
950
951 #ifndef USE_THREADS
952
953
954 #endif /* USE_THREADS */
955 #endif /* MULTIPLICITY */
956
957 /* Now same trickey for per-thread variables */
958
959 #ifdef USE_THREADS
960
961 #define PL_Sv                   (thr->TSv)
962 #define PL_Xpv                  (thr->TXpv)
963 #define PL_av_fetch_sv          (thr->Tav_fetch_sv)
964 #define PL_bodytarget           (thr->Tbodytarget)
965 #define PL_bostr                (thr->Tbostr)
966 #define PL_chopset              (thr->Tchopset)
967 #define PL_colors               (thr->Tcolors)
968 #define PL_colorset             (thr->Tcolorset)
969 #define PL_curcop               (thr->Tcurcop)
970 #define PL_curpad               (thr->Tcurpad)
971 #define PL_curpm                (thr->Tcurpm)
972 #define PL_curstack             (thr->Tcurstack)
973 #define PL_curstackinfo         (thr->Tcurstackinfo)
974 #define PL_curstash             (thr->Tcurstash)
975 #define PL_defoutgv             (thr->Tdefoutgv)
976 #define PL_defstash             (thr->Tdefstash)
977 #define PL_delaymagic           (thr->Tdelaymagic)
978 #define PL_dirty                (thr->Tdirty)
979 #define PL_dumpindent           (thr->Tdumpindent)
980 #define PL_extralen             (thr->Textralen)
981 #define PL_firstgv              (thr->Tfirstgv)
982 #define PL_formtarget           (thr->Tformtarget)
983 #define PL_hv_fetch_ent_mh      (thr->Thv_fetch_ent_mh)
984 #define PL_hv_fetch_sv          (thr->Thv_fetch_sv)
985 #define PL_in_eval              (thr->Tin_eval)
986 #define PL_last_in_gv           (thr->Tlast_in_gv)
987 #define PL_lastgotoprobe        (thr->Tlastgotoprobe)
988 #define PL_lastscream           (thr->Tlastscream)
989 #define PL_localizing           (thr->Tlocalizing)
990 #define PL_mainstack            (thr->Tmainstack)
991 #define PL_markstack            (thr->Tmarkstack)
992 #define PL_markstack_max        (thr->Tmarkstack_max)
993 #define PL_markstack_ptr        (thr->Tmarkstack_ptr)
994 #define PL_maxscream            (thr->Tmaxscream)
995 #define PL_modcount             (thr->Tmodcount)
996 #define PL_na                   (thr->Tna)
997 #define PL_nrs                  (thr->Tnrs)
998 #define PL_ofs                  (thr->Tofs)
999 #define PL_ofslen               (thr->Tofslen)
1000 #define PL_op                   (thr->Top)
1001 #define PL_opsave               (thr->Topsave)
1002 #define PL_protect              (thr->Tprotect)
1003 #define PL_reg_call_cc          (thr->Treg_call_cc)
1004 #define PL_reg_curpm            (thr->Treg_curpm)
1005 #define PL_reg_eval_set         (thr->Treg_eval_set)
1006 #define PL_reg_flags            (thr->Treg_flags)
1007 #define PL_reg_ganch            (thr->Treg_ganch)
1008 #define PL_reg_magic            (thr->Treg_magic)
1009 #define PL_reg_oldcurpm         (thr->Treg_oldcurpm)
1010 #define PL_reg_oldpos           (thr->Treg_oldpos)
1011 #define PL_reg_oldsaved         (thr->Treg_oldsaved)
1012 #define PL_reg_oldsavedlen      (thr->Treg_oldsavedlen)
1013 #define PL_reg_re               (thr->Treg_re)
1014 #define PL_reg_start_tmp        (thr->Treg_start_tmp)
1015 #define PL_reg_start_tmpl       (thr->Treg_start_tmpl)
1016 #define PL_reg_starttry         (thr->Treg_starttry)
1017 #define PL_reg_sv               (thr->Treg_sv)
1018 #define PL_regbol               (thr->Tregbol)
1019 #define PL_regcc                (thr->Tregcc)
1020 #define PL_regcode              (thr->Tregcode)
1021 #define PL_regcomp_parse        (thr->Tregcomp_parse)
1022 #define PL_regcomp_rx           (thr->Tregcomp_rx)
1023 #define PL_regcompp             (thr->Tregcompp)
1024 #define PL_regdata              (thr->Tregdata)
1025 #define PL_regdummy             (thr->Tregdummy)
1026 #define PL_regendp              (thr->Tregendp)
1027 #define PL_regeol               (thr->Tregeol)
1028 #define PL_regexecp             (thr->Tregexecp)
1029 #define PL_regflags             (thr->Tregflags)
1030 #define PL_regfree              (thr->Tregfree)
1031 #define PL_regindent            (thr->Tregindent)
1032 #define PL_reginput             (thr->Treginput)
1033 #define PL_regint_start         (thr->Tregint_start)
1034 #define PL_regint_string        (thr->Tregint_string)
1035 #define PL_reginterp_cnt        (thr->Treginterp_cnt)
1036 #define PL_reglastparen         (thr->Treglastparen)
1037 #define PL_regnarrate           (thr->Tregnarrate)
1038 #define PL_regnaughty           (thr->Tregnaughty)
1039 #define PL_regnpar              (thr->Tregnpar)
1040 #define PL_regprecomp           (thr->Tregprecomp)
1041 #define PL_regprev              (thr->Tregprev)
1042 #define PL_regprogram           (thr->Tregprogram)
1043 #define PL_regsawback           (thr->Tregsawback)
1044 #define PL_regseen              (thr->Tregseen)
1045 #define PL_regsize              (thr->Tregsize)
1046 #define PL_regstartp            (thr->Tregstartp)
1047 #define PL_regtill              (thr->Tregtill)
1048 #define PL_regxend              (thr->Tregxend)
1049 #define PL_restartop            (thr->Trestartop)
1050 #define PL_retstack             (thr->Tretstack)
1051 #define PL_retstack_ix          (thr->Tretstack_ix)
1052 #define PL_retstack_max         (thr->Tretstack_max)
1053 #define PL_rs                   (thr->Trs)
1054 #define PL_savestack            (thr->Tsavestack)
1055 #define PL_savestack_ix         (thr->Tsavestack_ix)
1056 #define PL_savestack_max        (thr->Tsavestack_max)
1057 #define PL_scopestack           (thr->Tscopestack)
1058 #define PL_scopestack_ix        (thr->Tscopestack_ix)
1059 #define PL_scopestack_max       (thr->Tscopestack_max)
1060 #define PL_screamfirst          (thr->Tscreamfirst)
1061 #define PL_screamnext           (thr->Tscreamnext)
1062 #define PL_secondgv             (thr->Tsecondgv)
1063 #define PL_seen_evals           (thr->Tseen_evals)
1064 #define PL_seen_zerolen         (thr->Tseen_zerolen)
1065 #define PL_sortcop              (thr->Tsortcop)
1066 #define PL_sortcxix             (thr->Tsortcxix)
1067 #define PL_sortstash            (thr->Tsortstash)
1068 #define PL_stack_base           (thr->Tstack_base)
1069 #define PL_stack_max            (thr->Tstack_max)
1070 #define PL_stack_sp             (thr->Tstack_sp)
1071 #define PL_start_env            (thr->Tstart_env)
1072 #define PL_statbuf              (thr->Tstatbuf)
1073 #define PL_statcache            (thr->Tstatcache)
1074 #define PL_statgv               (thr->Tstatgv)
1075 #define PL_statname             (thr->Tstatname)
1076 #define PL_tainted              (thr->Ttainted)
1077 #define PL_timesbuf             (thr->Ttimesbuf)
1078 #define PL_tmps_floor           (thr->Ttmps_floor)
1079 #define PL_tmps_ix              (thr->Ttmps_ix)
1080 #define PL_tmps_max             (thr->Ttmps_max)
1081 #define PL_tmps_stack           (thr->Ttmps_stack)
1082 #define PL_top_env              (thr->Ttop_env)
1083 #define PL_toptarget            (thr->Ttoptarget)
1084 #define PL_watchaddr            (thr->Twatchaddr)
1085 #define PL_watchok              (thr->Twatchok)
1086
1087 #endif /* USE_THREADS */
1088
1089 #ifdef PERL_GLOBAL_STRUCT
1090
1091 #define PL_No                   (PL_Vars.GNo)
1092 #define PL_Yes                  (PL_Vars.GYes)
1093 #define PL_curinterp            (PL_Vars.Gcurinterp)
1094 #define PL_do_undump            (PL_Vars.Gdo_undump)
1095 #define PL_hexdigit             (PL_Vars.Ghexdigit)
1096 #define PL_patleave             (PL_Vars.Gpatleave)
1097
1098 #else /* !PERL_GLOBAL_STRUCT */
1099
1100 #define PL_GNo                  PL_No
1101 #define PL_GYes                 PL_Yes
1102 #define PL_Gcurinterp           PL_curinterp
1103 #define PL_Gdo_undump           PL_do_undump
1104 #define PL_Ghexdigit            PL_hexdigit
1105 #define PL_Gpatleave            PL_patleave
1106
1107
1108 #endif /* PERL_GLOBAL_STRUCT */
1109
1110
1111 #ifdef PERL_POLLUTE             /* disabled by default in 5.006 */
1112
1113 #define DBsingle                PL_DBsingle
1114 #define DBsub                   PL_DBsub
1115 #define compiling               PL_compiling
1116 #define curcop                  PL_curcop
1117 #define curstash                PL_curstash
1118 #define debstash                PL_debstash
1119 #define defgv                   PL_defgv
1120 #define diehook                 PL_diehook
1121 #define dirty                   PL_dirty
1122 #define dowarn                  PL_dowarn
1123 #define errgv                   PL_errgv
1124 #define na                      PL_na
1125 #define no_modify               PL_no_modify
1126 #define perl_destruct_level     PL_perl_destruct_level
1127 #define perldb                  PL_perldb
1128 #define rsfp                    PL_rsfp
1129 #define rsfp_filters            PL_rsfp_filters
1130 #define stack_base              PL_stack_base
1131 #define stack_sp                PL_stack_sp
1132 #define stdingv                 PL_stdingv
1133 #define sv_arenaroot            PL_sv_arenaroot
1134 #define sv_no                   PL_sv_no
1135 #define sv_undef                PL_sv_undef
1136 #define sv_yes                  PL_sv_yes
1137 #define tainted                 PL_tainted
1138 #define tainting                PL_tainting
1139
1140 #endif /* PERL_POLLUTE */