Searched refs:hashfunct (Results 1 – 1 of 1) sorted by relevance
36 int hashfunct PROTO((register char[], int));58 int hash_val = hashfunct( sym, table_size );141 table[hashfunct( sym, table_size )];156 int hashfunct( str, hash_size ) in hashfunct() function