4 * Copyright (c) 1997-2003, Larry Wall
6 * You may distribute under the terms of either the GNU General Public
7 * License or the Artistic License, as specified in the README file.
9 * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
10 * This file is built by embed.pl from data in embed.fnc, embed.pl,
11 * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
12 * Any changes made here will be lost!
14 * Edit those files and run 'make regen_headers' to effect changes.
17 /* declare accessor functions for Perl variables */
21 #if defined (MULTIPLICITY)
29 #define PERLVAR(v,t) EXTERN_C t* Perl_##v##_ptr(pTHX);
30 #define PERLVARA(v,n,t) typedef t PL_##v##_t[n]; \
31 EXTERN_C PL_##v##_t* Perl_##v##_ptr(pTHX);
32 #define PERLVARI(v,t,i) PERLVAR(v,t)
33 #define PERLVARIC(v,t,i) PERLVAR(v, const t)
46 #if defined(PERL_CORE)
48 /* accessor functions for Perl variables (provide binary compatibility) */
50 /* these need to be mentioned here, or most linkers won't put them in
51 the perl executable */
53 #ifndef PERL_NO_FORCE_LINK
58 EXT void *PL_force_link_funcs[];
60 EXT void *PL_force_link_funcs[] = {
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(v,t)
83 #endif /* PERL_NO_FORCE_LINK */
85 #else /* !PERL_CORE */
88 #define PL_Argv (*Perl_IArgv_ptr(aTHX))
90 #define PL_Cmd (*Perl_ICmd_ptr(aTHX))
92 #define PL_DBassertion (*Perl_IDBassertion_ptr(aTHX))
94 #define PL_DBcv (*Perl_IDBcv_ptr(aTHX))
96 #define PL_DBgv (*Perl_IDBgv_ptr(aTHX))
98 #define PL_DBline (*Perl_IDBline_ptr(aTHX))
100 #define PL_DBsignal (*Perl_IDBsignal_ptr(aTHX))
102 #define PL_DBsingle (*Perl_IDBsingle_ptr(aTHX))
104 #define PL_DBsub (*Perl_IDBsub_ptr(aTHX))
106 #define PL_DBtrace (*Perl_IDBtrace_ptr(aTHX))
108 #define PL_Dir (*Perl_IDir_ptr(aTHX))
110 #define PL_Env (*Perl_IEnv_ptr(aTHX))
112 #define PL_LIO (*Perl_ILIO_ptr(aTHX))
114 #define PL_Mem (*Perl_IMem_ptr(aTHX))
116 #define PL_MemParse (*Perl_IMemParse_ptr(aTHX))
118 #define PL_MemShared (*Perl_IMemShared_ptr(aTHX))
120 #define PL_OpPtr (*Perl_IOpPtr_ptr(aTHX))
122 #define PL_OpSlab (*Perl_IOpSlab_ptr(aTHX))
124 #define PL_OpSpace (*Perl_IOpSpace_ptr(aTHX))
126 #define PL_Proc (*Perl_IProc_ptr(aTHX))
128 #define PL_Sock (*Perl_ISock_ptr(aTHX))
130 #define PL_StdIO (*Perl_IStdIO_ptr(aTHX))
131 #undef PL_amagic_generation
132 #define PL_amagic_generation (*Perl_Iamagic_generation_ptr(aTHX))
134 #define PL_an (*Perl_Ian_ptr(aTHX))
136 #define PL_argvgv (*Perl_Iargvgv_ptr(aTHX))
137 #undef PL_argvout_stack
138 #define PL_argvout_stack (*Perl_Iargvout_stack_ptr(aTHX))
140 #define PL_argvoutgv (*Perl_Iargvoutgv_ptr(aTHX))
142 #define PL_basetime (*Perl_Ibasetime_ptr(aTHX))
144 #define PL_beginav (*Perl_Ibeginav_ptr(aTHX))
145 #undef PL_beginav_save
146 #define PL_beginav_save (*Perl_Ibeginav_save_ptr(aTHX))
148 #define PL_bitcount (*Perl_Ibitcount_ptr(aTHX))
150 #define PL_bufend (*Perl_Ibufend_ptr(aTHX))
152 #define PL_bufptr (*Perl_Ibufptr_ptr(aTHX))
154 #define PL_checkav (*Perl_Icheckav_ptr(aTHX))
155 #undef PL_checkav_save
156 #define PL_checkav_save (*Perl_Icheckav_save_ptr(aTHX))
158 #define PL_clocktick (*Perl_Iclocktick_ptr(aTHX))
159 #undef PL_collation_ix
160 #define PL_collation_ix (*Perl_Icollation_ix_ptr(aTHX))
161 #undef PL_collation_name
162 #define PL_collation_name (*Perl_Icollation_name_ptr(aTHX))
163 #undef PL_collation_standard
164 #define PL_collation_standard (*Perl_Icollation_standard_ptr(aTHX))
165 #undef PL_collxfrm_base
166 #define PL_collxfrm_base (*Perl_Icollxfrm_base_ptr(aTHX))
167 #undef PL_collxfrm_mult
168 #define PL_collxfrm_mult (*Perl_Icollxfrm_mult_ptr(aTHX))
170 #define PL_compcv (*Perl_Icompcv_ptr(aTHX))
172 #define PL_compiling (*Perl_Icompiling_ptr(aTHX))
174 #define PL_comppad (*Perl_Icomppad_ptr(aTHX))
175 #undef PL_comppad_name
176 #define PL_comppad_name (*Perl_Icomppad_name_ptr(aTHX))
177 #undef PL_comppad_name_fill
178 #define PL_comppad_name_fill (*Perl_Icomppad_name_fill_ptr(aTHX))
179 #undef PL_comppad_name_floor
180 #define PL_comppad_name_floor (*Perl_Icomppad_name_floor_ptr(aTHX))
182 #define PL_cop_seqmax (*Perl_Icop_seqmax_ptr(aTHX))
184 #define PL_copline (*Perl_Icopline_ptr(aTHX))
186 #define PL_cryptseen (*Perl_Icryptseen_ptr(aTHX))
188 #define PL_cshlen (*Perl_Icshlen_ptr(aTHX))
190 #define PL_cshname (*Perl_Icshname_ptr(aTHX))
192 #define PL_curcopdb (*Perl_Icurcopdb_ptr(aTHX))
194 #define PL_curstname (*Perl_Icurstname_ptr(aTHX))
195 #undef PL_custom_op_descs
196 #define PL_custom_op_descs (*Perl_Icustom_op_descs_ptr(aTHX))
197 #undef PL_custom_op_names
198 #define PL_custom_op_names (*Perl_Icustom_op_names_ptr(aTHX))
200 #define PL_dbargs (*Perl_Idbargs_ptr(aTHX))
202 #define PL_debstash (*Perl_Idebstash_ptr(aTHX))
204 #define PL_debug (*Perl_Idebug_ptr(aTHX))
206 #define PL_debug_pad (*Perl_Idebug_pad_ptr(aTHX))
207 #undef PL_def_layerlist
208 #define PL_def_layerlist (*Perl_Idef_layerlist_ptr(aTHX))
210 #define PL_defgv (*Perl_Idefgv_ptr(aTHX))
212 #define PL_diehook (*Perl_Idiehook_ptr(aTHX))
214 #define PL_doextract (*Perl_Idoextract_ptr(aTHX))
216 #define PL_doswitches (*Perl_Idoswitches_ptr(aTHX))
218 #define PL_dowarn (*Perl_Idowarn_ptr(aTHX))
220 #define PL_e_script (*Perl_Ie_script_ptr(aTHX))
222 #define PL_egid (*Perl_Iegid_ptr(aTHX))
224 #define PL_encoding (*Perl_Iencoding_ptr(aTHX))
226 #define PL_endav (*Perl_Iendav_ptr(aTHX))
228 #define PL_envgv (*Perl_Ienvgv_ptr(aTHX))
230 #define PL_errgv (*Perl_Ierrgv_ptr(aTHX))
231 #undef PL_error_count
232 #define PL_error_count (*Perl_Ierror_count_ptr(aTHX))
234 #define PL_euid (*Perl_Ieuid_ptr(aTHX))
236 #define PL_eval_root (*Perl_Ieval_root_ptr(aTHX))
238 #define PL_eval_start (*Perl_Ieval_start_ptr(aTHX))
240 #define PL_evalseq (*Perl_Ievalseq_ptr(aTHX))
242 #define PL_exit_flags (*Perl_Iexit_flags_ptr(aTHX))
244 #define PL_exitlist (*Perl_Iexitlist_ptr(aTHX))
245 #undef PL_exitlistlen
246 #define PL_exitlistlen (*Perl_Iexitlistlen_ptr(aTHX))
248 #define PL_expect (*Perl_Iexpect_ptr(aTHX))
250 #define PL_fdpid (*Perl_Ifdpid_ptr(aTHX))
252 #define PL_filemode (*Perl_Ifilemode_ptr(aTHX))
253 #undef PL_forkprocess
254 #define PL_forkprocess (*Perl_Iforkprocess_ptr(aTHX))
256 #define PL_formfeed (*Perl_Iformfeed_ptr(aTHX))
258 #define PL_generation (*Perl_Igeneration_ptr(aTHX))
260 #define PL_gensym (*Perl_Igensym_ptr(aTHX))
262 #define PL_gid (*Perl_Igid_ptr(aTHX))
264 #define PL_glob_index (*Perl_Iglob_index_ptr(aTHX))
265 #undef PL_globalstash
266 #define PL_globalstash (*Perl_Iglobalstash_ptr(aTHX))
267 #undef PL_he_arenaroot
268 #define PL_he_arenaroot (*Perl_Ihe_arenaroot_ptr(aTHX))
270 #define PL_he_root (*Perl_Ihe_root_ptr(aTHX))
272 #define PL_hintgv (*Perl_Ihintgv_ptr(aTHX))
274 #define PL_hints (*Perl_Ihints_ptr(aTHX))
275 #undef PL_in_clean_all
276 #define PL_in_clean_all (*Perl_Iin_clean_all_ptr(aTHX))
277 #undef PL_in_clean_objs
278 #define PL_in_clean_objs (*Perl_Iin_clean_objs_ptr(aTHX))
279 #undef PL_in_load_module
280 #define PL_in_load_module (*Perl_Iin_load_module_ptr(aTHX))
282 #define PL_in_my (*Perl_Iin_my_ptr(aTHX))
283 #undef PL_in_my_stash
284 #define PL_in_my_stash (*Perl_Iin_my_stash_ptr(aTHX))
286 #define PL_incgv (*Perl_Iincgv_ptr(aTHX))
288 #define PL_initav (*Perl_Iinitav_ptr(aTHX))
290 #define PL_inplace (*Perl_Iinplace_ptr(aTHX))
291 #undef PL_known_layers
292 #define PL_known_layers (*Perl_Iknown_layers_ptr(aTHX))
294 #define PL_last_lop (*Perl_Ilast_lop_ptr(aTHX))
295 #undef PL_last_lop_op
296 #define PL_last_lop_op (*Perl_Ilast_lop_op_ptr(aTHX))
297 #undef PL_last_swash_hv
298 #define PL_last_swash_hv (*Perl_Ilast_swash_hv_ptr(aTHX))
299 #undef PL_last_swash_key
300 #define PL_last_swash_key (*Perl_Ilast_swash_key_ptr(aTHX))
301 #undef PL_last_swash_klen
302 #define PL_last_swash_klen (*Perl_Ilast_swash_klen_ptr(aTHX))
303 #undef PL_last_swash_slen
304 #define PL_last_swash_slen (*Perl_Ilast_swash_slen_ptr(aTHX))
305 #undef PL_last_swash_tmps
306 #define PL_last_swash_tmps (*Perl_Ilast_swash_tmps_ptr(aTHX))
308 #define PL_last_uni (*Perl_Ilast_uni_ptr(aTHX))
310 #define PL_lastfd (*Perl_Ilastfd_ptr(aTHX))
311 #undef PL_laststatval
312 #define PL_laststatval (*Perl_Ilaststatval_ptr(aTHX))
314 #define PL_laststype (*Perl_Ilaststype_ptr(aTHX))
315 #undef PL_lex_brackets
316 #define PL_lex_brackets (*Perl_Ilex_brackets_ptr(aTHX))
317 #undef PL_lex_brackstack
318 #define PL_lex_brackstack (*Perl_Ilex_brackstack_ptr(aTHX))
319 #undef PL_lex_casemods
320 #define PL_lex_casemods (*Perl_Ilex_casemods_ptr(aTHX))
321 #undef PL_lex_casestack
322 #define PL_lex_casestack (*Perl_Ilex_casestack_ptr(aTHX))
324 #define PL_lex_defer (*Perl_Ilex_defer_ptr(aTHX))
326 #define PL_lex_dojoin (*Perl_Ilex_dojoin_ptr(aTHX))
328 #define PL_lex_expect (*Perl_Ilex_expect_ptr(aTHX))
329 #undef PL_lex_formbrack
330 #define PL_lex_formbrack (*Perl_Ilex_formbrack_ptr(aTHX))
332 #define PL_lex_inpat (*Perl_Ilex_inpat_ptr(aTHX))
334 #define PL_lex_inwhat (*Perl_Ilex_inwhat_ptr(aTHX))
336 #define PL_lex_op (*Perl_Ilex_op_ptr(aTHX))
338 #define PL_lex_repl (*Perl_Ilex_repl_ptr(aTHX))
340 #define PL_lex_starts (*Perl_Ilex_starts_ptr(aTHX))
342 #define PL_lex_state (*Perl_Ilex_state_ptr(aTHX))
344 #define PL_lex_stuff (*Perl_Ilex_stuff_ptr(aTHX))
346 #define PL_lineary (*Perl_Ilineary_ptr(aTHX))
348 #define PL_linestart (*Perl_Ilinestart_ptr(aTHX))
350 #define PL_linestr (*Perl_Ilinestr_ptr(aTHX))
351 #undef PL_localpatches
352 #define PL_localpatches (*Perl_Ilocalpatches_ptr(aTHX))
354 #define PL_main_cv (*Perl_Imain_cv_ptr(aTHX))
356 #define PL_main_root (*Perl_Imain_root_ptr(aTHX))
358 #define PL_main_start (*Perl_Imain_start_ptr(aTHX))
359 #undef PL_max_intro_pending
360 #define PL_max_intro_pending (*Perl_Imax_intro_pending_ptr(aTHX))
362 #define PL_maxo (*Perl_Imaxo_ptr(aTHX))
364 #define PL_maxsysfd (*Perl_Imaxsysfd_ptr(aTHX))
366 #define PL_mess_sv (*Perl_Imess_sv_ptr(aTHX))
367 #undef PL_min_intro_pending
368 #define PL_min_intro_pending (*Perl_Imin_intro_pending_ptr(aTHX))
370 #define PL_minus_F (*Perl_Iminus_F_ptr(aTHX))
372 #define PL_minus_a (*Perl_Iminus_a_ptr(aTHX))
374 #define PL_minus_c (*Perl_Iminus_c_ptr(aTHX))
376 #define PL_minus_l (*Perl_Iminus_l_ptr(aTHX))
378 #define PL_minus_n (*Perl_Iminus_n_ptr(aTHX))
380 #define PL_minus_p (*Perl_Iminus_p_ptr(aTHX))
382 #define PL_modglobal (*Perl_Imodglobal_ptr(aTHX))
383 #undef PL_multi_close
384 #define PL_multi_close (*Perl_Imulti_close_ptr(aTHX))
386 #define PL_multi_end (*Perl_Imulti_end_ptr(aTHX))
388 #define PL_multi_open (*Perl_Imulti_open_ptr(aTHX))
389 #undef PL_multi_start
390 #define PL_multi_start (*Perl_Imulti_start_ptr(aTHX))
392 #define PL_multiline (*Perl_Imultiline_ptr(aTHX))
394 #define PL_nexttoke (*Perl_Inexttoke_ptr(aTHX))
396 #define PL_nexttype (*Perl_Inexttype_ptr(aTHX))
398 #define PL_nextval (*Perl_Inextval_ptr(aTHX))
400 #define PL_nice_chunk (*Perl_Inice_chunk_ptr(aTHX))
401 #undef PL_nice_chunk_size
402 #define PL_nice_chunk_size (*Perl_Inice_chunk_size_ptr(aTHX))
404 #define PL_nomemok (*Perl_Inomemok_ptr(aTHX))
405 #undef PL_numeric_compat1
406 #define PL_numeric_compat1 (*Perl_Inumeric_compat1_ptr(aTHX))
407 #undef PL_numeric_local
408 #define PL_numeric_local (*Perl_Inumeric_local_ptr(aTHX))
409 #undef PL_numeric_name
410 #define PL_numeric_name (*Perl_Inumeric_name_ptr(aTHX))
411 #undef PL_numeric_radix_sv
412 #define PL_numeric_radix_sv (*Perl_Inumeric_radix_sv_ptr(aTHX))
413 #undef PL_numeric_standard
414 #define PL_numeric_standard (*Perl_Inumeric_standard_ptr(aTHX))
416 #define PL_ofmt (*Perl_Iofmt_ptr(aTHX))
418 #define PL_oldbufptr (*Perl_Ioldbufptr_ptr(aTHX))
420 #define PL_oldname (*Perl_Ioldname_ptr(aTHX))
421 #undef PL_oldoldbufptr
422 #define PL_oldoldbufptr (*Perl_Ioldoldbufptr_ptr(aTHX))
424 #define PL_op_mask (*Perl_Iop_mask_ptr(aTHX))
426 #define PL_op_seqmax (*Perl_Iop_seqmax_ptr(aTHX))
428 #define PL_origalen (*Perl_Iorigalen_ptr(aTHX))
430 #define PL_origargc (*Perl_Iorigargc_ptr(aTHX))
432 #define PL_origargv (*Perl_Iorigargv_ptr(aTHX))
433 #undef PL_origenviron
434 #define PL_origenviron (*Perl_Iorigenviron_ptr(aTHX))
435 #undef PL_origfilename
436 #define PL_origfilename (*Perl_Iorigfilename_ptr(aTHX))
438 #define PL_ors_sv (*Perl_Iors_sv_ptr(aTHX))
440 #define PL_osname (*Perl_Iosname_ptr(aTHX))
441 #undef PL_pad_reset_pending
442 #define PL_pad_reset_pending (*Perl_Ipad_reset_pending_ptr(aTHX))
444 #define PL_padix (*Perl_Ipadix_ptr(aTHX))
445 #undef PL_padix_floor
446 #define PL_padix_floor (*Perl_Ipadix_floor_ptr(aTHX))
448 #define PL_patchlevel (*Perl_Ipatchlevel_ptr(aTHX))
449 #undef PL_pending_ident
450 #define PL_pending_ident (*Perl_Ipending_ident_ptr(aTHX))
451 #undef PL_perl_destruct_level
452 #define PL_perl_destruct_level (*Perl_Iperl_destruct_level_ptr(aTHX))
454 #define PL_perldb (*Perl_Iperldb_ptr(aTHX))
456 #define PL_perlio (*Perl_Iperlio_ptr(aTHX))
458 #define PL_pidstatus (*Perl_Ipidstatus_ptr(aTHX))
460 #define PL_preambleav (*Perl_Ipreambleav_ptr(aTHX))
462 #define PL_preambled (*Perl_Ipreambled_ptr(aTHX))
464 #define PL_preprocess (*Perl_Ipreprocess_ptr(aTHX))
465 #undef PL_profiledata
466 #define PL_profiledata (*Perl_Iprofiledata_ptr(aTHX))
468 #define PL_psig_name (*Perl_Ipsig_name_ptr(aTHX))
470 #define PL_psig_pend (*Perl_Ipsig_pend_ptr(aTHX))
472 #define PL_psig_ptr (*Perl_Ipsig_ptr_ptr(aTHX))
474 #define PL_ptr_table (*Perl_Iptr_table_ptr(aTHX))
475 #undef PL_reentrant_buffer
476 #define PL_reentrant_buffer (*Perl_Ireentrant_buffer_ptr(aTHX))
478 #define PL_regex_pad (*Perl_Iregex_pad_ptr(aTHX))
479 #undef PL_regex_padav
480 #define PL_regex_padav (*Perl_Iregex_padav_ptr(aTHX))
482 #define PL_replgv (*Perl_Ireplgv_ptr(aTHX))
484 #define PL_rsfp (*Perl_Irsfp_ptr(aTHX))
485 #undef PL_rsfp_filters
486 #define PL_rsfp_filters (*Perl_Irsfp_filters_ptr(aTHX))
488 #define PL_runops (*Perl_Irunops_ptr(aTHX))
490 #define PL_savebegin (*Perl_Isavebegin_ptr(aTHX))
491 #undef PL_sawampersand
492 #define PL_sawampersand (*Perl_Isawampersand_ptr(aTHX))
493 #undef PL_sh_path_compat
494 #define PL_sh_path_compat (*Perl_Ish_path_compat_ptr(aTHX))
495 #undef PL_sig_pending
496 #define PL_sig_pending (*Perl_Isig_pending_ptr(aTHX))
497 #undef PL_sighandlerp
498 #define PL_sighandlerp (*Perl_Isighandlerp_ptr(aTHX))
500 #define PL_signals (*Perl_Isignals_ptr(aTHX))
501 #undef PL_sort_RealCmp
502 #define PL_sort_RealCmp (*Perl_Isort_RealCmp_ptr(aTHX))
504 #define PL_splitstr (*Perl_Isplitstr_ptr(aTHX))
505 #undef PL_srand_called
506 #define PL_srand_called (*Perl_Isrand_called_ptr(aTHX))
508 #define PL_stashcache (*Perl_Istashcache_ptr(aTHX))
509 #undef PL_statusvalue
510 #define PL_statusvalue (*Perl_Istatusvalue_ptr(aTHX))
511 #undef PL_statusvalue_vms
512 #define PL_statusvalue_vms (*Perl_Istatusvalue_vms_ptr(aTHX))
514 #define PL_stderrgv (*Perl_Istderrgv_ptr(aTHX))
516 #define PL_stdingv (*Perl_Istdingv_ptr(aTHX))
518 #define PL_strtab (*Perl_Istrtab_ptr(aTHX))
519 #undef PL_sub_generation
520 #define PL_sub_generation (*Perl_Isub_generation_ptr(aTHX))
521 #undef PL_sublex_info
522 #define PL_sublex_info (*Perl_Isublex_info_ptr(aTHX))
524 #define PL_subline (*Perl_Isubline_ptr(aTHX))
526 #define PL_subname (*Perl_Isubname_ptr(aTHX))
527 #undef PL_sv_arenaroot
528 #define PL_sv_arenaroot (*Perl_Isv_arenaroot_ptr(aTHX))
530 #define PL_sv_count (*Perl_Isv_count_ptr(aTHX))
532 #define PL_sv_no (*Perl_Isv_no_ptr(aTHX))
533 #undef PL_sv_objcount
534 #define PL_sv_objcount (*Perl_Isv_objcount_ptr(aTHX))
536 #define PL_sv_root (*Perl_Isv_root_ptr(aTHX))
538 #define PL_sv_undef (*Perl_Isv_undef_ptr(aTHX))
540 #define PL_sv_yes (*Perl_Isv_yes_ptr(aTHX))
542 #define PL_sys_intern (*Perl_Isys_intern_ptr(aTHX))
544 #define PL_taint_warn (*Perl_Itaint_warn_ptr(aTHX))
546 #define PL_tainting (*Perl_Itainting_ptr(aTHX))
548 #define PL_tokenbuf (*Perl_Itokenbuf_ptr(aTHX))
550 #define PL_uid (*Perl_Iuid_ptr(aTHX))
552 #define PL_unicode (*Perl_Iunicode_ptr(aTHX))
554 #define PL_unsafe (*Perl_Iunsafe_ptr(aTHX))
556 #define PL_utf8_alnum (*Perl_Iutf8_alnum_ptr(aTHX))
557 #undef PL_utf8_alnumc
558 #define PL_utf8_alnumc (*Perl_Iutf8_alnumc_ptr(aTHX))
560 #define PL_utf8_alpha (*Perl_Iutf8_alpha_ptr(aTHX))
562 #define PL_utf8_ascii (*Perl_Iutf8_ascii_ptr(aTHX))
564 #define PL_utf8_cntrl (*Perl_Iutf8_cntrl_ptr(aTHX))
566 #define PL_utf8_digit (*Perl_Iutf8_digit_ptr(aTHX))
568 #define PL_utf8_graph (*Perl_Iutf8_graph_ptr(aTHX))
569 #undef PL_utf8_idcont
570 #define PL_utf8_idcont (*Perl_Iutf8_idcont_ptr(aTHX))
571 #undef PL_utf8_idstart
572 #define PL_utf8_idstart (*Perl_Iutf8_idstart_ptr(aTHX))
574 #define PL_utf8_lower (*Perl_Iutf8_lower_ptr(aTHX))
576 #define PL_utf8_mark (*Perl_Iutf8_mark_ptr(aTHX))
578 #define PL_utf8_print (*Perl_Iutf8_print_ptr(aTHX))
580 #define PL_utf8_punct (*Perl_Iutf8_punct_ptr(aTHX))
582 #define PL_utf8_space (*Perl_Iutf8_space_ptr(aTHX))
583 #undef PL_utf8_tofold
584 #define PL_utf8_tofold (*Perl_Iutf8_tofold_ptr(aTHX))
585 #undef PL_utf8_tolower
586 #define PL_utf8_tolower (*Perl_Iutf8_tolower_ptr(aTHX))
587 #undef PL_utf8_totitle
588 #define PL_utf8_totitle (*Perl_Iutf8_totitle_ptr(aTHX))
589 #undef PL_utf8_toupper
590 #define PL_utf8_toupper (*Perl_Iutf8_toupper_ptr(aTHX))
592 #define PL_utf8_upper (*Perl_Iutf8_upper_ptr(aTHX))
593 #undef PL_utf8_xdigit
594 #define PL_utf8_xdigit (*Perl_Iutf8_xdigit_ptr(aTHX))
596 #define PL_utf8locale (*Perl_Iutf8locale_ptr(aTHX))
598 #define PL_uudmap (*Perl_Iuudmap_ptr(aTHX))
600 #define PL_warnhook (*Perl_Iwarnhook_ptr(aTHX))
601 #undef PL_widesyscalls
602 #define PL_widesyscalls (*Perl_Iwidesyscalls_ptr(aTHX))
603 #undef PL_xiv_arenaroot
604 #define PL_xiv_arenaroot (*Perl_Ixiv_arenaroot_ptr(aTHX))
606 #define PL_xiv_root (*Perl_Ixiv_root_ptr(aTHX))
607 #undef PL_xnv_arenaroot
608 #define PL_xnv_arenaroot (*Perl_Ixnv_arenaroot_ptr(aTHX))
610 #define PL_xnv_root (*Perl_Ixnv_root_ptr(aTHX))
611 #undef PL_xpv_arenaroot
612 #define PL_xpv_arenaroot (*Perl_Ixpv_arenaroot_ptr(aTHX))
614 #define PL_xpv_root (*Perl_Ixpv_root_ptr(aTHX))
615 #undef PL_xpvav_arenaroot
616 #define PL_xpvav_arenaroot (*Perl_Ixpvav_arenaroot_ptr(aTHX))
618 #define PL_xpvav_root (*Perl_Ixpvav_root_ptr(aTHX))
619 #undef PL_xpvbm_arenaroot
620 #define PL_xpvbm_arenaroot (*Perl_Ixpvbm_arenaroot_ptr(aTHX))
622 #define PL_xpvbm_root (*Perl_Ixpvbm_root_ptr(aTHX))
623 #undef PL_xpvcv_arenaroot
624 #define PL_xpvcv_arenaroot (*Perl_Ixpvcv_arenaroot_ptr(aTHX))
626 #define PL_xpvcv_root (*Perl_Ixpvcv_root_ptr(aTHX))
627 #undef PL_xpvhv_arenaroot
628 #define PL_xpvhv_arenaroot (*Perl_Ixpvhv_arenaroot_ptr(aTHX))
630 #define PL_xpvhv_root (*Perl_Ixpvhv_root_ptr(aTHX))
631 #undef PL_xpviv_arenaroot
632 #define PL_xpviv_arenaroot (*Perl_Ixpviv_arenaroot_ptr(aTHX))
634 #define PL_xpviv_root (*Perl_Ixpviv_root_ptr(aTHX))
635 #undef PL_xpvlv_arenaroot
636 #define PL_xpvlv_arenaroot (*Perl_Ixpvlv_arenaroot_ptr(aTHX))
638 #define PL_xpvlv_root (*Perl_Ixpvlv_root_ptr(aTHX))
639 #undef PL_xpvmg_arenaroot
640 #define PL_xpvmg_arenaroot (*Perl_Ixpvmg_arenaroot_ptr(aTHX))
642 #define PL_xpvmg_root (*Perl_Ixpvmg_root_ptr(aTHX))
643 #undef PL_xpvnv_arenaroot
644 #define PL_xpvnv_arenaroot (*Perl_Ixpvnv_arenaroot_ptr(aTHX))
646 #define PL_xpvnv_root (*Perl_Ixpvnv_root_ptr(aTHX))
647 #undef PL_xrv_arenaroot
648 #define PL_xrv_arenaroot (*Perl_Ixrv_arenaroot_ptr(aTHX))
650 #define PL_xrv_root (*Perl_Ixrv_root_ptr(aTHX))
652 #define PL_yychar (*Perl_Iyychar_ptr(aTHX))
654 #define PL_yydebug (*Perl_Iyydebug_ptr(aTHX))
656 #define PL_yyerrflag (*Perl_Iyyerrflag_ptr(aTHX))
658 #define PL_yylval (*Perl_Iyylval_ptr(aTHX))
660 #define PL_yynerrs (*Perl_Iyynerrs_ptr(aTHX))
662 #define PL_yyval (*Perl_Iyyval_ptr(aTHX))
664 #define PL_Sv (*Perl_TSv_ptr(aTHX))
666 #define PL_Xpv (*Perl_TXpv_ptr(aTHX))
667 #undef PL_av_fetch_sv
668 #define PL_av_fetch_sv (*Perl_Tav_fetch_sv_ptr(aTHX))
670 #define PL_bodytarget (*Perl_Tbodytarget_ptr(aTHX))
672 #define PL_bostr (*Perl_Tbostr_ptr(aTHX))
674 #define PL_chopset (*Perl_Tchopset_ptr(aTHX))
676 #define PL_colors (*Perl_Tcolors_ptr(aTHX))
678 #define PL_colorset (*Perl_Tcolorset_ptr(aTHX))
680 #define PL_curcop (*Perl_Tcurcop_ptr(aTHX))
682 #define PL_curpad (*Perl_Tcurpad_ptr(aTHX))
684 #define PL_curpm (*Perl_Tcurpm_ptr(aTHX))
686 #define PL_curstack (*Perl_Tcurstack_ptr(aTHX))
687 #undef PL_curstackinfo
688 #define PL_curstackinfo (*Perl_Tcurstackinfo_ptr(aTHX))
690 #define PL_curstash (*Perl_Tcurstash_ptr(aTHX))
692 #define PL_defoutgv (*Perl_Tdefoutgv_ptr(aTHX))
694 #define PL_defstash (*Perl_Tdefstash_ptr(aTHX))
696 #define PL_delaymagic (*Perl_Tdelaymagic_ptr(aTHX))
698 #define PL_dirty (*Perl_Tdirty_ptr(aTHX))
700 #define PL_dumpindent (*Perl_Tdumpindent_ptr(aTHX))
702 #define PL_efloatbuf (*Perl_Tefloatbuf_ptr(aTHX))
704 #define PL_efloatsize (*Perl_Tefloatsize_ptr(aTHX))
706 #define PL_errors (*Perl_Terrors_ptr(aTHX))
708 #define PL_firstgv (*Perl_Tfirstgv_ptr(aTHX))
710 #define PL_formtarget (*Perl_Tformtarget_ptr(aTHX))
711 #undef PL_hv_fetch_ent_mh
712 #define PL_hv_fetch_ent_mh (*Perl_Thv_fetch_ent_mh_ptr(aTHX))
713 #undef PL_hv_fetch_sv
714 #define PL_hv_fetch_sv (*Perl_Thv_fetch_sv_ptr(aTHX))
716 #define PL_in_eval (*Perl_Tin_eval_ptr(aTHX))
718 #define PL_last_in_gv (*Perl_Tlast_in_gv_ptr(aTHX))
719 #undef PL_lastgotoprobe
720 #define PL_lastgotoprobe (*Perl_Tlastgotoprobe_ptr(aTHX))
722 #define PL_lastscream (*Perl_Tlastscream_ptr(aTHX))
724 #define PL_localizing (*Perl_Tlocalizing_ptr(aTHX))
726 #define PL_mainstack (*Perl_Tmainstack_ptr(aTHX))
728 #define PL_markstack (*Perl_Tmarkstack_ptr(aTHX))
729 #undef PL_markstack_max
730 #define PL_markstack_max (*Perl_Tmarkstack_max_ptr(aTHX))
731 #undef PL_markstack_ptr
732 #define PL_markstack_ptr (*Perl_Tmarkstack_ptr_ptr(aTHX))
734 #define PL_maxscream (*Perl_Tmaxscream_ptr(aTHX))
736 #define PL_modcount (*Perl_Tmodcount_ptr(aTHX))
738 #define PL_na (*Perl_Tna_ptr(aTHX))
740 #define PL_nrs (*Perl_Tnrs_ptr(aTHX))
742 #define PL_ofs_sv (*Perl_Tofs_sv_ptr(aTHX))
744 #define PL_op (*Perl_Top_ptr(aTHX))
746 #define PL_opsave (*Perl_Topsave_ptr(aTHX))
748 #define PL_peepp (*Perl_Tpeepp_ptr(aTHX))
750 #define PL_protect (*Perl_Tprotect_ptr(aTHX))
751 #undef PL_reg_call_cc
752 #define PL_reg_call_cc (*Perl_Treg_call_cc_ptr(aTHX))
754 #define PL_reg_curpm (*Perl_Treg_curpm_ptr(aTHX))
755 #undef PL_reg_eval_set
756 #define PL_reg_eval_set (*Perl_Treg_eval_set_ptr(aTHX))
758 #define PL_reg_flags (*Perl_Treg_flags_ptr(aTHX))
760 #define PL_reg_ganch (*Perl_Treg_ganch_ptr(aTHX))
761 #undef PL_reg_leftiter
762 #define PL_reg_leftiter (*Perl_Treg_leftiter_ptr(aTHX))
764 #define PL_reg_magic (*Perl_Treg_magic_ptr(aTHX))
765 #undef PL_reg_match_utf8
766 #define PL_reg_match_utf8 (*Perl_Treg_match_utf8_ptr(aTHX))
767 #undef PL_reg_maxiter
768 #define PL_reg_maxiter (*Perl_Treg_maxiter_ptr(aTHX))
769 #undef PL_reg_oldcurpm
770 #define PL_reg_oldcurpm (*Perl_Treg_oldcurpm_ptr(aTHX))
772 #define PL_reg_oldpos (*Perl_Treg_oldpos_ptr(aTHX))
773 #undef PL_reg_oldsaved
774 #define PL_reg_oldsaved (*Perl_Treg_oldsaved_ptr(aTHX))
775 #undef PL_reg_oldsavedlen
776 #define PL_reg_oldsavedlen (*Perl_Treg_oldsavedlen_ptr(aTHX))
777 #undef PL_reg_poscache
778 #define PL_reg_poscache (*Perl_Treg_poscache_ptr(aTHX))
779 #undef PL_reg_poscache_size
780 #define PL_reg_poscache_size (*Perl_Treg_poscache_size_ptr(aTHX))
782 #define PL_reg_re (*Perl_Treg_re_ptr(aTHX))
783 #undef PL_reg_start_tmp
784 #define PL_reg_start_tmp (*Perl_Treg_start_tmp_ptr(aTHX))
785 #undef PL_reg_start_tmpl
786 #define PL_reg_start_tmpl (*Perl_Treg_start_tmpl_ptr(aTHX))
787 #undef PL_reg_starttry
788 #define PL_reg_starttry (*Perl_Treg_starttry_ptr(aTHX))
790 #define PL_reg_sv (*Perl_Treg_sv_ptr(aTHX))
792 #define PL_regbol (*Perl_Tregbol_ptr(aTHX))
794 #define PL_regcc (*Perl_Tregcc_ptr(aTHX))
796 #define PL_regcompp (*Perl_Tregcompp_ptr(aTHX))
798 #define PL_regdata (*Perl_Tregdata_ptr(aTHX))
800 #define PL_regdummy (*Perl_Tregdummy_ptr(aTHX))
802 #define PL_regendp (*Perl_Tregendp_ptr(aTHX))
804 #define PL_regeol (*Perl_Tregeol_ptr(aTHX))
806 #define PL_regexecp (*Perl_Tregexecp_ptr(aTHX))
808 #define PL_regfree (*Perl_Tregfree_ptr(aTHX))
810 #define PL_regindent (*Perl_Tregindent_ptr(aTHX))
812 #define PL_reginput (*Perl_Treginput_ptr(aTHX))
813 #undef PL_regint_start
814 #define PL_regint_start (*Perl_Tregint_start_ptr(aTHX))
815 #undef PL_regint_string
816 #define PL_regint_string (*Perl_Tregint_string_ptr(aTHX))
817 #undef PL_reginterp_cnt
818 #define PL_reginterp_cnt (*Perl_Treginterp_cnt_ptr(aTHX))
819 #undef PL_reglastcloseparen
820 #define PL_reglastcloseparen (*Perl_Treglastcloseparen_ptr(aTHX))
821 #undef PL_reglastparen
822 #define PL_reglastparen (*Perl_Treglastparen_ptr(aTHX))
824 #define PL_regnarrate (*Perl_Tregnarrate_ptr(aTHX))
826 #define PL_regnpar (*Perl_Tregnpar_ptr(aTHX))
828 #define PL_regprecomp (*Perl_Tregprecomp_ptr(aTHX))
830 #define PL_regprogram (*Perl_Tregprogram_ptr(aTHX))
832 #define PL_regsize (*Perl_Tregsize_ptr(aTHX))
834 #define PL_regstartp (*Perl_Tregstartp_ptr(aTHX))
836 #define PL_regtill (*Perl_Tregtill_ptr(aTHX))
838 #define PL_restartop (*Perl_Trestartop_ptr(aTHX))
840 #define PL_retstack (*Perl_Tretstack_ptr(aTHX))
841 #undef PL_retstack_ix
842 #define PL_retstack_ix (*Perl_Tretstack_ix_ptr(aTHX))
843 #undef PL_retstack_max
844 #define PL_retstack_max (*Perl_Tretstack_max_ptr(aTHX))
846 #define PL_rs (*Perl_Trs_ptr(aTHX))
848 #define PL_savestack (*Perl_Tsavestack_ptr(aTHX))
849 #undef PL_savestack_ix
850 #define PL_savestack_ix (*Perl_Tsavestack_ix_ptr(aTHX))
851 #undef PL_savestack_max
852 #define PL_savestack_max (*Perl_Tsavestack_max_ptr(aTHX))
854 #define PL_scopestack (*Perl_Tscopestack_ptr(aTHX))
855 #undef PL_scopestack_ix
856 #define PL_scopestack_ix (*Perl_Tscopestack_ix_ptr(aTHX))
857 #undef PL_scopestack_max
858 #define PL_scopestack_max (*Perl_Tscopestack_max_ptr(aTHX))
859 #undef PL_screamfirst
860 #define PL_screamfirst (*Perl_Tscreamfirst_ptr(aTHX))
862 #define PL_screamnext (*Perl_Tscreamnext_ptr(aTHX))
864 #define PL_secondgv (*Perl_Tsecondgv_ptr(aTHX))
866 #define PL_sortcop (*Perl_Tsortcop_ptr(aTHX))
868 #define PL_sortcxix (*Perl_Tsortcxix_ptr(aTHX))
870 #define PL_sortstash (*Perl_Tsortstash_ptr(aTHX))
872 #define PL_stack_base (*Perl_Tstack_base_ptr(aTHX))
874 #define PL_stack_max (*Perl_Tstack_max_ptr(aTHX))
876 #define PL_stack_sp (*Perl_Tstack_sp_ptr(aTHX))
878 #define PL_start_env (*Perl_Tstart_env_ptr(aTHX))
880 #define PL_statbuf (*Perl_Tstatbuf_ptr(aTHX))
882 #define PL_statcache (*Perl_Tstatcache_ptr(aTHX))
884 #define PL_statgv (*Perl_Tstatgv_ptr(aTHX))
886 #define PL_statname (*Perl_Tstatname_ptr(aTHX))
888 #define PL_tainted (*Perl_Ttainted_ptr(aTHX))
890 #define PL_timesbuf (*Perl_Ttimesbuf_ptr(aTHX))
892 #define PL_tmps_floor (*Perl_Ttmps_floor_ptr(aTHX))
894 #define PL_tmps_ix (*Perl_Ttmps_ix_ptr(aTHX))
896 #define PL_tmps_max (*Perl_Ttmps_max_ptr(aTHX))
898 #define PL_tmps_stack (*Perl_Ttmps_stack_ptr(aTHX))
900 #define PL_top_env (*Perl_Ttop_env_ptr(aTHX))
902 #define PL_toptarget (*Perl_Ttoptarget_ptr(aTHX))
904 #define PL_watchaddr (*Perl_Twatchaddr_ptr(aTHX))
906 #define PL_watchok (*Perl_Twatchok_ptr(aTHX))
908 #define PL_No (*Perl_GNo_ptr(NULL))
910 #define PL_Yes (*Perl_GYes_ptr(NULL))
912 #define PL_curinterp (*Perl_Gcurinterp_ptr(NULL))
914 #define PL_do_undump (*Perl_Gdo_undump_ptr(NULL))
915 #undef PL_dollarzero_mutex
916 #define PL_dollarzero_mutex (*Perl_Gdollarzero_mutex_ptr(NULL))
918 #define PL_hexdigit (*Perl_Ghexdigit_ptr(NULL))
920 #define PL_lockhook (*Perl_Glockhook_ptr(NULL))
921 #undef PL_malloc_mutex
922 #define PL_malloc_mutex (*Perl_Gmalloc_mutex_ptr(NULL))
924 #define PL_op_mutex (*Perl_Gop_mutex_ptr(NULL))
926 #define PL_patleave (*Perl_Gpatleave_ptr(NULL))
928 #define PL_ppid (*Perl_Gppid_ptr(NULL))
930 #define PL_runops_dbg (*Perl_Grunops_dbg_ptr(NULL))
932 #define PL_runops_std (*Perl_Grunops_std_ptr(NULL))
934 #define PL_sh_path (*Perl_Gsh_path_ptr(NULL))
936 #define PL_sharehook (*Perl_Gsharehook_ptr(NULL))
938 #define PL_thr_key (*Perl_Gthr_key_ptr(NULL))
940 #define PL_threadhook (*Perl_Gthreadhook_ptr(NULL))
942 #define PL_unlockhook (*Perl_Gunlockhook_ptr(NULL))
944 #endif /* !PERL_CORE */
945 #endif /* MULTIPLICITY */
947 #endif /* __perlapi_h__ */