Commit | Line | Data |
49f531da |
1 | /***********************************************/ |
2 | /* Global only to current interpreter instance */ |
3 | /***********************************************/ |
4 | |
5 | /* pseudo environmental stuff */ |
6 | PERLVAR(Iorigargc, int) |
7 | PERLVAR(Iorigargv, char **) |
d4cce5f1 |
8 | PERLVAR(Ienvgv, GV *) |
9 | PERLVAR(Isiggv, GV *) |
10 | PERLVAR(Iincgv, GV *) |
49f531da |
11 | PERLVAR(Iorigfilename, char *) |
12 | PERLVAR(Idiehook, SV *) |
13 | PERLVAR(Iwarnhook, SV *) |
14 | PERLVAR(Iparsehook, SV *) |
d4cce5f1 |
15 | PERLVAR(Icddir, char *) /* switches */ |
49f531da |
16 | PERLVAR(Iminus_c, bool) |
d4cce5f1 |
17 | PERLVAR(Ipatchlevel[10],char) |
49f531da |
18 | PERLVAR(Ilocalpatches, char **) |
49f531da |
19 | PERLVARI(Isplitstr, char *, " ") |
20 | PERLVAR(Ipreprocess, bool) |
21 | PERLVAR(Iminus_n, bool) |
22 | PERLVAR(Iminus_p, bool) |
23 | PERLVAR(Iminus_l, bool) |
24 | PERLVAR(Iminus_a, bool) |
25 | PERLVAR(Iminus_F, bool) |
26 | PERLVAR(Idoswitches, bool) |
27 | PERLVAR(Idowarn, bool) |
28 | PERLVAR(Idoextract, bool) |
29 | PERLVAR(Isawampersand, bool) /* must save all match strings */ |
30 | PERLVAR(Isawstudy, bool) /* do fbm_instr on all strings */ |
31 | PERLVAR(Isawvec, bool) |
32 | PERLVAR(Iunsafe, bool) |
33 | PERLVAR(Iinplace, char *) |
afe37c7d |
34 | PERLVAR(Ie_script, SV *) |
49f531da |
35 | PERLVAR(Iperldb, U32) |
d4cce5f1 |
36 | |
37 | /* This value may be raised by extensions for testing purposes */ |
38 | /* 0=none, 1=full, 2=full with checks */ |
39 | PERLVARI(Iperl_destruct_level, int, 0) |
49f531da |
40 | |
41 | /* magical thingies */ |
42 | PERLVAR(Ibasetime, Time_t) /* $^T */ |
43 | PERLVAR(Iformfeed, SV *) /* $^L */ |
d4cce5f1 |
44 | |
45 | |
49f531da |
46 | PERLVARI(Imaxsysfd, I32, MAXSYSFD) /* top fd to pass to subprocesses */ |
47 | PERLVAR(Imultiline, int) /* $*--do strings hold >1 line? */ |
48 | PERLVAR(Istatusvalue, I32) /* $? */ |
49 | #ifdef VMS |
50 | PERLVAR(Istatusvalue_vms, U32) |
51 | #endif |
52 | |
61bb5906 |
53 | PERLVAR(Istatcache, Stat_t) /* _ */ |
49f531da |
54 | PERLVAR(Istatgv, GV *) |
55 | PERLVARI(Istatname, SV *, Nullsv) |
56 | |
57 | /* shortcuts to various I/O objects */ |
58 | PERLVAR(Istdingv, GV *) |
d4cce5f1 |
59 | PERLVAR(Idefgv, GV *) |
49f531da |
60 | PERLVAR(Iargvgv, GV *) |
49f531da |
61 | PERLVAR(Iargvoutgv, GV *) |
62 | |
63 | /* shortcuts to regexp stuff */ |
64 | PERLVAR(Ileftgv, GV *) |
65 | PERLVAR(Iampergv, GV *) |
66 | PERLVAR(Irightgv, GV *) |
49f531da |
67 | PERLVAR(Iscreamfirst, I32 *) |
68 | PERLVAR(Iscreamnext, I32 *) |
69 | PERLVARI(Imaxscream, I32, -1) |
70 | PERLVAR(Ilastscream, SV *) |
ce862d02 |
71 | PERLVAR(Ireplgv, GV *) |
49f531da |
72 | |
73 | /* shortcuts to misc objects */ |
d4cce5f1 |
74 | PERLVAR(Ierrgv, GV *) |
49f531da |
75 | |
76 | /* shortcuts to debugging objects */ |
d4cce5f1 |
77 | PERLVAR(IDBgv, GV *) |
49f531da |
78 | PERLVAR(IDBline, GV *) |
d4cce5f1 |
79 | PERLVAR(IDBsub, GV *) |
49f531da |
80 | PERLVAR(IDBsingle, SV *) |
81 | PERLVAR(IDBtrace, SV *) |
82 | PERLVAR(IDBsignal, SV *) |
83 | PERLVAR(Ilineary, AV *) /* lines of script for debugger */ |
84 | PERLVAR(Idbargs, AV *) /* args to call listed by caller function */ |
85 | |
86 | /* symbol tables */ |
49f531da |
87 | PERLVAR(Idebstash, HV *) /* symbol table for perldb package */ |
88 | PERLVAR(Iglobalstash, HV *) /* global keyword overrides imported here */ |
89 | PERLVAR(Icurstname, SV *) /* name of current package */ |
90 | PERLVAR(Ibeginav, AV *) /* names of BEGIN subroutines */ |
d4cce5f1 |
91 | PERLVAR(Iendav, AV *) /* names of END subroutines */ |
49f531da |
92 | PERLVAR(Iinitav, AV *) /* names of INIT subroutines */ |
93 | PERLVAR(Istrtab, HV *) /* shared string table */ |
94 | |
95 | /* memory management */ |
49f531da |
96 | PERLVAR(Isv_count, I32) /* how many SV* are currently allocated */ |
97 | PERLVAR(Isv_objcount, I32) /* how many objects are currently allocated */ |
98 | PERLVAR(Isv_root, SV*) /* storage for SVs belonging to interp */ |
99 | PERLVAR(Isv_arenaroot, SV*) /* list of areas for garbage collection */ |
100 | |
101 | /* funky return mechanisms */ |
102 | PERLVAR(Ilastspbase, I32) |
103 | PERLVAR(Ilastsize, I32) |
104 | PERLVAR(Iforkprocess, int) /* so do_open |- can return proc# */ |
105 | |
106 | /* subprocess state */ |
d4cce5f1 |
107 | PERLVAR(Ifdpid, AV *) /* keep fd-to-pid mappings for my_popen */ |
49f531da |
108 | |
109 | /* internal state */ |
49f531da |
110 | PERLVAR(Itainting, bool) /* doing taint checks */ |
111 | PERLVARI(Iop_mask, char *, NULL) /* masked operations for safe evals */ |
112 | |
113 | /* trace state */ |
114 | PERLVAR(Idlevel, I32) |
115 | PERLVARI(Idlmax, I32, 128) |
116 | PERLVAR(Idebname, char *) |
117 | PERLVAR(Idebdelim, char *) |
118 | |
119 | /* current interpreter roots */ |
120 | PERLVAR(Imain_cv, CV *) |
121 | PERLVAR(Imain_root, OP *) |
122 | PERLVAR(Imain_start, OP *) |
123 | PERLVAR(Ieval_root, OP *) |
124 | PERLVAR(Ieval_start, OP *) |
125 | |
126 | /* runtime control stuff */ |
49f531da |
127 | PERLVARI(Icurcopdb, COP *, NULL) |
128 | PERLVARI(Icopline, line_t, NOLINE) |
49f531da |
129 | |
130 | /* statics moved here for shared library purposes */ |
131 | PERLVAR(Istrchop, SV) /* return value from chop */ |
132 | PERLVAR(Ifilemode, int) /* so nextargv() can preserve mode */ |
133 | PERLVAR(Ilastfd, int) /* what to preserve mode on */ |
134 | PERLVAR(Ioldname, char *) /* what to preserve mode on */ |
d4cce5f1 |
135 | PERLVAR(IArgv, char **) /* stuff to free from do_aexec, vfork safe */ |
136 | PERLVAR(ICmd, char *) /* stuff to free from do_aexec, vfork safe */ |
49f531da |
137 | PERLVAR(Isortcop, OP *) /* user defined sort routine */ |
138 | PERLVAR(Isortstash, HV *) /* which is in some package or other */ |
139 | PERLVAR(Ifirstgv, GV *) /* $a */ |
140 | PERLVAR(Isecondgv, GV *) /* $b */ |
49f531da |
141 | PERLVAR(Imystrk, SV *) /* temp key string for do_each() */ |
142 | PERLVAR(Idumplvl, I32) /* indentation level on syntax tree dump */ |
143 | PERLVAR(Ioldlastpm, PMOP *) /* for saving regexp context during debugger */ |
144 | PERLVAR(Igensym, I32) /* next symbol for getsym() to define */ |
145 | PERLVAR(Ipreambled, bool) |
146 | PERLVAR(Ipreambleav, AV *) |
147 | PERLVARI(Ilaststatval, int, -1) |
148 | PERLVARI(Ilaststype, I32, OP_STAT) |
149 | PERLVAR(Imess_sv, SV *) |
150 | |
d4cce5f1 |
151 | PERLVAR(Iors, char *) /* $\ */ |
152 | PERLVAR(Iorslen, STRLEN) |
153 | PERLVAR(Iofmt, char *) /* $# */ |
154 | |
4b556e6c |
155 | /* interpreter atexit processing */ |
156 | PERLVARI(Iexitlist, PerlExitListEntry *, NULL) /* list of exit functions */ |
157 | PERLVARI(Iexitlistlen, I32, 0) /* length of same */ |
158 | PERLVAR(Imodglobal, HV *) /* per-interp module data */ |
159 | |
160 | #ifdef HAVE_INTERP_INTERN |
9f699bd9 |
161 | PERLVAR(Isys_intern, struct interp_intern) /* platform internals */ |
4b556e6c |
162 | #endif |
163 | |
7fae4e64 |
164 | /* more statics moved here */ |
7fae4e64 |
165 | PERLVARI(Igeneration, int, 100) /* from op.c */ |
166 | PERLVAR(IDBcv, CV *) /* from perl.c */ |
167 | PERLVAR(Iarchpat_auto, char*) /* from perl.c */ |
168 | PERLVAR(Isortcxix, I32) /* from pp_ctl.c */ |
169 | PERLVAR(Ilastgotoprobe, OP*) /* from pp_ctl.c */ |
170 | PERLVAR(Iregdummy, regnode) /* from regcomp.c */ |
77d41b28 |
171 | PERLVAR(Iregcomp_parse, char*) /* Input-scan pointer. */ |
7fae4e64 |
172 | PERLVAR(Iregxend, char*) /* End of input for compile */ |
173 | PERLVAR(Iregcode, regnode*) /* Code-emit pointer; ®dummy = don't. */ |
174 | PERLVAR(Iregnaughty, I32) /* How bad is this pattern? */ |
175 | PERLVAR(Iregsawback, I32) /* Did we see \1, ...? */ |
176 | |
177 | /* This guys appear both in regcomp.c and regexec.c, */ |
178 | PERLVAR(Iregprecomp, char *) /* uncompiled string. */ |
179 | PERLVAR(Iregnpar, I32) /* () count. */ |
180 | PERLVAR(Iregsize, I32) /* Code size. */ |
181 | PERLVAR(Iregflags, U16) /* are we folding, multilining? */ |
182 | |
183 | PERLVAR(Iregseen, U32) /* from regcomp.c */ |
184 | PERLVAR(Iseen_zerolen, I32) /* from regcomp.c */ |
77d41b28 |
185 | PERLVAR(Iregcomp_rx, regexp *) /* from regcomp.c */ |
7fae4e64 |
186 | PERLVAR(Iextralen, I32) /* from regcomp.c */ |
51aa15f3 |
187 | /* #ifdef DEBUGGING -- keep the structure the same with/without DEBUGGING defined */ |
7fae4e64 |
188 | PERLVAR(Icolorset, int) /* from regcomp.c */ |
189 | PERLVAR(Icolors[4], char *) /* from regcomp.c */ |
51aa15f3 |
190 | /* #endif */ |
7fae4e64 |
191 | |
192 | PERLVAR(Ireginput, char *) /* String-input pointer. */ |
193 | PERLVAR(Iregbol, char *) /* Beginning of input, for ^ check. */ |
194 | PERLVAR(Iregeol, char *) /* End of input, for $ check. */ |
195 | PERLVAR(Iregstartp, char **) /* Pointer to startp array. */ |
196 | PERLVAR(Iregendp, char **) /* Ditto for endp. */ |
197 | PERLVAR(Ireglastparen, U32 *) /* Similarly for lastparen. */ |
198 | PERLVAR(Iregtill, char *) /* How far we are required to go. */ |
199 | PERLVAR(Iregprev, char) /* char before regbol, \n if none */ |
200 | |
201 | PERLVAR(Ireg_start_tmp, char **) /* from regexec.c */ |
202 | PERLVAR(Ireg_start_tmpl,U32) /* from regexec.c */ |
203 | PERLVAR(Iregdata, struct reg_data *) /* from regexec.c renamed was data */ |
204 | PERLVAR(Ibostr, char *) /* from regexec.c */ |
205 | PERLVAR(Ireg_flags, U32) /* from regexec.c */ |
206 | PERLVAR(Ireg_eval_set, I32) /* from regexec.c */ |
207 | |
51aa15f3 |
208 | /* #ifdef DEBUGGING -- keep the structure the same with/without DEBUGGING defined */ |
7fae4e64 |
209 | PERLVAR(Iregnarrate, I32) /* from regexec.c */ |
210 | PERLVAR(Iregprogram, regnode *) /* from regexec.c */ |
211 | PERLVARI(Iregindent, int, 0) /* from regexec.c */ |
51aa15f3 |
212 | /* #endif */ |
7fae4e64 |
213 | |
214 | PERLVAR(Iregcc, CURCUR *) /* from regexec.c */ |
215 | PERLVARI(Iin_clean_objs,bool, FALSE) /* from sv.c */ |
216 | PERLVARI(Iin_clean_all, bool, FALSE) /* from sv.c */ |
217 | |
218 | PERLVAR(Ilinestart, char *) /* beg. of most recently read line */ |
219 | PERLVAR(Ipending_ident, char) /* pending identifier lookup */ |
220 | PERLVAR(Isublex_info, SUBLEXINFO) /* from toke.c */ |
221 | |
49f531da |
222 | #ifdef USE_THREADS |
d4cce5f1 |
223 | PERLVAR(Ithrsv, SV *) /* holds struct perl_thread for main thread */ |
940cb80d |
224 | PERLVARI(Ithreadnum, U32, 0) /* incremented each thread creation */ |
49f531da |
225 | #endif /* USE_THREADS */ |
76e3520e |
226 | |
227 | #ifdef PERL_OBJECT |
7fae4e64 |
228 | PERLVARI(piMem, IPerlMem*, NULL) |
229 | PERLVARI(piENV, IPerlEnv*, NULL) |
230 | PERLVARI(piStdIO, IPerlStdIO*, NULL) |
231 | PERLVARI(piLIO, IPerlLIO*, NULL) |
232 | PERLVARI(piDir, IPerlDir*, NULL) |
233 | PERLVARI(piSock, IPerlSock*, NULL) |
234 | PERLVARI(piProc, IPerlProc*, NULL) |
76e3520e |
235 | #endif |