Home
last modified time | relevance | path

Searched refs:line_concat_cond_re (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/
H A DConfigure3461 # collect_from_file($filename, $line_concat_cond_re, $line_concat)
3463 # $line_concat_cond_re is a regexp detecting a line continuation ending
3467 my $line_concat_cond_re = shift;
3480 if (defined $line_concat_cond_re && /$line_concat_cond_re/) {
3492 # collect_from_array($array, $line_concat_cond_re, $line_concat)
3494 # $line_concat_cond_re is a regexp detecting a line continuation ending
3498 my $line_concat_cond_re = shift;
3511 if (defined $line_concat_cond_re && /$line_concat_cond_re/) {
[all...]
/third_party/openssl/
H A DConfigure3456 # collect_from_file($filename, $line_concat_cond_re, $line_concat)
3458 # $line_concat_cond_re is a regexp detecting a line continuation ending
3462 my $line_concat_cond_re = shift;
3475 if (defined $line_concat_cond_re && /$line_concat_cond_re/) {
3487 # collect_from_array($array, $line_concat_cond_re, $line_concat)
3489 # $line_concat_cond_re is a regexp detecting a line continuation ending
3493 my $line_concat_cond_re = shift;
3506 if (defined $line_concat_cond_re && /$line_concat_cond_re/) {
[all...]

Completed in 7 milliseconds