Searched refs:ctx_ln (Results 1 – 1 of 1) sorted by relevance
3748 my $ctx_ln = $linenr;3752 defined $lines[$ctx_ln - 1] &&3753 $lines[$ctx_ln - 1] =~ /^-/)) {3755 $ctx_skip-- if (!defined $lines[$ctx_ln - 1] || $lines[$ctx_ln - 1] !~ /^-/);3756 $ctx_ln++;3762 if ($ctx !~ /{\s*/ && defined($lines[$ctx_ln - 1]) && $lines[$ctx_ln - 1] =~ /^\+\s*{/) {3765 "$here\n$ctx\n$rawlines[$ctx_ln - 1]\n");3769 defined $lines[$ctx_ln - 1])3771 my ($nlength, $nindent) = line_stats($lines[$ctx_ln - 1]);3775 "$here\n$ctx\n$rawlines[$ctx_ln - 1]\n");