Lines Matching refs:cond
1541 my ($stat, $cond, $line_nr_next, $remain_next, $off_next,
1544 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
1547 $cond =~ s/\n./\n /g;
1671 my ($s, $c) = ($stat, $cond);
2320 my ($s, $c) = ($stat, $cond);
2551 my ($cond, $block) = @{$chunk};
2554 my ($whitespace) = ($cond =~ /^((?:\s*\n[+-])*\s*)/s);
2565 substr($block, 0, length($cond), '');
2570 if (statement_lines($cond) > 1) {
2602 my ($cond, $block) = @{$chunks[0]};
2604 if (defined $cond) {
2605 substr($block, 0, length($cond), '');
2607 if (statement_lines($cond) > 1) {
2621 my ($cond, $block) = @{$chunks[1]};
2622 if (defined $cond) {
2623 substr($block, 0, length($cond), '');
2769 if (defined $cond) {
2770 substr($s, 0, length($cond), '');