Home
last modified time | relevance | path

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

/mirbsd/src/lib/libncurses/src/ncurses/tty/
Dhashmap.c268 _nc_hash_map(void) in _nc_hash_map() function
520 _nc_hash_map(); in main()
Dhardscroll.c199 _nc_hash_map(); in _nc_scroll_optimize()
/mirbsd/src/lib/libncurses/src/ncurses/
Dcurses.priv.h1126 extern NCURSES_EXPORT(void) _nc_hash_map (void);
/mirbsd/src/lib/libncurses/src/
DNEWS5699 + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
6423 simpler to construct tests (for double-check of _nc_hash_map tests).
6443 + ifdef'd out _nc_hash_map (still slower)
6473 + re-add _nc_hash_map
6701 + ifdef'd out _nc_hash_map() call because it does not improve speed.
6725 + conditionally include Chris Torek's hash function _nc_hash_map().