Lines Matching refs:I32
45 PERLVAR(Tscopestack, I32 *) /* scopes we've ENTERed */
46 PERLVAR(Tscopestack_ix, I32)
47 PERLVAR(Tscopestack_max,I32)
51 PERLVAR(Tsavestack_ix, I32)
52 PERLVAR(Tsavestack_max, I32)
55 PERLVARI(Ttmps_ix, I32, -1)
56 PERLVARI(Ttmps_floor, I32, -1)
57 PERLVAR(Ttmps_max, I32)
59 PERLVAR(Tmarkstack, I32 *) /* stack_sp locations we're remembering */
60 PERLVAR(Tmarkstack_ptr, I32 *)
61 PERLVAR(Tmarkstack_max, I32 *)
64 PERLVAR(Tretstack_ix, I32)
65 PERLVAR(Tretstack_max, I32)
151 PERLVAR(Tmodcount, I32) /* how much mod()ification in assignment? */
154 PERLVARI(Tdumpindent, I32, 4) /* # of blanks per dump indentation level */
161 PERLVAR(Tsortcxix, I32) /* from pp_ctl.c */
169 PERLVAR(Tscreamfirst, I32 *)
170 PERLVAR(Tscreamnext, I32 *)
171 PERLVARI(Tmaxscream, I32, -1)
178 PERLVAR(Tregnaughty, I32) /* How bad is this pattern? */
179 PERLVAR(Tregsawback, I32) /* Did we see \1, ...? */
181 PERLVAR(Tregnpar, I32) /* () count. */
182 PERLVAR(Tregsize, I32) /* Code size. */
185 PERLVAR(Tseen_zerolen, I32) /* from regcomp.c */
186 PERLVAR(Tseen_evals, I32) /* from regcomp.c */
188 PERLVAR(Textralen, I32) /* from regcomp.c */
191 PERLVAR(Treg_whilem_seen, I32) /* number of WHILEM in this expr */
195 PERLVAR(Tregstartp, I32 *) /* Pointer to startp array. */
196 PERLVAR(Tregendp, I32 *) /* Ditto for endp. */
207 PERLVAR(Treg_eval_set, I32) /* from regexec.c */
208 PERLVAR(Tregnarrate, I32) /* from regexec.c */
217 PERLVAR(Treg_oldpos, I32) /* old pos of what we match */
222 PERLVAR(Treg_maxiter, I32) /* max wait until caching pos */
223 PERLVAR(Treg_leftiter, I32) /* wait until caching pos */