Home
last modified time | relevance | path

Searched refs:_win (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dslk_clear.c58 if (slk->_win) { in slk_clear()
59 (void) werase(slk->_win); in slk_clear()
60 (void) wrefresh(slk->_win); in slk_clear()
H A Dslk_noutref.c53 if (SP->slk->_win && _slk_update()) in slk_noutrefresh()
54 (void) wnoutrefresh(SP->slk->_win); in slk_noutrefresh()
H A Ddelscreen.c67 if (screen->slk->_win) in delscreen()
68 (void) delwin(screen->slk->_win); in delscreen()
H A Dslk_refresh.c51 return (wrefresh(SP->slk->_win)); in slk_refresh()
68 win = slk->_win; in _slk_update()
H A Dslk_atroff.c54 if ((SP->slk == NULL) || ((win = SP->slk->_win) == NULL)) in slk_attroff()
H A Dslk_atron.c54 if ((SP->slk == NULL) || ((win = SP->slk->_win) == NULL)) in slk_attron()
H A Dslk_atrset.c54 if ((SP->slk == NULL) || ((win = SP->slk->_win) == NULL)) in slk_attrset()
H A Dscr_ll_dump.c76 magic = (!slk) ? 0 : (slk->_win) ? 2 : 1; in scr_ll_dump()
H A Dslk_start.c190 slk->_win = win; in _init_slk_func()
H A Dcurshdr.h106 WINDOW *_win; /* the window to display labels */ member
H A Dwrefresh.c201 if (slk && slk->_win && (slk->_changed == TRUE)) in wrefresh()
255 if (slk && (slk->_changed == TRUE) && !(slk->_win)) in wrefresh()
/illumos-gate/usr/src/ucblib/libcurses/
H A Drefresh.c39 WINDOW *_win = NULL; variable
66 _win = win; in wrefresh()
142 _win = NULL; in wrefresh()
H A Dcr_put.c45 extern WINDOW *_win;
363 if (_win != NULL) in plod()