OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_concat
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/
Configure
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, $_)
[
all
...]
/src/crypto/external/bsd/openssl/dist/
Configure
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, $_)
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/
Configure
3488
# collect_from_file($filename, $line_concat_cond_re, $
line_concat
)
3491
# $
line_concat
is a CODEref that takes care of concatenating two lines
3495
my $
line_concat
= shift;
3503
if (defined $
line_concat
) {
3504
$_ = $
line_concat
->($saved_line, $_);
3519
# collect_from_array($array, $line_concat_cond_re, $
line_concat
)
3522
# $
line_concat
is a CODEref that takes care of concatenating two lines
3526
my $
line_concat
= shift;
3534
if (defined $
line_concat
) {
3535
$_ = $
line_concat
->($saved_line, $_)
[
all
...]
Completed in 146 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026