Searched refs:all_values (Results 1 – 3 of 3) sorted by relevance
76 static struct value *all_values; variable87 VALUE_NEXT (val) = all_values; in allocate_value()88 all_values = val; in allocate_value()131 return all_values; in value_mark()142 for (val = all_values; val && val != mark; val = next) in value_free_to_mark()147 all_values = val; in value_free_to_mark()159 for (val = all_values; val; val = next) in free_all_values()165 all_values = 0; in free_all_values()176 if (all_values == val) in release_value()178 all_values = val->next; in release_value()[all …]
3187 my %all_values;3203 push @{$all_values{$short_name}}, $alias;3209 push @{$all_values{$short_name}}, $alias;3218 push @{$all_values{'blk'}}, charblock((prop_invlist("block=$block"))[0]);3227 or $a cmp $b } keys %all_values)3229 @{$all_values{$property}} = uniques(@{$all_values{$property}});3241 } @{$all_values{$property}};
7570 Bracket declaration of 'all_values', 'l'.