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

/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c48 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size);
49 if (ht->ht_vec == 0)
97 slot = &ht->ht_vec[hash_1];
181 void **vec = ht->ht_vec;
197 void **vec = ht->ht_vec;
218 free (ht->ht_vec);
219 ht->ht_vec = 0;
227 void **end = &ht->ht_vec[ht->ht_size];
229 for (slot = ht->ht_vec; slot < end; slot++)
240 void **end = &ht->ht_vec[h
[all...]
H A Ddir.c557 dc->dirfiles.ht_vec = 0;
594 if (dir == 0 || dir->dirfiles.ht_vec == 0)
875 if (dir->contents->dirfiles.ht_vec == 0)
948 if (dir == 0 || dir->dirfiles.ht_vec == 0)
996 dir_slot = (struct directory **) directories.ht_vec;
1005 else if (dir->contents->dirfiles.ht_vec == 0)
1030 files_slot = (struct dirfile **) dir->contents->dirfiles.ht_vec;
1114 if (dir->contents == 0 || dir->contents->dirfiles.ht_vec == 0)
1126 new->dirfile_slot = (struct dirfile **) new->contents->dirfiles.ht_vec;
1136 struct dirfile **dirfile_end = (struct dirfile **) dc->dirfiles.ht_vec
[all...]
H A Dhash.h45 void **ht_vec; member in struct:hash_table
H A Dvariable.c295 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec;
650 struct variable **from_var_slot = (struct variable **) from_set->table.ht_vec;
887 v_slot = (struct variable **) set->table.ht_vec;
957 v_slot = (struct variable **) table.ht_vec;
H A Dfile.c354 file_slot = (struct file **) files.ht_vec;
1016 struct file **fp = (struct file **) files.ht_vec;

Completed in 83 milliseconds