Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dsym.c68 static int hashfunct(const char *, int);
78 int hash_val = hashfunct (sym, table_size); in addsym()
148 table[hashfunct (sym, table_size)]; in findsym()
161 static int hashfunct (const char *str, int hash_size) in hashfunct() function