HomeSort by: relevance | last modified time | path
    Searched refs:variable_re (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/
Configure 2098 my $variable_re = qr/${variable_simple_re}|${variable_w_mod_re}/;
2109 while ($value_rest =~ /${variable_re}/) {
2260 qr/^\s* ${variable_re} \s* = \s* ${value_re} \s* $/x
  /src/crypto/external/bsd/openssl/dist/
Configure 1971 my $variable_re = qr/${variable_simple_re}|${variable_w_mod_re}/;
1982 while ($value_rest =~ /${variable_re}/) {
2133 qr/^\s* ${variable_re} \s* = \s* ${value_re} \s* $/x

Completed in 23 milliseconds