Home
last modified time | relevance | path

Searched refs:hashfunct (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/lex/
H A Dsym.c69 static int hashfunct PROTO ((const char *, int));
80 int hash_val = hashfunct (sym, table_size); in addsym()
153 table[hashfunct (sym, table_size)]; in findsym()
166 static int hashfunct (const char *str, int hash_size) in hashfunct() function