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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dslk_restore.c53 SP->slk->_changed = TRUE;
H A Dslk_touch.c55 if (((slk = SP->slk) == NULL) || (slk->_changed == 2))
60 slk->_changed = TRUE;
H A Dslk_refresh.c67 if ((slk = SP->slk) == NULL || (slk->_changed != TRUE))
93 slk->_changed = FALSE;
H A Dslk_clear.c59 slk->_changed = 2; /* This means no more soft labels. */
H A Dquick_echo.c67 (SP->slk && (SP->slk->_changed == TRUE))) {
H A Dslk_set.c94 slk->_changed = slk->_lch[n] = TRUE;
H A Dslk_start.c191 slk->_changed = TRUE;
H A Dcurshdr.h114 bool _changed; /* TRUE if some labels changed */ member in struct:__anon1507
H A Dwrefresh.c202 /* Software soft labels; if _changed == 2, slk's are in clear mode. */
203 if (slk && slk->_win && (slk->_changed == TRUE))
255 /* do hardware soft labels; if _changed == 2, */
257 if (slk && (slk->_changed == TRUE) && !(slk->_win))

Completed in 39 milliseconds