Lines Matching refs:wcs

862 #define waddstr(w,wcs)			waddnstr(w,wcs,-1)  argument
864 #define addnwstr(wcs,n) waddnwstr(stdscr,wcs,n) argument
865 #define addwstr(wcs) waddwstr(stdscr,wcs) argument
866 #define mvaddnwstr(y,x,wcs,n) (move(y,x)?ERR:addnwstr(wcs,n)) argument
867 #define mvaddwstr(y,x,wcs) (move(y,x)?ERR:addwstr(wcs)) argument
868 #define mvwaddnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:waddnwstr(w,wcs,n)) argument
869 #define mvwaddwstr(w,y,x,wcs) (wmove(w,y,x)?ERR:waddwstr(w,wcs)) argument
870 #define waddwstr(w,wcs) waddnwstr(w,wcs,-1) argument
949 #define getn_wstr(wcs,n) wgetn_wstr(stdscr,wcs,n) argument
950 #define get_wstr(wcs) wget_wstr(stdscr,wcs) argument
951 #define mvgetn_wstr(y,x,wcs,n) (move(y,x)?ERR:getn_wstr(wcs,n)) argument
952 #define mvget_wstr(y,x,wcs) (move(y,x)?ERR:get_wstr(wcs)) argument
953 #define mvwgetn_wstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:wgetn_wstr(w,wcs,n)) argument
954 #define mvwget_wstr(w,y,x,wcs) (wmove(w,y,x)?ERR:wget_wstr(w,wcs)) argument
955 #define wget_wstr(w,wcs) wgetn_wstr(w,wcs,-1) argument
1017 #define innwstr(wcs,n) winnwstr(stdscr,wcs,n) argument
1018 #define inwstr(wcs) winwstr(stdscr,wcs) argument
1019 #define mvinnwstr(y,x,wcs,n) (move(y,x)?ERR:innwstr(wcs,n)) argument
1020 #define mvinwstr(y,x,wcs) (move(y,x)?ERR:inwstr(wcs)) argument
1021 #define mvwinnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:winnwstr(w,wcs,n)) argument
1022 #define mvwinwstr(w,y,x,wcs) (wmove(w,y,x)?ERR:winwstr(w,wcs)) argument
1023 #define winwstr(w,wcs) winnwstr(w,wcs,-1) argument
1041 #define ins_nwstr(wcs, n) wins_nwstr(stdscr, wcs, n) argument
1042 #define ins_wstr(wcs) wins_wstr(stdscr, wcs) argument
1043 #define mvins_nwstr(y, x, wcs, n) (move(y, x)?ERR:ins_nwstr(wcs, n)) argument
1044 #define mvins_wstr(y, x, wcs) (move(y, x)?ERR:ins_wstr(wcs)) argument
1045 #define mvwins_nwstr(w, y, x, wcs, n) (wmove(w, y, x)?ERR:wins_nwstr(w,wcs,n)) argument
1046 #define mvwins_wstr(w, y, x, wcs) (wmove(w, y, x)?ERR:wins_wstr(w,wcs)) argument
1047 #define wins_wstr(w, wcs) wins_nwstr(w, wcs, -1) argument