Home | History | Annotate | Download | only in tools

Lines Matching refs:is_end

2556 			my $is_end = 0;
2560 $is_end = $lines[$ln - 1] =~ /^\+/;
2576 $is_end = 1;
2581 if ($is_start && $is_end && $length < $min_conf_desc_length) {
2585 #print "is_start<$is_start> is_end<$is_end> length<$length>\n";