Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/flex/
Dsym.c67 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