Home
last modified time | relevance | path

Searched refs:oldmark (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DThread.xs85 I32 oldmark = TOPMARK; in threadstart()
125 retval = SP - (PL_stack_base + oldmark); in threadstart()
126 SP = PL_stack_base + oldmark + 1; in threadstart()
/mirbsd/src/gnu/usr.bin/perl/
Dperl.c2562 I32 oldmark; local
2587 oldmark = TOPMARK;
2610 retval = PL_stack_sp - (PL_stack_base + oldmark);
2650 retval = PL_stack_sp - (PL_stack_base + oldmark);
2672 PL_stack_sp = PL_stack_base + oldmark;
2702 PL_stack_sp = PL_stack_base + oldmark;
2753 volatile I32 oldmark = SP - PL_stack_base; local
2797 retval = PL_stack_sp - (PL_stack_base + oldmark);
2819 PL_stack_sp = PL_stack_base + oldmark;
2831 PL_stack_sp = PL_stack_base + oldmark;
Ddoop.c647 SV ** const oldmark = mark; in Perl_do_join() local
669 mark = oldmark; in Perl_do_join()
Ddoio.c1659 SV ** const oldmark = mark; in Perl_apply() local
1674 mark = oldmark; in Perl_apply()