Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvariable.c882 struct variable **new_slot; in target_environment() local
935 new_slot = (struct variable **) hash_find_slot (&table, v); in target_environment()
936 if (HASH_VACANT (*new_slot)) in target_environment()
937 hash_insert_at (&table, v, new_slot); in target_environment()