Lines Matching refs:line_concat
3465 # collect_from_file($filename, $line_concat_cond_re, $line_concat)
3468 # $line_concat is a CODEref that takes care of concatenating two lines
3472 my $line_concat = shift;
3480 if (defined $line_concat) {
3481 $_ = $line_concat->($saved_line, $_);
3496 # collect_from_array($array, $line_concat_cond_re, $line_concat)
3499 # $line_concat is a CODEref that takes care of concatenating two lines
3503 my $line_concat = shift;
3511 if (defined $line_concat) {
3512 $_ = $line_concat->($saved_line, $_);