Searched refs:_win (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dslk_noutref.c55 if (SP->slk->_win && _slk_update())
56 (void) wnoutrefresh(SP->slk->_win);
H A Dslk_clear.c60 if (slk->_win) {
61 (void) werase(slk->_win);
62 (void) wrefresh(slk->_win);
H A Dslk_atroff.c56 if ((SP->slk == NULL) || ((win = SP->slk->_win) == NULL))
H A Dslk_atron.c56 if ((SP->slk == NULL) || ((win = SP->slk->_win) == NULL))
H A Dslk_atrset.c56 if ((SP->slk == NULL) || ((win = SP->slk->_win) == NULL))
H A Ddelscreen.c69 if (screen->slk->_win)
70 (void) delwin(screen->slk->_win);
H A Dslk_refresh.c53 return (wrefresh(SP->slk->_win));
70 win = slk->_win;
H A Dscr_ll_dump.c78 magic = (!slk) ? 0 : (slk->_win) ? 2 : 1;
H A Dslk_start.c192 slk->_win = win;
H A Dcurshdr.h108 WINDOW *_win; /* the window to display labels */ member in struct:__anon1507
H A Dwrefresh.c203 if (slk && slk->_win && (slk->_changed == TRUE))
257 if (slk && (slk->_changed == TRUE) && !(slk->_win))

Completed in 29 milliseconds