Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dsym.c65 static int hashfunct(const char *, int);
75 int hash_val = hashfunct (sym, table_size); in addsym()
145 table[hashfunct (sym, table_size)]; in findsym()
158 static int hashfunct (const char *str, int hash_size) in hashfunct() function