Home | History | Annotate | Download | only in dist

Lines Matching refs:line_concat_cond_re

3624 # collect_from_file($filename, $line_concat_cond_re, $line_concat)
3626 # $line_concat_cond_re is a regexp detecting a line continuation ending
3630 my $line_concat_cond_re = shift;
3643 if (defined $line_concat_cond_re && /$line_concat_cond_re/) {
3655 # collect_from_array($array, $line_concat_cond_re, $line_concat)
3657 # $line_concat_cond_re is a regexp detecting a line continuation ending
3661 my $line_concat_cond_re = shift;
3674 if (defined $line_concat_cond_re && /$line_concat_cond_re/) {