Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c64 hashvalue = data->hash_of(string); in NCURSES_EXPORT()
99 int hashvalue = data->hash_of(string); in _nc_find_type_entry()
131 hashvalue = data->hash_of(string); in _nc_find_user_entry()
/freebsd/contrib/ncurses/include/
H A Dtic.h204 HashValue (*hash_of)(const char *); member