Searched refs:si_next (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddeb.c256 si_n = si_n->si_next;
294 si = si->si_next;
H A Dcop.h531 struct stackinfo * si_next; member in struct:stackinfo
552 PERL_SI *next = PL_curstackinfo->si_next; \
556 PL_curstackinfo->si_next = next; \
H A Dscope.c80 si->si_next = 0;
H A Dperl.c3984 while (PL_curstackinfo->si_next)
3985 PL_curstackinfo = PL_curstackinfo->si_next;
H A Dsv.c10272 nsi->si_next = si_dup(si->si_next, param);

Completed in 59 milliseconds