Home
last modified time | relevance | path

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

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