Home
last modified time | relevance | path

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

/src/contrib/ncurses/ncurses/tty/
H A Dhashmap.c286 NCURSES_SP_NAME(_nc_hash_map) (NCURSES_SP_DCL0) in _nc_hash_map() function
422 _nc_hash_map(void) in _nc_hash_map() function
424 NCURSES_SP_NAME(_nc_hash_map) (CURRENT_SCREEN); in _nc_hash_map() local
576 _nc_hash_map(); in main()
H A Dhardscroll.c215 NCURSES_SP_NAME(_nc_hash_map) (NCURSES_SP_ARG); in _nc_scroll_optimize() local
/src/contrib/ncurses/misc/
H A Dncurses.supp108 fun:_nc_hash_map
H A Dncurses.def59 "_nc_hash_map" @84 NONAME
/src/contrib/ncurses/ncurses/
H A Dcurses.priv.h2211 extern NCURSES_EXPORT(void) _nc_hash_map (void);
2684 extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_hash_map)(SCREEN*);
H A Dllib-lncurses67 #undef _nc_hash_map
68 void _nc_hash_map(void)
H A Dllib-lncursest67 #undef _nc_hash_map
68 void _nc_hash_map(void)
H A Dllib-lncursesw67 #undef _nc_hash_map
68 void _nc_hash_map(void)
H A Dllib-lncursestw67 #undef _nc_hash_map
68 void _nc_hash_map(void)
/src/contrib/ncurses/
H A DNEWS14509 + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
15235 simpler to construct tests (for double-check of _nc_hash_map tests).
15254 + ifdef'd out _nc_hash_map (still slower)
15284 + re-add _nc_hash_map
15532 + ifdef'd out _nc_hash_map() call because it does not improve speed.
15556 + conditionally include Chris Torek's hash function _nc_hash_map().