Home
last modified time | relevance | path

Searched refs:from_var_slot (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvariable.c642 struct variable **from_var_slot = (struct variable **) from_set->table.ht_vec; in merge_variable_sets() local
643 struct variable **from_var_end = from_var_slot + from_set->table.ht_size; in merge_variable_sets()
645 for ( ; from_var_slot < from_var_end; from_var_slot++) in merge_variable_sets()
646 if (! HASH_VACANT (*from_var_slot)) in merge_variable_sets()
648 struct variable *from_var = *from_var_slot; in merge_variable_sets()
650 = (struct variable **) hash_find_slot (&to_set->table, *from_var_slot); in merge_variable_sets()