Lines Matching refs:values
331 # Some values are quoted. Trim the quotes
1092 if (grep { scalar @$_ > 0 } values %useradd) {
1093 # Hash of env / make variables names. The possible values are:
1105 if (grep { $_ & 1 } values %detected_vars) {
1117 # were set, and canonicalise the values we got. If no compiler or linker
1119 # environment for values.
1121 grep { defined $_ && (ref $_ ne 'ARRAY' || @$_) } values %useradd;
1333 # Fill %config with values from %user, and in case those are undefined or
1334 # empty, use values from %target (acting as a default).
1758 # Some of the 'shared_target' values don't have any entries in
1981 # We must save important regexp values, because the next
2043 # Support for pushing values on multiple indexes of a given hash
2050 my @values = @_;
2058 push @{$valueref->{$_}}, @values;
2061 @values);
2065 push @$valueref, @values;
2066 $handle_attributes->($attr_str, $attrref, @values)
2092 # The top item of this stack has the following values
2651 # their corresponding sources as values
2910 # plus additional values based on the value of $config{build_type}.
2933 # Helper function to combine several values of different types into one.
2944 # Helper function to implement conditional values depending on the value
2960 # Helper function to implement adding values to already existing configuration
2961 # values. It handles elements that are ARRAYs, CODEs and scalars
2965 # If there's any ARRAY in the collection of values OR the separator
2966 # is undef, we will return an ARRAY of combined values, otherwise a
2967 # string of joined values with $separator as the separator.
2970 my @values =
2991 [ @values ];
2993 join($separator, grep { defined($_) && $_ ne "" } @values);
3098 # bunch of attributes with string values.
3100 # the combined values of them all. We will deal with lists after
3128 # values of the target we're currently dealing with.
3130 # inherited values as arguments.
3136 # will simply override the inherited list of values.