Lines Matching refs:withargs
194 our %withargs = ();
824 $withargs{zlib_lib}=$1;
828 $withargs{zlib_include}=$1;
832 $withargs{fuzzer_lib}=$1;
836 $withargs{fuzzer_include}=$1;
1820 withargs => \%withargs,
2396 our \@EXPORT = qw(\%config \%target \%disabled \%withargs \%unified_info \@disablables);
2466 print OUT "our %withargs = (\n";
2467 foreach (sort keys %withargs) {
2468 if (ref($withargs{$_}) eq "ARRAY") {
2471 @{$withargs{$_}}), " ],\n";
2473 print OUT " ", $_, " => ", quotify("perl", $withargs{$_}), ",\n"
2747 %withargs All data given through --with-THING options.