Searched refs:PL_restartop (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dcc_runtime.h65 if (PL_restartop && PL_restartop != nxt) \
H A Dperl.c1801 PL_restartop = 0;
1859 if (PL_restartop) {
1890 if (!PL_restartop) {
1914 if (PL_restartop) {
1915 PL_op = PL_restartop;
1916 PL_restartop = 0;
2223 if (PL_restartop) {
2224 PL_op = PL_restartop;
2225 PL_restartop = 0;
2365 if (PL_restartop) {
[all...]
H A Dutil.c1102 PL_restartop = die_where(message, msglen);
1106 thr, PL_restartop, was_in_eval, PL_top_env));
1107 if ((!PL_restartop && was_in_eval) || PL_top_env->je_prev)
1109 return PL_restartop;
1201 PL_restartop = die_where(message, msglen);
1402 PL_restartop = die_where(message, msglen);
3068 PL_restartop = 0;
H A Dperlapi.h921 #undef PL_restartop
922 #define PL_restartop (*Perl_Trestartop_ptr(aTHX))
H A Dpp_ctl.c2455 PL_restartop = retop;
2460 PL_restartop = 0; /* hmm, must be GNU unexec().. */
2607 if (PL_restartop && cursi == PL_curstackinfo) {
2608 PL_op = PL_restartop;
2609 PL_restartop = 0;
2613 if (!PL_restartop)
H A Dembedvar.h142 #define PL_restartop (vTHX->Trestartop) macro
1251 #define PL_restartop (aTHX->Trestartop) macro
1391 #define PL_Trestartop PL_restartop
H A Dsv.c11316 PL_restartop = proto_perl->Trestartop;

Completed in 282 milliseconds