Searched refs:hashvalue (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c60 int hashvalue; local
64 hashvalue = data->hash_of(string);
66 if (data->table_data[hashvalue] >= 0) {
69 ptr = real_table + data->table_data[hashvalue];
97 int hashvalue = data->hash_of(string); local
99 if (data->table_data[hashvalue] >= 0) {
102 ptr = table + data->table_data[hashvalue];
H A Dmake_hash.c108 int hashvalue; local
115 hashvalue = hash_function(table[i].nte_name);
117 if (hash_table[hashvalue] >= 0)
120 if (hash_table[hashvalue] != 0)
121 table[i].nte_link = hash_table[hashvalue];
122 hash_table[hashvalue] = i;

Completed in 104 milliseconds