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

/illumos-gate/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:__anon3100
H A Dwrefresh.c203 if (slk && slk->_win && (slk->_changed == TRUE))
257 if (slk && (slk->_changed == TRUE) && !(slk->_win))
/illumos-gate/usr/src/ucblib/libcurses/
H A Drefresh.c41 WINDOW *_win = NULL; variable
68 _win = win;
144 _win = NULL;
H A Dcr_put.c54 WINDOW *_win; variable
372 if (_win != NULL)

Completed in 67 milliseconds