Home | History | Annotate | Download | only in Scripts

Lines Matching refs:brace_start

554     my $brace_start = 0;
731 $brace_start = $. if (!$in_braces);
799 warn "missing close braces in $file_name (probable start at $brace_start)\n" if ($in_braces > 0);