Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:new_slot

892 	    struct variable **new_slot;
945 new_slot = (struct variable **) hash_find_slot (&table, v);
946 if (HASH_VACANT (*new_slot))
947 hash_insert_at (&table, v, new_slot);