Home | History | Annotate | Download | only in dist

Lines Matching refs:line_concat

3624 # collect_from_file($filename, $line_concat_cond_re, $line_concat)
3627 # $line_concat is a CODEref that takes care of concatenating two lines
3631 my $line_concat = shift;
3639 if (defined $line_concat) {
3640 $_ = $line_concat->($saved_line, $_);
3655 # collect_from_array($array, $line_concat_cond_re, $line_concat)
3658 # $line_concat is a CODEref that takes care of concatenating two lines
3662 my $line_concat = shift;
3670 if (defined $line_concat) {
3671 $_ = $line_concat->($saved_line, $_);