Lines Matching refs:first

21 When the debugger was first written, Perl didn't have a lot of its nicer
105 As you can see, the first pair applies when C<!> isn't supplied, and
250 {require 'perl5db.pl'}> before the first line.
326 =item * C<methods> - print the methods callable on the first item returned
479 The first C<BEGIN> block simply turns off warnings by saving the current
844 # # As above, on the first
847 # break_subroutine($sub [, $cond]) # break on the first breakable line
1144 environment first. if it's not defined there, we try to find it in
1437 the first command-line switch being '-emacs'), we shift this off and
2363 We change C<$start> to be one window back; if we go back past the first line,
2364 we set it to be the first line. We ser C<$incr> to put us back at the
2542 # Scan forward to the first executable line
2648 # out of it (except for the first one, which is going
2653 for (1 .. $#{'::_<-e'}) { # The first line is PERL5DB
2958 # Wrap if we pass the first line.
4047 =item * Calls the first function.
4049 The first function works on the "current" (i.e., the one we changed to) file,
4068 the first line that is breakable.
4071 first line I<after> C<$to> that's breakable, if there is one.
4074 first line I<before> C<$to> that's breakable, if there is one.
4246 executable one, and put a breakpoint on the first one you find.
4281 Places a break on the first line possible in the specified subroutine. Uses
4297 # Put a break the first place possible in the range of lines
4784 first. It starts a C<%had_breakpoints>, which tells us what all files have
5303 # passed in as the first parameter.
5378 # debugger, reset it first.
5442 be returned; all of them (well, the first 10^9) are returned if C<count>
5474 # We increment skip because caller(1) is the first level *back* from
6767 B<l> I<subname> List first window of lines from subroutine.
6768 B<l> I<\$var> List first window of lines from subroutine referenced by I<\$var>.
6791 Set breakpoint at first line of subroutine.
6792 B<b> I<\$var> Set breakpoint at first line of subroutine referenced by I<\$var>.
6795 Set breakpoint at first line of subroutine after
6819 on the first element of the result.
6876 I<arrayDepth>, I<hashDepth> print only first N elements ('' for all);
6953 B<l> I<subname> List first window of lines from subroutine.
6954 B<l> I<\$var> List first window of lines from subroutine referenced by I<\$var>.
6976 Set breakpoint at first line of subroutine.
6977 B<b> I<\$var> Set breakpoint at first line of subroutine referenced by I<\$var>.
6980 Set breakpoint at first line of subroutine after
7001 on the first element of the result.
7052 I<arrayDepth>, I<hashDepth> print only first N elements ('' for all);
7133 # the first tab sequence padded into a field 16 (or if indented 20)
7497 Tries to use X<@sub> first; if it can't find it there, it tries building a
8504 # { - first check for properly-balanced braces.