Lines Matching +full:eq +full:- +full:level

2 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
65 # These are used to convert certain pre-precessor expressions into
87 if (ref($_[$#_]) eq "HASH") {
92 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
100 if (ref($_[$#_]) eq "HASH") {
105 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
113 if (ref($_[$#_]) eq "HASH") {
117 if ($1 eq "1") {
122 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
130 if (ref($_[$#_]) eq "HASH") {
147 die "Something wrong...$opts{PLACE}" if $1 eq "";
166 die "Something wrong...$opts{PLACE}" if $1 eq "";
182 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
190 if (ref($_[$#_]) eq "HASH") {
197 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
207 if (ref($_[$#_]) eq "HASH") {
213 # Invert all conditions on the last level
218 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
226 if (ref($_[$#_]) eq "HASH") {
233 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
277 # function the libcrypto<->provider interface
642 \b # word to non-word boundary
655 \b # word to non-word boundary
669 my $type = $word eq "struct" ? 'S' : 'E';
775 if (ref($_[$#_]) eq "HASH") {
851 print STDERR "DEBUG:----------------------------\n";
863 if ($normalized_line =~ m|^#| && $_ eq "") {
888 if (ref($r[0]) eq "HASH") {
959 if (ref($r[0]) eq "HASH") {
977 if ($_ eq "") {
983 if ($_ eq "") {
1006 if ($state{in_comment} eq "//");
1032 | \#[a-z]+
1076 && $& eq '}' && $state{in_extern_C}) {
1087 && pop @{$state{$parens}} eq $&);
1111 } elsif (m/^ (?| (?: 0[xX][[:xdigit:]]+ | 0[bB][01]+ | [0-9]+ )
1113 | [0-9]+\.[0-9]+(?:[eE][\-\+]\d+)? (?i: F | L)?
1137 } elsif (m|^(?:\\)?.|) { # Catch-all
1145 if ($handler->{massager}) {
1146 $handler->{massager}->(\%opts);
1157 if (ref($_[$#_]) eq "HASH") {
1165 if ($handler->{regexp}
1166 && $line =~ m|^$handler->{regexp}$|) {
1167 if ($handler->{massager}) {
1170 … print STDERR "DEBUG[",$opts{debug_type},"]: (matches /\^",$handler->{regexp},"\$/)\n";
1175 $handler->{massager}->($saved_line, \%opts);
1201 if $opts{debug} && $injected_lines eq "";