Searched refs:hash_insert_at (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c132 hash_insert_at (ht, item, slot);
137 hash_insert_at (struct hash_table *ht, const void *item, const void *slot) function
H A Dstrcache.c129 hash_insert_at (&strings, key, slot);
H A Dhash.h67 void *hash_insert_at __P((struct hash_table *ht, const void *item, void const *slot));
H A Dvariable.c214 hash_insert_at (&set->table, v, var_slot);
660 hash_insert_at (&to_set->table, from_var, to_var_slot);
947 hash_insert_at (&table, v, new_slot);
H A Ddir.c458 hash_insert_at (&directories, dir, dir_slot);
552 hash_insert_at (&directory_contents, dc, dc_slot);
713 hash_insert_at (&dir->dirfiles, df, dirfile_slot);
H A Dfile.c187 hash_insert_at (&files, new, file_slot);
254 hash_insert_at (&files, from_file, file_slot);

Completed in 80 milliseconds