Home
last modified time | relevance | path

Searched refs:ht_vec (Results 1 – 21 of 21) sorted by relevance

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.c52 if (ht->ht_vec == 0) in hash_init()
143 slot = &ht->ht_vec[hash_1]; in hash_find_slot()
189 slot = &ht->ht_vec[hash_1]; in hash_find_slot_strcached()
329 void **vec = ht->ht_vec; in hash_free_items()
346 void **vec = ht->ht_vec; in hash_free_items_cached()
363 void **vec = ht->ht_vec; in hash_delete_items()
384 free (ht->ht_vec); in hash_free()
385 ht->ht_vec = 0; in hash_free()
400 free (ht->ht_vec); in hash_free_cached()
401 ht->ht_vec = 0; in hash_free_cached()
[all …]
H A Ddir.c670 dc->dirfiles.ht_vec = 0; in find_directory()
726 if (dir == 0 || dir->dirfiles.ht_vec == 0) in dir_contents_file_exists_p()
1082 if (dir->contents->dirfiles.ht_vec == 0) in file_impossible()
1173 if (dir == 0 || dir->dirfiles.ht_vec == 0) in file_impossible_p()
1225 dir_slot = (struct directory **) directories.ht_vec; in print_dir_data_base()
1234 else if (dir->contents->dirfiles.ht_vec == 0) in print_dir_data_base()
1259 files_slot = (struct dirfile **) dir->contents->dirfiles.ht_vec; in print_dir_data_base()
1363 if (dir->contents == 0 || dir->contents->dirfiles.ht_vec == 0) in open_dirstream()
1375 new->dirfile_slot = (struct dirfile **) new->contents->dirfiles.ht_vec; in open_dirstream()
1388 struct dirfile **dirfile_end = (struct dirfile **) dc->dirfiles.ht_vec + dc->dirfiles.ht_size; in read_dirstream()
[all …]
H A Dvariable.c744 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec; in lookup_special_var()
819 v = ht->ht_vec[idx];
832 v = (struct variable *) ht->ht_vec[idx];
864 v = ht->ht_vec[idx];
876 v = (struct variable *) ht->ht_vec[idx];
1451 struct variable **from_var_slot = (struct variable **) from_set->table.ht_vec; in merge_variable_sets()
2003 v_slot = (struct variable **) global_variable_set.table.ht_vec; in update_global_variable_set_exports()
2112 v_slot = (struct variable **) set->table.ht_vec; in target_environment()
2192 v_slot = (struct variable **) global_variable_set_exports.ht_vec; in target_environment()
2225 v_slot = (struct variable **) table.ht_vec; in target_environment()
H A Dhash.h43 void **ht_vec; member
H A Dfile.c492 file_slot = (struct file **) files.ht_vec; in remove_intermediates()
1367 struct file **fp = (struct file **) files.ht_vec; in build_target_list()
/dports/print/a2ps/a2ps-4.13/lib/
H A Dhashtab.c94 slot = &ht->ht_vec[hash_1]; in hash_find_slot()
170 void **vec = ht->ht_vec; in hash_free_items()
185 void **vec = ht->ht_vec; in hash_delete_items()
200 free (ht->ht_vec); in hash_free()
201 ht->ht_vec = 0; in hash_free()
210 void **end = &ht->ht_vec[ht->ht_size]; in hash_map()
212 for (slot = ht->ht_vec; slot < end; slot++) in hash_map()
225 void **old_vec = ht->ht_vec; in hash_rehash()
265 void **end = &ht->ht_vec[ht->ht_size]; in hash_dump()
271 for (slot = ht->ht_vec; slot < end; slot++) in hash_dump()
[all …]
H A Dhashtab.h49 void **ht_vec; member
/dports/devel/idutils/idutils-4.6/libidu/
H A Didu-hash.c50 if (ht->ht_vec == 0) in hash_init()
93 slot = &ht->ht_vec[hash_1]; in hash_find_slot()
177 void **vec = ht->ht_vec; in hash_free_items()
193 void **vec = ht->ht_vec; in hash_delete_items()
214 free (ht->ht_vec); in hash_free()
215 ht->ht_vec = 0; in hash_free()
223 void **end = &ht->ht_vec[ht->ht_size]; in hash_map()
225 for (slot = ht->ht_vec; slot < end; slot++) in hash_map()
238 void **old_vec = ht->ht_vec; in hash_rehash()
281 void **end = &ht->ht_vec[ht->ht_size]; in hash_dump()
[all …]
H A Didu-hash.h30 void **ht_vec; member
H A Dwalker.c242 void **slot = idh.idh_file_link_table.ht_vec; in reparent_children()
243 void **end = &idh.idh_file_link_table.ht_vec[idh.idh_file_link_table.ht_size]; in reparent_children()
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dhash.c48 if (ht->ht_vec == 0) in hash_init()
96 slot = &ht->ht_vec[hash_1]; in hash_find_slot()
180 void **vec = ht->ht_vec; in hash_free_items()
196 void **vec = ht->ht_vec; in hash_delete_items()
217 free (ht->ht_vec); in hash_free()
218 ht->ht_vec = 0; in hash_free()
226 void **end = &ht->ht_vec[ht->ht_size]; in hash_map()
228 for (slot = ht->ht_vec; slot < end; slot++) in hash_map()
239 void **end = &ht->ht_vec[ht->ht_size]; in hash_map_arg()
254 void **old_vec = ht->ht_vec; in hash_rehash()
[all …]
H A Ddir.c473 dc->dirfiles.ht_vec = 0; in find_directory()
505 if (dir == 0 || dir->dirfiles.ht_vec == 0) in dir_contents_file_exists_p()
676 if (dir->contents->dirfiles.ht_vec == 0) in file_impossible()
722 if (dir == 0 || dir->dirfiles.ht_vec == 0) in file_impossible_p()
762 dir_slot = (struct directory **) directories.ht_vec; in print_dir_data_base()
771 else if (dir->contents->dirfiles.ht_vec == 0) in print_dir_data_base()
784 files_slot = (struct dirfile **) dir->contents->dirfiles.ht_vec; in print_dir_data_base()
855 if (dir->contents == 0 || dir->contents->dirfiles.ht_vec == 0) in open_dirstream()
867 new->dirfile_slot = (struct dirfile **) new->contents->dirfiles.ht_vec; in open_dirstream()
880 struct dirfile **dirfile_end = (struct dirfile **) dc->dirfiles.ht_vec + dc->dirfiles.ht_size; in read_dirstream()
H A Dvariable.c449 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec; in lookup_special_var()
789 struct variable **from_var_slot = (struct variable **) from_set->table.ht_vec; in merge_variable_sets()
1048 v_slot = (struct variable **) set->table.ht_vec; in target_environment()
1120 v_slot = (struct variable **) table.ht_vec; in target_environment()
H A Dhash.h43 void **ht_vec; member
H A Dfile.c213 file_slot = (struct file **) files.ht_vec; in remove_intermediates()
1144 struct file **fp = (struct file **) files.ht_vec; in build_target_list()
/dports/devel/gmake/make-4.3/src/
H A Dhash.c48 if (ht->ht_vec == 0) in hash_init()
96 slot = &ht->ht_vec[hash_1]; in hash_find_slot()
180 void **vec = ht->ht_vec; in hash_free_items()
196 void **vec = ht->ht_vec; in hash_delete_items()
217 free (ht->ht_vec); in hash_free()
218 ht->ht_vec = 0; in hash_free()
226 void **end = &ht->ht_vec[ht->ht_size]; in hash_map()
228 for (slot = ht->ht_vec; slot < end; slot++) in hash_map()
239 void **end = &ht->ht_vec[ht->ht_size]; in hash_map_arg()
254 void **old_vec = ht->ht_vec; in hash_rehash()
[all …]
H A Ddir.c580 dc->dirfiles.ht_vec = 0; in find_directory()
616 if (dir == 0 || dir->dirfiles.ht_vec == 0) in dir_contents_file_exists_p()
937 if (dir->contents->dirfiles.ht_vec == 0) in file_impossible()
1030 if (dir == 0 || dir->dirfiles.ht_vec == 0) in file_impossible_p()
1077 dir_slot = (struct directory **) directories.ht_vec; in print_dir_data_base()
1086 else if (dir->contents->dirfiles.ht_vec == 0) in print_dir_data_base()
1112 files_slot = (struct dirfile **) dir->contents->dirfiles.ht_vec; in print_dir_data_base()
1194 if (dir->contents == 0 || dir->contents->dirfiles.ht_vec == 0) in open_dirstream()
1206 new->dirfile_slot = (struct dirfile **) new->contents->dirfiles.ht_vec; in open_dirstream()
1219 struct dirfile **dirfile_end = (struct dirfile **) dc->dirfiles.ht_vec + dc->dirfiles.ht_size; in read_dirstream()
H A Dvariable.c410 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec;
750 struct variable **from_var_slot = (struct variable **) from_set->table.ht_vec;
1009 v_slot = (struct variable **) set->table.ht_vec;
1081 v_slot = (struct variable **) table.ht_vec;
H A Dhash.h43 void **ht_vec;
H A Dfile.c378 file_slot = (struct file **) files.ht_vec; in remove_intermediates()
1160 struct file **fp = (struct file **) files.ht_vec; in build_target_list()
/dports/devel/idutils/idutils-4.6/src/
H A Dmkid.c431 free (token_table.ht_vec); in main()