Home | History | Annotate | Download | only in Scripts

Lines Matching refs:brace_end

555     my $brace_end = 0;
744 $brace_end = $. if (!$in_braces);
800 warn "too many close braces in $file_name (probable start at $brace_end)\n" if ($in_braces < 0);