Searched refs:hashfunct (Results 1 – 1 of 1) sorted by relevance
67 static int hashfunct PROTO ((const char *, int));82 int hash_val = hashfunct (sym, table_size);160 table[hashfunct (sym, table_size)];173 static int hashfunct (str, hash_size) in hashfunct() function