Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDcomp_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-14-stable/contrib/ncurses/include/
HDtic.h204 HashValue (*hash_of)(const char *); member