Searched refs:curscr (Results 26 - 31 of 31) sorted by relevance

12

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c60 WINDOW *curscr; variable
117 (void) wrefresh(curscr);
443 curscr = screen->_curscr;
H A Dwrefresh.c53 * Update curscr with the given window then display to the terminal.
62 if (w == curscr)
231 * a wnoutrefresh() of a window onto curscr.
248 * curscr.
255 * overwrite(curscr, save); // save region to be overlayed
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwrefresh.c48 * Update curscr with the given window then display to the terminal.
61 if (w == curscr)
225 * a wnoutrefresh() of a window onto curscr.
242 * curscr.
249 * overwrite(curscr, save); // save region to be overlayed
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcopywin.c74 * If we are going to be copying from curscr,
75 * first offset into curscr the offset the Dstwin knows about.
77 if (Srcwin == curscr)
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h171 unsigned long *_hash; /* Hash values for curscr's screen lines. */
365 extern WINDOW *curscr, *stdscr;
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h171 unsigned int *_hash; /* Hash values for curscr's screen lines. */
173 unsigned long *_hash; /* Hash values for curscr's screen lines. */
349 extern WINDOW *curscr, *stdscr;

Completed in 42 milliseconds

12