Lines Matching defs:ERR
60 #define ERR EOF
736 #define mvaddch(y, x, ch) (move(y, x) ? ((ch), ERR) : addch(ch))
738 (wmove(__w1 = (w), y, x) ? ((ch), ERR) : waddch(__w1, ch))
741 #define mvadd_wch(y, x, cp) (move(y, x) ? ((cp), ERR) : add_wch(cp))
743 (wmove(__w1 = (w), y, x) ? ((cp), ERR) : wadd_wch(__w1, cp))
748 (move(y, x) ? ((chs), (n), ERR) : addchnstr(chs, n))
751 (move(y, x) ? ((chs), ERR) : addchstr(chs))
754 (wmove(__w1 = (w), y, x) ? ((chs), (n), ERR) :\
758 (wmove(__w1 = (w), y, x) ? ((chs), ERR) : waddchstr(__w1, chs))
765 (move(y, x) ? ((cp), (n), ERR) : add_wchnstr(cp, n))
768 (move(y, x) ? ((cp), ERR) : add_wchstr(cp))
771 (wmove(__w1 = (w), y, x) ? ((cp), (n), ERR) :\
775 (wmove(__w1 = (w), y, x) ? ((cp), ERR) :\
782 (move(y, x) ? (s, n, ERR) : addnstr(s, n))
785 (move(y, x) ? (s, ERR) : addstr(s))
788 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : waddnstr(__w1, s, n))
791 (wmove(__w1 = (w), y, x) ? (s, ERR) : waddstr(__w1, s))
797 (move(y, x) ? (wcs, n, ERR) : addnwstr(wcs, n))
800 (move(y, x) ? (wcs, ERR) : addwstr(wcs))
803 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) :\
807 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : waddwstr(__w1, wcs))
846 (move(y, x) ? (n, a, co, p, ERR) : chgat(n, a, co, p))
849 (wmove(__w1 = (w), y, x) ? (n, a, co, p, ERR) :\
857 (clearok(__w1 = (w), 1) ? ERR : werase(__w1))
860 (wmove(__w1 = (w), 0, 0) ? ERR : wclrtobot(__w1))
863 #define mvdelch(y, x) (move(y, x) ? ERR : delch())
865 (wmove(__w1 = (w), y, x) ? ERR : wdelch(__w1))
876 (waddch(__w1 = (w), ch) ? (wrefresh(__w1), ERR) :\
880 (wadd_wch(__w1 = (w), cp) ? (wrefresh(__w1), ERR) :\
884 #define mvgetch(y, x) (move(y, x) ? ERR : getch())
886 (wmove(__w1 = (w), y, x) ? ERR : wgetch(__w1))
890 (move(y, x) ? (wcp, ERR) : get_wch(wcp))
893 (wmove(__w1 = (w), y, x) ? (wcp, ERR) : wget_wch(__w1, wcp))
898 (move(y, x) ? (s, n, ERR) : getnstr(s, n))
901 (move(y, x) ? (s, ERR) : getstr(s))
904 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : wgetnstr(__w1, s, n))
907 (wmove(__w1 = (w), y, x) ? (s, ERR) : wgetstr(__w1, s))
913 (move(y, x) ? (wcs, n, ERR) : getn_wstr(wcs, n))
916 (move(y, x) ? (wcs, ERR) : get_wstr(wcs))
919 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) :\
923 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : wget_wstr(__w1, wcs))
940 (move(y, x) ? (ch, n, ERR) : hline(ch, n))
943 (move(y, x) ? (ch, n, ERR) : vline(ch, n))
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))
954 (move(y, x) ? (cp, n, ERR) : hline_set(cp, n))
957 (move(y, x) ? (cp, n, ERR) : vline_set(cp, 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))
966 #define mvinch(y, x) (move(y, x) ? ERR : inch())
968 (wmove(__w1 = (w), y, x) ? ERR : winch(__w1))
972 (move(y, x) ? (cp, ERR) : in_wch(cp))
975 (wmove(__w1 = (w), y, x) ? (cp, ERR) : win_wch(__w1, cp))
980 (move(y, x) ? (chs, n, ERR) : inchnstr(chs, n))
983 (move(y, x) ? (chs, ERR) : inchstr(chs))
986 (wmove(__w1 = (w), y, x) ? (chs, n, ERR) : winchnstr(__w1, chs, n))
989 (wmove(__w1 = (w), y, x) ? (chs, ERR) : winchstr(__w1, chs))
995 (move(y, x) ? (cp, n, ERR) : in_wchnstr(cp, n))
998 (move(y, x) ? (cp, ERR) : in_wchstr(cp))
1001 (wmove(__w1 = (w), y, x) ? (cp, n, ERR) :\
1005 (wmove(__w1 = (w), y, x) ? (cp, ERR) : win_wchstr(__w1, cp))
1011 (move(y, x) ? (s, n, ERR) : innstr(s, n))
1014 (move(y, x) ? (s, ERR) : instr(s))
1017 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : winnstr(__w1, s, n))
1020 (wmove(__w1 = (w), y, x) ? (s, ERR) : winstr(__w1, s))
1026 (move(y, x) ? (wcs, n, ERR) : innwstr(wcs, n))
1029 (move(y, x) ? (wcs, ERR) : inwstr(wcs))
1032 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) :\
1036 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : winwstr(__w1, wcs))
1040 #define mvinsch(y, x, ch) (move(y, x) ? (ch, ERR) : insch(ch))
1042 (wmove(__w1 = (w), y, x) ? (ch, ERR) : winsch(__w1, ch))
1045 #define mvins_wch(y, x, cp) (move(y, x) ? (cp, ERR) : ins_wch(cp))
1047 (wmove(__w1 = (w), y, x) ? (cp, ERR) : wins_wch(__w1, cp))
1051 #define mvinsnstr(y, x, s, n) (move(y, x) ? (s, n, ERR) : insnstr(s, n))
1052 #define mvinsstr(y, x, s) (move(y, x) ? (s, ERR) : insstr(s))
1054 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : winsnstr(__w1, s, n))
1057 (wmove(__w1 = (w), y, x) ? (s, ERR) : winsstr(__w1, s))
1063 (move(y, x) ? (wcs, n, ERR) : ins_nwstr(wcs, n))
1065 #define mvins_wstr(y, x, wcs) (move(y, x) ? (wcs, ERR) : ins_wstr(wcs))
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))