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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl847 # break_subroutine($sub [, $cond]) # break on the first breakable line
4279 =head3 break_subroutine(subname) (API)
4287 sub break_subroutine { subroutine
4300 } ## end sub break_subroutine
4318 After all this cleanup, we call C<break_subroutine> to try to set the
4330 # break_subroutine() will work right.
4354 eval { break_subroutine($subname, $cond); 1 } or do {

Completed in 56 milliseconds