Searched refs:cur_scr (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Ddelscreen.c62 if (screen->cur_scr)
63 (void) delwin(screen->cur_scr);
H A Dsetcurscreen.c66 curscr = SP->cur_scr;
H A Dscr_reset.c298 SP->cur_scr = curscr = win;
H A Dcurshdr.h139 WINDOW *cur_scr; /* what's physically on the screen */ member in struct:screen
H A Dnewscreen.c203 if ((curscr = SP->cur_scr = newwin(LINES, COLS, 0, 0)) == NULL)

Completed in 17 milliseconds