Searched refs:hashfunct (Results 1 – 1 of 1) sorted by relevance
43 int hashfunct PROTO((char[], int));65 int hash_val = hashfunct( sym, table_size );148 table[hashfunct( sym, table_size )];163 int hashfunct( str, hash_size ) in hashfunct() function