Searched refs:stdscr (Results 51 - 75 of 212) sorted by relevance

123456789

/osnet-11/usr/src/lib/libcurses/screen/
H A D_echochar.c51 return (wechochar(stdscr, ch));
H A D_echowchar.c42 return (wechowchar(stdscr, ch));
H A D_getstr.c51 return (wgetstr(stdscr, str));
H A D_getwstr.c42 return (wgetwstr(stdscr, ws));
H A D_inchstr.c51 return (winchstr(stdscr, s));
H A D_insch.c51 return (winsch(stdscr, c));
H A D_insdelln.c51 return (winsdelln(stdscr, id));
H A D_insstr.c51 return (winsstr(stdscr, s));
H A D_instr.c51 return (winstr(stdscr, s));
H A D_inswch.c42 return (winswch(stdscr, c));
H A D_inswstr.c42 return (winswstr(stdscr, ws));
H A D_inwchstr.c42 return (winwchstr(stdscr, str));
H A D_inwstr.c42 return (winwstr(stdscr, ws));
H A D_scrl.c51 return (wscrl(stdscr, n));
H A D_timeout.c51 wtimeout(stdscr, tm);
H A DV3.m_move.c51 return (wmove(stdscr, y, x));
H A D_addchnstr.c51 return (waddchnstr(stdscr, s, n));
H A D_addnstr.c51 return (waddnstr(stdscr, s, n));
H A D_addnwstr.c42 return (waddnwstr(stdscr, ws, n));
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmove.c55 if (y < 0 || stdscr->_maxy <= y || x < 0 || stdscr->_maxx <= x)
58 stdscr->_cury = y;
59 stdscr->_curx = x;
H A Dscrreg.c54 if (top < 0 || bottom < top || stdscr->_maxy <= bottom)
58 stdscr->_top = top;
59 stdscr->_bottom = bottom + 1;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dscrreg.c54 if (top < 0 || bottom < top || stdscr->_maxy <= bottom)
58 stdscr->_top = (short) top;
59 stdscr->_bottom = (short) bottom + 1;
H A Dattr_on.c54 (void) wattr_on(stdscr, at, opts);
64 (void) wattr_off(stdscr, at, opts);
74 (void) wattr_set(stdscr, at, co, opts);
84 (void) wcolor_set(stdscr, co, opts);
94 (void) wattr_get(stdscr, at, co, opts);
105 (void) wstandout(stdscr);
116 (void) wstandend(stdscr);
H A Dattron.c52 return (wattron(stdscr, at));
58 return (wattroff(stdscr, at));
64 return (wattrset(stdscr, at));
H A Ddeleteln.c54 return (winsdelln(stdscr, -1));
62 return (winsdelln(stdscr, 1));
70 return (winsdelln(stdscr, n));

Completed in 77 milliseconds

123456789