Searched refs:ht_vec (Results 1 – 5 of 5) sorted by relevance
48 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size); in hash_init()49 if (ht->ht_vec == 0) in hash_init()97 slot = &ht->ht_vec[hash_1]; in hash_find_slot()181 void **vec = ht->ht_vec; in hash_free_items()197 void **vec = ht->ht_vec; in hash_delete_items()218 free (ht->ht_vec); in hash_free()219 ht->ht_vec = 0; in hash_free()227 void **end = &ht->ht_vec[ht->ht_size]; in hash_map()229 for (slot = ht->ht_vec; slot < end; slot++) in hash_map()240 void **end = &ht->ht_vec[ht->ht_size]; in hash_map_arg()[all …]
554 dc->dirfiles.ht_vec = 0; in find_directory()590 if (dir == 0 || dir->dirfiles.ht_vec == 0) in dir_contents_file_exists_p()869 if (dir->contents->dirfiles.ht_vec == 0) in file_impossible()941 if (dir == 0 || dir->dirfiles.ht_vec == 0) in file_impossible_p()987 dir_slot = (struct directory **) directories.ht_vec; in print_dir_data_base()996 else if (dir->contents->dirfiles.ht_vec == 0) in print_dir_data_base()1021 files_slot = (struct dirfile **) dir->contents->dirfiles.ht_vec; in print_dir_data_base()1104 if (dir->contents == 0 || dir->contents->dirfiles.ht_vec == 0) in open_dirstream()1116 new->dirfile_slot = (struct dirfile **) new->contents->dirfiles.ht_vec; in open_dirstream()1126 struct dirfile **dirfile_end = (struct dirfile **) dc->dirfiles.ht_vec + dc->dirfiles.ht_size; in read_dirstream()
292 struct variable **vp = (struct variable **) global_variable_set.table.ht_vec; in handle_special_var()642 struct variable **from_var_slot = (struct variable **) from_set->table.ht_vec; in merge_variable_sets()877 v_slot = (struct variable **) set->table.ht_vec; in target_environment()947 v_slot = (struct variable **) table.ht_vec; in target_environment()
45 void **ht_vec; member
352 file_slot = (struct file **) files.ht_vec; in remove_intermediates()1009 struct file **fp = (struct file **) files.ht_vec; in build_target_list()