Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/lex/
Dsym.c43 int hashfunct PROTO((char[], int));
65 int hash_val = hashfunct( sym, table_size );
148 table[hashfunct( sym, table_size )];
163 int hashfunct( str, hash_size ) in hashfunct() function