Lines Matching defs:add
52 # --config add the given configuration file, which will be read after
1480 # If threads still aren't disabled, add a C macro to ensure the source
1770 ? add($si->{$_})->($target{$_})
2583 # If we depend on a header file or a perl module, add an inclusion of
2758 # they end up in where applicable. Then, add build rules for those
2929 return sub { add($opts{default} || (),
2941 return sub { add(@stuff)->(); }
2951 return sub { add($disabled{threads} ? () : @flags)->(); }
2956 return sub { add($disabled{shared} ? () : @flags)->(); }
3005 sub add {
3070 $targets{$_}->{_conf_fname_int} = add([ $fname ]);
3137 my $default_combiner = add();