Lines Matching refs:opts

86           my %opts;
88 %opts = %{$_[$#_]};
92 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
93 if $opts{debug};
99 my %opts;
101 %opts = %{$_[$#_]};
105 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
106 if $opts{debug};
112 my %opts;
114 %opts = %{$_[$#_]};
122 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
123 if $opts{debug};
129 my %opts;
131 %opts = %{$_[$#_]};
140 print STDERR "DEBUG[",$opts{debug_type},"]: Matching '$rest' with '$re'\n"
141 if $opts{debug};
147 die "Something wrong...$opts{PLACE}" if $1 eq "";
152 warn "Warning: complicated #if expression(1): $conds$opts{PLACE}"
153 if $opts{warnings};
159 print STDERR "DEBUG[",$opts{debug_type},"]: Matching '$rest' with '$re'\n"
160 if $opts{debug};
166 die "Something wrong...$opts{PLACE}" if $1 eq "";
171 warn "Warning: complicated #if expression(2): $conds$opts{PLACE}"
172 if $opts{warnings};
176 warn "Warning: complicated #if expression(3): $conds$opts{PLACE}"
177 if $opts{warnings};
179 …print STDERR "DEBUG[",$opts{debug_type},"]: Added preprocessor conds: '", join("', '", @results), …
180 if $opts{debug};
182 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
183 if $opts{debug};
189 my %opts;
191 %opts = %{$_[$#_]};
194 die "An #elif without corresponding condition$opts{PLACE}"
197 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
198 if $opts{debug};
206 my %opts;
208 %opts = %{$_[$#_]};
211 die "An #else without corresponding condition$opts{PLACE}"
218 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
219 if $opts{debug};
225 my %opts;
227 %opts = %{$_[$#_]};
230 die "An #endif without corresponding condition$opts{PLACE}"
233 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
234 if $opts{debug};
753 my %opts = %{$_[0]};
755 …nditions levels: ",scalar(@preprocessor_conds),($opts{filename} ? " in file ".$opts{filename}: "")…
774 my %opts;
776 %opts = %{$_[$#_]};
836 $opts{PLACE} = " at ".$opts{filename}." line ".$state{current_line}."\n";
837 $opts{PLACE2} = $opts{filename}.":".$state{current_line};
850 if ($opts{debug}) {
865 if $opts{debug};
866 $opts{debug_type} = "OPENSSL CPP";
875 if $opts{debug} && @r;
882 if $opts{debug};
883 $opts{debug_type} = "CPP";
898 if $opts{debug} && @r;
925 if ($opts{debug}) {
929 $opts{debug_type} = "OPENSSL C";
940 if $opts{debug} && @r;
948 if ($opts{debug}) {
952 $opts{debug_type} = "C";
967 if $opts{debug} && @r;
998 die "Unfinished string without continuation found$opts{PLACE}\n";
1005 die "Something went seriously wrong, multiline //???$opts{PLACE}\n"
1016 if $opts{debug};
1035 if $opts{debug};
1055 if $opts{debug};
1066 if $opts{debug};
1069 if $opts{debug};
1078 if $opts{debug};
1084 if $opts{debug};
1085 die "Unmatched parentheses$opts{PLACE}\n"
1104 if $opts{debug};
1109 if $opts{debug};
1116 if $opts{debug};
1134 if $opts{debug};
1146 $handler->{massager}->(\%opts);
1156 my %opts;
1158 %opts = %{$_[$#_]};
1168 if ($opts{debug}) {
1169 print STDERR "DEBUG[",$opts{debug_type},"]: Trying to handle '$line'\n";
1170 … print STDERR "DEBUG[",$opts{debug_type},"]: (matches /\^",$handler->{regexp},"\$/)\n";
1175 $handler->{massager}->($saved_line, \%opts);
1176 print STDERR "DEBUG[",$opts{debug_type},"]: Got back '"
1178 if $opts{debug};
1200 print STDERR "DEBUG[",$opts{debug_type},"]: (ignore, possible side effects)\n"
1201 if $opts{debug} && $injected_lines eq "";