Lines Matching refs:stdscr

363 extern WINDOW *curscr, *stdscr;
832 #define addch(ch) waddch(stdscr,ch)
836 #define add_wch(cp) wadd_wch(stdscr,cp)
840 #define addchnstr(chs,n) waddchnstr(stdscr,chs,n)
841 #define addchstr(chs) waddchstr(stdscr,chs)
848 #define add_wchnstr(cp,n) wadd_wchnstr(stdscr,cp,n)
849 #define add_wchstr(cp) wadd_wchstr(stdscr,cp)
856 #define addnstr(s,n) waddnstr(stdscr,s,n)
857 #define addstr(s) waddstr(stdscr,s)
864 #define addnwstr(wcs,n) waddnwstr(stdscr,wcs,n)
865 #define addwstr(wcs) waddwstr(stdscr,wcs)
872 #define attr_get(a,c,o) wattr_get(stdscr,a,c,o)
873 #define attr_off(a,o) wattr_off(stdscr,a,o)
874 #define attr_on(a,o) wattr_on(stdscr,a,o)
875 #define attr_set(a,c,o) wattr_set(stdscr,a,c,o)
880 #define bkgd(ch) wbkgd(stdscr, ch)
881 #define bkgdset(ch) __m_chtype_cc(ch, &stdscr->_bg)
885 #define bkgrnd(b) wbkgrnd(stdscr,b)
886 #define bkgrndset(b) wbkgrndset(stdscr,b)
887 #define getbkgrnd(b) wgetbkgrnd(stdscr,b)
892 wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
894 wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br)
902 #define chgat(n,a,co,p) wchgat(stdscr,n,a,co,p)
906 #define clear() wclear(stdscr)
907 #define clrtobot() wclrtobot(stdscr)
908 #define clrtoeol() wclrtoeol(stdscr)
909 #define erase() werase(stdscr)
913 #define delch() wdelch(stdscr)
917 #define deleteln() wdeleteln(stdscr)
918 #define insdelln(n) winsdelln(stdscr,n)
919 #define insertln() winsertln(stdscr)
923 #define refresh() wrefresh(stdscr)
925 #define echochar(ch) wechochar(stdscr,ch)
926 #define echo_wchar(cp) wecho_wchar(stdscr,cp)
933 #define getch() wgetch(stdscr)
937 #define get_wch(wcp) wget_wch(stdscr,wcp)
941 #define getnstr(s,n) wgetnstr(stdscr,s,n)
942 #define getstr(s) wgetstr(stdscr,s)
949 #define getn_wstr(wcs,n) wgetn_wstr(stdscr,wcs,n)
950 #define get_wstr(wcs) wget_wstr(stdscr,wcs)
971 #define hline(ch,n) whline(stdscr,ch,n)
972 #define vline(ch,n) wvline(stdscr,ch,n)
978 #define hline_set(cp,n) whline_set(stdscr,cp,n)
979 #define vline_set(cp,n) wvline_set(stdscr,cp,n)
985 #define inch() winch(stdscr)
989 #define in_wch(cp) win_wch(stdscr,cp)
993 #define inchnstr(chs,n) winchnstr(stdscr,chs,n)
994 #define inchstr(chs) winchstr(stdscr,chs)
1001 #define in_wchnstr(cp,n) win_wchnstr(stdscr,cp,n)
1002 #define in_wchstr(cp) win_wchstr(stdscr,cp)
1009 #define innstr(s,n) winnstr(stdscr,s,n)
1010 #define instr(s) winstr(stdscr,s)
1017 #define innwstr(wcs,n) winnwstr(stdscr,wcs,n)
1018 #define inwstr(wcs) winwstr(stdscr,wcs)
1025 #define insch(ch) winsch(stdscr,ch)
1029 #define ins_wch(cp) wins_wch(stdscr,cp)
1033 #define insnstr(s,n) winsnstr(stdscr,s,n)
1034 #define insstr(s) winsstr(stdscr,s)
1041 #define ins_nwstr(wcs, n) wins_nwstr(stdscr, wcs, n)
1042 #define ins_wstr(wcs) wins_wstr(stdscr, wcs)
1053 #define move(y, x) wmove(stdscr, y, x)
1062 #define timeout(n) wtimeout(stdscr, n)
1069 #define scrl(n) wscrl(stdscr, n)
1070 #define setscrreg(t, b) wsetscrreg(stdscr, t, b)
1072 #define standend() wstandend(stdscr)
1073 #define standout() wstandout(stdscr)