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

  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 331 my $ignore_until = undef; # If defined, this is a regexp
351 if ( defined $ignore_until) {
352 next if $line !~ /$ignore_until/;
353 $ignore_until = undef;
357 $ignore_until = qr/\}.*?;/;
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 325 my $ignore_until = undef; # If defined, this is a regexp
345 if ( defined $ignore_until) {
346 next if $line !~ /$ignore_until/;
347 $ignore_until = undef;
351 $ignore_until = qr/\}.*?;/;

Completed in 28 milliseconds