Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dhashmap.c276 NCURSES_SP_NAME(_nc_hash_map) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument
408 _nc_hash_map(void) in _nc_hash_map() function
410 NCURSES_SP_NAME(_nc_hash_map) (CURRENT_SCREEN); in _nc_hash_map() local
561 _nc_hash_map(); in main()
H A Dhardscroll.c212 NCURSES_SP_NAME(_nc_hash_map) (NCURSES_SP_ARG); in NCURSES_SP_NAME() local
/freebsd-12.1/contrib/ncurses/misc/
H A Dncurses.supp107 fun:_nc_hash_map
H A Dncurses.def59 "_nc_hash_map" @84 NONAME
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h2014 extern NCURSES_EXPORT(void) _nc_hash_map (void);
2410 extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_hash_map)(SCREEN*);
H A Dllib-lncurses66 #undef _nc_hash_map
67 void _nc_hash_map(void)
H A Dllib-lncursest66 #undef _nc_hash_map
67 void _nc_hash_map(void)
H A Dllib-lncursesw66 #undef _nc_hash_map
67 void _nc_hash_map(void)
H A Dllib-lncursestw66 #undef _nc_hash_map
67 void _nc_hash_map(void)
/freebsd-12.1/contrib/ncurses/
H A DNEWS9559 + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
10285 simpler to construct tests (for double-check of _nc_hash_map tests).
10304 + ifdef'd out _nc_hash_map (still slower)
10334 + re-add _nc_hash_map
10582 + ifdef'd out _nc_hash_map() call because it does not improve speed.
10606 + conditionally include Chris Torek's hash function _nc_hash_map().