Searched refs:PL_curstackinfo (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddeb.c144 PL_curstackinfo->si_markoff,
181 si = PL_curstackinfo;
237 else if (si == PL_curstackinfo) {
253 if (si_n == PL_curstackinfo)
292 if (si == PL_curstackinfo)
H A Dcop.h539 #define cxstack (PL_curstackinfo->si_cxstack)
540 #define cxstack_ix (PL_curstackinfo->si_cxix)
541 #define cxstack_max (PL_curstackinfo->si_cxmax)
545 PL_curstackinfo->si_markoff = PL_markstack_ptr - PL_markstack
552 PERL_SI *next = PL_curstackinfo->si_next; \
555 next->si_prev = PL_curstackinfo; \
556 PL_curstackinfo->si_next = next; \
562 PL_curstackinfo = next; \
573 PERL_SI *prev = PL_curstackinfo->si_prev; \
580 PL_curstackinfo
[all...]
H A Dperl.c3945 PL_curstackinfo = new_stackinfo(REASONABLE(128),
3947 PL_curstackinfo->si_type = PERLSI_MAIN;
3948 PL_curstack = PL_curstackinfo->si_stack;
3984 while (PL_curstackinfo->si_next)
3985 PL_curstackinfo = PL_curstackinfo->si_next;
3986 while (PL_curstackinfo) {
3987 PERL_SI *p = PL_curstackinfo->si_prev;
3989 Safefree(PL_curstackinfo->si_cxstack);
3990 Safefree(PL_curstackinfo);
[all...]
H A Dperlapi.h749 #undef PL_curstackinfo
750 #define PL_curstackinfo (*Perl_Tcurstackinfo_ptr(aTHX))
H A Dpp_ctl.c1352 && PL_curstackinfo->si_prev)
1436 PERL_SI *top_si = PL_curstackinfo;
1806 if (PL_curstackinfo->si_type == PERLSI_SORT) {
2576 volatile PERL_SI *cursi = PL_curstackinfo;
2607 if (PL_restartop && cursi == PL_curstackinfo) {
2736 for (si = PL_curstackinfo; si; si = si->si_prev) {
H A Dembedvar.h56 #define PL_curstackinfo (vTHX->Tcurstackinfo) macro
1165 #define PL_curstackinfo (aTHX->Tcurstackinfo) macro
1305 #define PL_Tcurstackinfo PL_curstackinfo
H A Ddump.c1505 else if (ix == 0 && PL_curstackinfo->si_type == PERLSI_MAIN)
H A Dpp.c4466 PL_curstackinfo->si_stack = ary;
4664 PL_curstackinfo->si_stack = oldstack;
H A Dsv.c3776 else if (PL_curstackinfo->si_type == PERLSI_SORT
3884 if (PL_curstackinfo->si_type == PERLSI_SORT &&
11264 PL_curstackinfo = si_dup(proto_perl->Tcurstackinfo, param);
11266 /* PL_curstack = PL_curstackinfo->si_stack; */
H A Dop.c4198 if (PL_curstackinfo->si_type == PERLSI_SORT && PL_sortcop == CvSTART(cv))

Completed in 184 milliseconds