Home
last modified time | relevance | path

Searched refs:_changed (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dslk_touch.c53 if (((slk = SP->slk) == NULL) || (slk->_changed == 2)) in slk_touch()
58 slk->_changed = TRUE; in slk_touch()
H A Dslk_refresh.c65 if ((slk = SP->slk) == NULL || (slk->_changed != TRUE)) in _slk_update()
91 slk->_changed = FALSE; in _slk_update()
H A Dslk_restore.c51 SP->slk->_changed = TRUE; in slk_restore()
H A Dslk_clear.c57 slk->_changed = 2; /* This means no more soft labels. */ in slk_clear()
H A Dslk_set.c92 slk->_changed = slk->_lch[n] = TRUE; in slk_set()
H A Dquick_echo.c65 (SP->slk && (SP->slk->_changed == TRUE))) { in _quick_echo()
H A Dslk_start.c189 slk->_changed = TRUE; in _init_slk_func()
H A Dcurshdr.h112 bool _changed; /* TRUE if some labels changed */ member
H A Dwrefresh.c201 if (slk && slk->_win && (slk->_changed == TRUE)) in wrefresh()
255 if (slk && (slk->_changed == TRUE) && !(slk->_win)) in wrefresh()