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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl2525 # find_sub will return "file:line_number" corresponding
2526 # to where the subroutine is defined; we call find_sub,
2529 ($file, $i) = (find_sub($subname) =~ /^(.*):(.*)$/);
4266 Uses C<find_sub> to locate the desired subroutine.
4273 # Returned value from find_sub() is fullpathname:startline-endline.
4276 find_sub($subname) =~ /^(.*):(\d+)-(\d+)$/;
4654 # Get name:start-stop from find_sub, and break this up at
4656 @pieces = split (/:/, find_sub($subname) || $sub{$subname});
5142 For breakpoints, we use C<DB::find_sub> to locate the source file and line
5161 # find_sub'
7504 sub find_sub { subroutine
[all...]

Completed in 152 milliseconds