Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A Dslk_clear.c60 if (slk->_win) { in slk_clear()
61 (void) werase(slk->_win); in slk_clear()
62 (void) wrefresh(slk->_win); in slk_clear()
H A Dslk_noutref.c55 if (SP->slk->_win && _slk_update()) in slk_noutrefresh()
56 (void) wnoutrefresh(SP->slk->_win); in slk_noutrefresh()
H A Ddelscreen.c69 if (screen->slk->_win) in delscreen()
70 (void) delwin(screen->slk->_win); in delscreen()
H A Dslk_refresh.c53 return (wrefresh(SP->slk->_win)); in slk_refresh()
70 win = slk->_win; in _slk_update()
H A Dslk_atroff.c56 if ((SP->slk == NULL) || ((win = SP->slk->_win) == NULL)) in slk_attroff()
H A Dslk_atron.c56 if ((SP->slk == NULL) || ((win = SP->slk->_win) == NULL)) in slk_attron()
H A Dslk_atrset.c56 if ((SP->slk == NULL) || ((win = SP->slk->_win) == NULL)) in slk_attrset()
H A Dscr_ll_dump.c78 magic = (!slk) ? 0 : (slk->_win) ? 2 : 1; in scr_ll_dump()
H A Dslk_start.c192 slk->_win = win; in _init_slk_func()
H A Dcurshdr.h108 WINDOW *_win; /* the window to display labels */ member
H A Dwrefresh.c203 if (slk && slk->_win && (slk->_changed == TRUE)) in wrefresh()
257 if (slk && (slk->_changed == TRUE) && !(slk->_win)) in wrefresh()
/titanic_50/usr/src/ucblib/libcurses/
H A Drefresh.c41 WINDOW *_win = NULL; variable
68 _win = win; in wrefresh()
144 _win = NULL; in wrefresh()
H A Dcr_put.c54 WINDOW *_win; variable
372 if (_win != NULL) in plod()