Lines Matching refs:hashmap
7379 + minor fixes for ncurses/hashmap test-program.
10506 + move hashtab static data out of hashmap.c into SCREEN struct.
10906 --disable-hashmap.
11084 + rename configure option --enable-hashmap --disable-hashmap, and
12234 + further refinements to inequality in hashmap.c to cover a case with
12241 + change inequality in hashmap.c which checks the distance traveled by
12438 + disable scroll hints when hashmap is enabled (patch by Alexander
12630 + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
12653 + make test_progs compile (but hashmap does not function).
12672 + disable scroll-hints when hashmap is configured.
12673 + improve integration of hashmap scrolling code, by adding oldhash and
12847 + minor optimization to 'hash()' function in hashmap.c, reduces its
13032 + turn on hashmap scrolling code by default, intend to remedy defects
13742 + improve hashmap.c by
13788 + rewrote the hashmap algorithm to be one-pass, this avoids multiple
13794 captoinfo, hardscroll, hashmap).
13866 + add configure options for widec (wide character), hashmap (both
13869 + hashmap.c - improved by heuristic, so that scroll test works much
14020 + correct a bug in hashmap.c: the size used for clearing the hashmap
14180 + correct hashmap.c, which did not update index information (patch by
14720 + add hashtest.c program to time the hashmap optimization.
15038 + added hashmap.c