Lines Matching defs:wcs

791 #define	waddstr(w, wcs)	waddnstr(w, wcs, -1)  argument
792 #define addnwstr(wcs, n) waddnwstr(stdscr, wcs, n) argument
793 #define addwstr(wcs) waddwstr(stdscr, wcs) argument
794 #define mvaddnwstr(y, x, wcs, n) \ argument
797 #define mvaddwstr(y, x, wcs) \ argument
800 #define mvwaddnwstr(w, y, x, wcs, n) \ argument
804 #define mvwaddwstr(w, y, x, wcs) \ argument
807 #define waddwstr(w, wcs) waddnwstr(w, wcs, -1) argument
908 #define getn_wstr(wcs, n) wgetn_wstr(stdscr, wcs, n) argument
909 #define get_wstr(wcs) wget_wstr(stdscr, wcs) argument
910 #define mvgetn_wstr(y, x, wcs, n) \ argument
913 #define mvget_wstr(y, x, wcs) \ argument
916 #define mvwgetn_wstr(w, y, x, wcs, n) \ argument
920 #define mvwget_wstr(w, y, x, wcs) \ argument
923 #define wget_wstr(w, wcs) wgetn_wstr(w, wcs, -1) argument
1021 #define innwstr(wcs, n) winnwstr(stdscr, wcs, n) argument
1022 #define inwstr(wcs) winwstr(stdscr, wcs) argument
1023 #define mvinnwstr(y, x, wcs, n) \ argument
1026 #define mvinwstr(y, x, wcs) \ argument
1029 #define mvwinnwstr(w, y, x, wcs, n) \ argument
1033 #define mvwinwstr(w, y, x, wcs) \ argument
1036 #define winwstr(w, wcs) (winnwstr(w, wcs, -1), OK) argument
1058 #define ins_nwstr(wcs, n) wins_nwstr(stdscr, wcs, n) argument
1059 #define ins_wstr(wcs) wins_wstr(stdscr, wcs) argument
1060 #define mvins_nwstr(y, x, wcs, n) \ argument
1063 #define mvins_wstr(y, x, wcs) (move(y, x) ? (wcs, ERR) : ins_wstr(wcs)) argument
1064 #define mvwins_nwstr(w, y, x, wcs, n) \ argument
1067 #define mvwins_wstr(w, y, x, wcs) \ argument
1070 #define wins_wstr(w, wcs) wins_nwstr(w, wcs, -1) argument