Searched refs:stdscr (Results 101 - 125 of 212) sorted by relevance

123456789

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dclear.c59 code = wclear(stdscr);
73 code = werase(stdscr);
H A Dadd_wch.c56 code = wadd_wch(stdscr, cc);
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = wadd_wch(stdscr, cc);
H A Daddch.c56 code = waddch(stdscr, ch);
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = waddch(stdscr, ch);
H A Ddelch.c56 code = wdelch(stdscr);
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = wdelch(stdscr);
H A Dget_wch.c56 code = wget_wch(stdscr, wcp);
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = wget_wch(stdscr, wcp);
H A Dgetch.c56 value = wgetch(stdscr);
68 if (wmove(stdscr, y, x))
71 value = wgetch(stdscr);
H A Din_wch.c56 code = win_wch(stdscr, cc);
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = win_wch(stdscr, cc);
H A Dins_wch.c56 code = wins_wch(stdscr, cc);
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = wins_wch(stdscr, cc);
H A Dinsch.c56 code = winsch(stdscr, ch);
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = winsch(stdscr, ch);
H A Dbkgrnd.c63 code = wbkgrnd(stdscr, bg);
H A Dscrl.c62 return (wscrl(stdscr, n));
H A Daddchn.c56 code = waddchnstr(stdscr, chs, n);
68 if ((code = wmove(stdscr, y, x)) == OK)
69 code = waddchnstr(stdscr, chs, n);
94 code = waddchnstr(stdscr, chs, -1);
106 if ((code = wmove(stdscr, y, x)) == OK)
107 code = waddchnstr(stdscr, chs, -1);
/osnet-11/usr/src/lib/libcurses/screen/
H A D_mvaddnwstr.c42 return (mvwaddnwstr(stdscr, y, x, ws, n));
H A D_mvaddwchnstr.c42 return (mvwaddwchnstr(stdscr, y, x, str, n));
H A D_mvgetnwstr.c42 return (mvwgetnwstr(stdscr, y, x, ws, n));
H A D_mvhline.c51 return (mvwhline(stdscr, y, x, c, n));
H A D_mvinchnstr.c51 return (mvwinchnstr(stdscr, y, x, s, n));
H A D_mvinnwstr.c42 return (mvwinnwstr(stdscr, y, x, ws, n));
H A D_mvinsnwstr.c42 return (mvwinsnwstr(stdscr, y, x, ws, n));
H A D_mvinwchnstr.c42 return (mvwinwchnstr(stdscr, y, x, str, n));
H A D_mvvline.c51 return (mvwvline(stdscr, y, x, c, n));
H A Dprintw.c63 return (vwprintw(stdscr, fmt, ap));
H A Dscanw.c64 return (vwscanw(stdscr, fmt, ap));
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbkgrnd.c63 code = wbkgrnd(stdscr, bg);
H A Drefresh.c57 code = wrefresh(stdscr);

Completed in 94 milliseconds

123456789