Home
last modified time | relevance | path

Searched refs:_NOHASH (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dscr_reset.c289 *hash++ = _NOHASH; in scr_reset()
305 *hash++ = _NOHASH; in scr_reset()
H A Dquick_echo.c79 _CURHASH[SPy] = _NOHASH; in _quick_echo()
H A Dwclrtoeol.c93 _CURHASH[y] = x == 0 ? 0 : _NOHASH; in wclrtoeol()
H A Dwnoutref.c193 *hash = _NOHASH; in wnoutrefresh()
H A Dcurshdr.h48 #define _NOHASH (-1) /* if the hash value is unknown */ macro
H A Dwrefresh.c782 _CURHASH[wy] = _BEGNS[wy] < scrco ? _NOHASH : 0; in _updateln()