Searched refs:ht_fill (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c57 ht->ht_fill = 0;
83 ht_fill on insertion. */
142 ht->ht_fill++;
171 ht->ht_fill--;
190 ht->ht_fill = 0;
201 ht->ht_fill = 0;
215 ht->ht_fill = 0;
258 if (ht->ht_fill >= ht->ht_capacity)
274 ht->ht_empty_slots = ht->ht_size - ht->ht_fill;
282 fprintf (out_FILE, _("Load=%ld/%ld=%.0f%%, "), ht->ht_fill, h
[all...]
H A Dhash.h48 unsigned long ht_fill; /* items in table */ member in struct:hash_table
H A Dfile.c653 file_end = file_slot_0 + files.ht_fill;
1011 if (files.ht_fill != last_targ_count)
1046 last_targ_count = files.ht_fill;
H A Dvariable.c290 && global_variable_set.table.ht_fill != last_var_count)
330 last_var_count = global_variable_set.table.ht_fill;
955 result = result_0 = (char **) xmalloc ((table.ht_fill + 2) * sizeof (char *));
H A Ddir.c1088 printf (_(" impossibilities in %lu directories.\n"), directories.ht_fill);

Completed in 175 milliseconds