Searched refs:stdscr (Results 76 - 100 of 212) sorted by relevance

123456789

/osnet-11/usr/src/lib/libcurses/screen/
H A D_addwchnstr.c42 return (waddwchnstr(stdscr, str, n));
H A D_getnwstr.c42 return (wgetnwstr(stdscr, ws, n));
H A D_hline.c51 return (whline(stdscr, horch, num_chars));
H A D_inchnstr.c51 return (winchnstr(stdscr, s, n));
H A D_innstr.c51 return (winnstr(stdscr, s, n));
H A D_innwstr.c42 return (winnwstr(stdscr, ws, n));
H A D_insnstr.c51 return (winsnstr(stdscr, s, n));
H A D_insnwstr.c42 return (winsnwstr(stdscr, ws, n));
H A D_inwchnstr.c42 return (winwchnstr(stdscr, str, n));
H A D_move.c51 return (wmove(stdscr, y, x));
H A D_mvaddwch.c42 return (mvwaddwch(stdscr, y, x, ch));
H A D_mvaddwchstr.c42 return (mvwaddwchstr(stdscr, y, x, str));
H A D_mvaddwstr.c42 return (mvwaddwstr(stdscr, y, x, ws));
H A D_mvgetwch.c42 return (mvwgetwch(stdscr, y, x));
H A D_mvgetwstr.c42 return (mvwgetwstr(stdscr, y, x, ws));
H A D_mvinswch.c42 return (mvwinswch(stdscr, y, x, c));
H A D_mvinswstr.c42 return (mvwinswstr(stdscr, y, x, ws));
H A D_mvinwch.c42 return (mvwinwch(stdscr, y, x));
H A D_mvinwchstr.c42 return (mvwinwchstr(stdscr, y, x, str));
H A D_mvinwstr.c42 return (mvwinwstr(stdscr, y, x, ws));
H A D_setscrreg.c51 return (wsetscrreg(stdscr, t, b));
H A D_vline.c51 return (wvline(stdscr, vertch, num_chars));
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dattr_on.c51 stdscr->_fg._at |= at;
63 stdscr->_fg._at &= ~at;
75 stdscr->_fg._co = co;
76 stdscr->_fg._at = at;
88 stdscr->_fg._co = co;
101 *at = stdscr->_fg._at;
104 *co = stdscr->_fg._co;
116 stdscr->_fg._at |= WA_STANDOUT;
128 stdscr->_fg._at = WA_NORMAL;
H A Dclear.c58 code = wclear(stdscr);
75 code = werase(stdscr);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Drefresh.c56 code = wrefresh(stdscr);

Completed in 50 milliseconds

123456789