Lines Matching refs:line_concat
3456 # collect_from_file($filename, $line_concat_cond_re, $line_concat)
3459 # $line_concat is a CODEref that takes care of concatenating two lines
3463 my $line_concat = shift;
3471 if (defined $line_concat) {
3472 $_ = $line_concat->($saved_line, $_);
3487 # collect_from_array($array, $line_concat_cond_re, $line_concat)
3490 # $line_concat is a CODEref that takes care of concatenating two lines
3494 my $line_concat = shift;
3502 if (defined $line_concat) {
3503 $_ = $line_concat->($saved_line, $_);