Searched refs:stdscr (Results 26 - 50 of 212) sorted by relevance

123456789

/osnet-11/usr/src/lib/libcurses/screen/
H A D_mvaddnstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : waddnstr(stdscr, s, n));
H A D_mvaddstr.c49 return (wmove(stdscr, y, x) == ERR ? ERR : waddstr(stdscr, str));
H A D_mvdelch.c51 return (wmove(stdscr, y, x) == ERR ? ERR : wdelch(stdscr));
H A D_mvgetch.c51 return (wmove(stdscr, y, x) == ERR ? ERR : wgetch(stdscr));
H A D_mvgetstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : wgetstr(stdscr, str));
H A D_mvinch.c51 return (wmove(stdscr, y, x) == ERR ? (chtype) ERR : winch(stdscr));
H A D_mvinchstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : winchstr(stdscr, s));
H A D_mvinnstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : winnstr(stdscr, s, n));
H A D_mvinsch.c51 return (wmove(stdscr, y, x) == ERR ? ERR : winsch(stdscr, c));
H A D_mvinsnstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : winsnstr(stdscr, s, n));
H A D_mvinsstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : winsstr(stdscr, s));
H A D_mvinstr.c51 return (wmove(stdscr, y, x) == ERR ? ERR : winstr(stdscr, s));
H A DV3.m_addch.c51 return (waddch(stdscr, c));
H A DV3.m_addstr.c51 return (waddstr(stdscr, str));
H A D_addch.c51 return (waddch(stdscr, ch));
H A D_addchstr.c51 return (waddchstr(stdscr, s));
H A D_addstr.c51 return (waddstr(stdscr, str));
H A D_addwch.c42 return (waddwch(stdscr, ch));
H A D_addwchstr.c42 return (waddwchstr(stdscr, str));
H A D_addwstr.c42 return (waddwstr(stdscr, ws));
H A D_attroff.c51 (void) wattroff(stdscr, at);
H A D_attron.c51 (void) wattron(stdscr, at);
H A D_attrset.c51 (void) wattrset(stdscr, at);
H A D_bkgd.c51 return (wbkgd(stdscr, c));
H A D_bkgdset.c49 wbkgdset(stdscr, c);

Completed in 51 milliseconds

123456789