HomeSort by: relevance | last modified time | path
    Searched defs:v_slot (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gmake/dist/
variable.c 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++
858 struct variable **v_slot; local
    [all...]

Completed in 21 milliseconds