Lines Matching refs:wmove

707 extern int wmove(WINDOW *, int, int);
738 (wmove(__w1 = (w), y, x) ? ((ch), ERR) : waddch(__w1, ch))
743 (wmove(__w1 = (w), y, x) ? ((cp), ERR) : wadd_wch(__w1, cp))
754 (wmove(__w1 = (w), y, x) ? ((chs), (n), ERR) :\
758 (wmove(__w1 = (w), y, x) ? ((chs), ERR) : waddchstr(__w1, chs))
771 (wmove(__w1 = (w), y, x) ? ((cp), (n), ERR) :\
775 (wmove(__w1 = (w), y, x) ? ((cp), ERR) :\
788 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : waddnstr(__w1, s, n))
791 (wmove(__w1 = (w), y, x) ? (s, ERR) : waddstr(__w1, s))
803 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) :\
807 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : waddwstr(__w1, wcs))
849 (wmove(__w1 = (w), y, x) ? (n, a, co, p, ERR) :\
860 (wmove(__w1 = (w), 0, 0) ? ERR : wclrtobot(__w1))
865 (wmove(__w1 = (w), y, x) ? ERR : wdelch(__w1))
886 (wmove(__w1 = (w), y, x) ? ERR : wgetch(__w1))
893 (wmove(__w1 = (w), y, x) ? (wcp, ERR) : wget_wch(__w1, wcp))
904 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : wgetnstr(__w1, s, n))
907 (wmove(__w1 = (w), y, x) ? (s, ERR) : wgetstr(__w1, s))
919 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) :\
923 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : wget_wstr(__w1, wcs))
946 (wmove(__w1 = (w), y, x) ? (ch, n, ERR) : whline(__w1, ch, n))
949 (wmove(__w1 = (w), y, x) ? (ch, n, ERR) : wvline(__w1, ch, n))
960 (wmove(__w1 = (w), y, x) ? (cp, n, ERR) : whline_set(__w1, cp, n))
963 (wmove(__w1 = (w), y, x) ? (cp, n, ERR) : wvline_set(__w1, cp, n))
968 (wmove(__w1 = (w), y, x) ? ERR : winch(__w1))
975 (wmove(__w1 = (w), y, x) ? (cp, ERR) : win_wch(__w1, cp))
986 (wmove(__w1 = (w), y, x) ? (chs, n, ERR) : winchnstr(__w1, chs, n))
989 (wmove(__w1 = (w), y, x) ? (chs, ERR) : winchstr(__w1, chs))
1001 (wmove(__w1 = (w), y, x) ? (cp, n, ERR) :\
1005 (wmove(__w1 = (w), y, x) ? (cp, ERR) : win_wchstr(__w1, cp))
1017 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : winnstr(__w1, s, n))
1020 (wmove(__w1 = (w), y, x) ? (s, ERR) : winstr(__w1, s))
1032 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) :\
1036 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : winwstr(__w1, wcs))
1042 (wmove(__w1 = (w), y, x) ? (ch, ERR) : winsch(__w1, ch))
1047 (wmove(__w1 = (w), y, x) ? (cp, ERR) : wins_wch(__w1, cp))
1054 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : winsnstr(__w1, s, n))
1057 (wmove(__w1 = (w), y, x) ? (s, ERR) : winsstr(__w1, s))
1067 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) : wins_nwstr(__w1, wcs, n))
1070 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : wins_wstr(__w1, wcs))
1074 #define move(y, x) wmove(stdscr, y, x)