Home | History | Annotate | Download | only in dist

Lines Matching refs:line_concat

3488 # collect_from_file($filename, $line_concat_cond_re, $line_concat)
3491 # $line_concat is a CODEref that takes care of concatenating two lines
3495 my $line_concat = shift;
3503 if (defined $line_concat) {
3504 $_ = $line_concat->($saved_line, $_);
3519 # collect_from_array($array, $line_concat_cond_re, $line_concat)
3522 # $line_concat is a CODEref that takes care of concatenating two lines
3526 my $line_concat = shift;
3534 if (defined $line_concat) {
3535 $_ = $line_concat->($saved_line, $_);