Lines Matching refs:stdscr

365 extern WINDOW *curscr, *stdscr;
834 #define addch(ch) waddch(stdscr,ch)
838 #define add_wch(cp) wadd_wch(stdscr,cp)
842 #define addchnstr(chs,n) waddchnstr(stdscr,chs,n)
843 #define addchstr(chs) waddchstr(stdscr,chs)
850 #define add_wchnstr(cp,n) wadd_wchnstr(stdscr,cp,n)
851 #define add_wchstr(cp) wadd_wchstr(stdscr,cp)
858 #define addnstr(s,n) waddnstr(stdscr,s,n)
859 #define addstr(s) waddstr(stdscr,s)
866 #define addnwstr(wcs,n) waddnwstr(stdscr,wcs,n)
867 #define addwstr(wcs) waddwstr(stdscr,wcs)
874 #define attr_get(a,c,o) wattr_get(stdscr,a,c,o)
875 #define attr_off(a,o) wattr_off(stdscr,a,o)
876 #define attr_on(a,o) wattr_on(stdscr,a,o)
877 #define attr_set(a,c,o) wattr_set(stdscr,a,c,o)
882 #define bkgd(ch) wbkgd(stdscr, ch)
883 #define bkgdset(ch) __m_chtype_cc(ch, &stdscr->_bg)
887 #define bkgrnd(b) wbkgrnd(stdscr,b)
888 #define bkgrndset(b) wbkgrndset(stdscr,b)
889 #define getbkgrnd(b) wgetbkgrnd(stdscr,b)
894 wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
896 wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
904 #define chgat(n,a,co,p) wchgat(stdscr,n,a,co,p)
908 #define clear() wclear(stdscr)
909 #define clrtobot() wclrtobot(stdscr)
910 #define clrtoeol() wclrtoeol(stdscr)
911 #define erase() werase(stdscr)
915 #define delch() wdelch(stdscr)
919 #define deleteln() wdeleteln(stdscr)
920 #define insdelln(n) winsdelln(stdscr,n)
921 #define insertln() winsertln(stdscr)
925 #define refresh() wrefresh(stdscr)
927 #define echochar(ch) wechochar(stdscr,ch)
928 #define echo_wchar(cp) wecho_wchar(stdscr,cp)
935 #define getch() wgetch(stdscr)
939 #define get_wch(wcp) wget_wch(stdscr,wcp)
943 #define getnstr(s,n) wgetnstr(stdscr,s,n)
944 #define getstr(s) wgetstr(stdscr,s)
951 #define getn_wstr(wcs,n) wgetn_wstr(stdscr,wcs,n)
952 #define get_wstr(wcs) wget_wstr(stdscr,wcs)
973 #define hline(ch,n) whline(stdscr,ch,n)
974 #define vline(ch,n) wvline(stdscr,ch,n)
980 #define hline_set(cp,n) whline_set(stdscr,cp,n)
981 #define vline_set(cp,n) wvline_set(stdscr,cp,n)
987 #define inch() winch(stdscr)
991 #define in_wch(cp) win_wch(stdscr,cp)
995 #define inchnstr(chs,n) winchnstr(stdscr,chs,n)
996 #define inchstr(chs) winchstr(stdscr,chs)
1003 #define in_wchnstr(cp,n) win_wchnstr(stdscr,cp,n)
1004 #define in_wchstr(cp) win_wchstr(stdscr,cp)
1011 #define innstr(s,n) winnstr(stdscr,s,n)
1012 #define instr(s) winstr(stdscr,s)
1019 #define innwstr(wcs,n) winnwstr(stdscr,wcs,n)
1020 #define inwstr(wcs) winwstr(stdscr,wcs)
1027 #define insch(ch) winsch(stdscr,ch)
1031 #define ins_wch(cp) wins_wch(stdscr,cp)
1035 #define insnstr(s,n) winsnstr(stdscr,s,n)
1036 #define insstr(s) winsstr(stdscr,s)
1043 #define ins_nwstr(wcs, n) wins_nwstr(stdscr, wcs, n)
1044 #define ins_wstr(wcs) wins_wstr(stdscr, wcs)
1055 #define move(y, x) wmove(stdscr, y, x)
1064 #define timeout(n) wtimeout(stdscr, n)
1071 #define scrl(n) wscrl(stdscr, n)
1072 #define setscrreg(t, b) wsetscrreg(stdscr, t, b)
1074 #define standend() wstandend(stdscr)
1075 #define standout() wstandout(stdscr)