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

Lines Matching full:v_slot

868   struct variable **v_slot;
887 v_slot = (struct variable **) set->table.ht_vec;
888 v_end = v_slot + set->table.ht_size;
889 for ( ; v_slot < v_end; v_slot++)
890 if (! HASH_VACANT (*v_slot))
893 struct variable *v = *v_slot;
957 v_slot = (struct variable **) table.ht_vec;
958 v_end = v_slot + table.ht_size;
959 for ( ; v_slot < v_end; v_slot++)
960 if (! HASH_VACANT (*v_slot))
962 struct variable *v = *v_slot;