Lines Matching refs:ERR
58 #define ERR EOF macro
734 #define mvaddch(y, x, ch) (move(y, x) ? ((ch), ERR) : addch(ch))
736 (wmove(__w1 = (w), y, x) ? ((ch), ERR) : waddch(__w1, ch))
739 #define mvadd_wch(y, x, cp) (move(y, x) ? ((cp), ERR) : add_wch(cp))
741 (wmove(__w1 = (w), y, x) ? ((cp), ERR) : wadd_wch(__w1, cp))
746 (move(y, x) ? ((chs), (n), ERR) : addchnstr(chs, n))
749 (move(y, x) ? ((chs), ERR) : addchstr(chs))
752 (wmove(__w1 = (w), y, x) ? ((chs), (n), ERR) :\
756 (wmove(__w1 = (w), y, x) ? ((chs), ERR) : waddchstr(__w1, chs))
763 (move(y, x) ? ((cp), (n), ERR) : add_wchnstr(cp, n))
766 (move(y, x) ? ((cp), ERR) : add_wchstr(cp))
769 (wmove(__w1 = (w), y, x) ? ((cp), (n), ERR) :\
773 (wmove(__w1 = (w), y, x) ? ((cp), ERR) :\
780 (move(y, x) ? (s, n, ERR) : addnstr(s, n))
783 (move(y, x) ? (s, ERR) : addstr(s))
786 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : waddnstr(__w1, s, n))
789 (wmove(__w1 = (w), y, x) ? (s, ERR) : waddstr(__w1, s))
795 (move(y, x) ? (wcs, n, ERR) : addnwstr(wcs, n))
798 (move(y, x) ? (wcs, ERR) : addwstr(wcs))
801 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) :\
805 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : waddwstr(__w1, wcs))
844 (move(y, x) ? (n, a, co, p, ERR) : chgat(n, a, co, p))
847 (wmove(__w1 = (w), y, x) ? (n, a, co, p, ERR) :\
855 (clearok(__w1 = (w), 1) ? ERR : werase(__w1))
858 (wmove(__w1 = (w), 0, 0) ? ERR : wclrtobot(__w1))
861 #define mvdelch(y, x) (move(y, x) ? ERR : delch())
863 (wmove(__w1 = (w), y, x) ? ERR : wdelch(__w1))
874 (waddch(__w1 = (w), ch) ? (wrefresh(__w1), ERR) :\
878 (wadd_wch(__w1 = (w), cp) ? (wrefresh(__w1), ERR) :\
882 #define mvgetch(y, x) (move(y, x) ? ERR : getch())
884 (wmove(__w1 = (w), y, x) ? ERR : wgetch(__w1))
888 (move(y, x) ? (wcp, ERR) : get_wch(wcp))
891 (wmove(__w1 = (w), y, x) ? (wcp, ERR) : wget_wch(__w1, wcp))
896 (move(y, x) ? (s, n, ERR) : getnstr(s, n))
899 (move(y, x) ? (s, ERR) : getstr(s))
902 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : wgetnstr(__w1, s, n))
905 (wmove(__w1 = (w), y, x) ? (s, ERR) : wgetstr(__w1, s))
911 (move(y, x) ? (wcs, n, ERR) : getn_wstr(wcs, n))
914 (move(y, x) ? (wcs, ERR) : get_wstr(wcs))
917 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) :\
921 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : wget_wstr(__w1, wcs))
938 (move(y, x) ? (ch, n, ERR) : hline(ch, n))
941 (move(y, x) ? (ch, n, ERR) : vline(ch, n))
944 (wmove(__w1 = (w), y, x) ? (ch, n, ERR) : whline(__w1, ch, n))
947 (wmove(__w1 = (w), y, x) ? (ch, n, ERR) : wvline(__w1, ch, n))
952 (move(y, x) ? (cp, n, ERR) : hline_set(cp, n))
955 (move(y, x) ? (cp, n, ERR) : vline_set(cp, n))
958 (wmove(__w1 = (w), y, x) ? (cp, n, ERR) : whline_set(__w1, cp, n))
961 (wmove(__w1 = (w), y, x) ? (cp, n, ERR) : wvline_set(__w1, cp, n))
964 #define mvinch(y, x) (move(y, x) ? ERR : inch())
966 (wmove(__w1 = (w), y, x) ? ERR : winch(__w1))
970 (move(y, x) ? (cp, ERR) : in_wch(cp))
973 (wmove(__w1 = (w), y, x) ? (cp, ERR) : win_wch(__w1, cp))
978 (move(y, x) ? (chs, n, ERR) : inchnstr(chs, n))
981 (move(y, x) ? (chs, ERR) : inchstr(chs))
984 (wmove(__w1 = (w), y, x) ? (chs, n, ERR) : winchnstr(__w1, chs, n))
987 (wmove(__w1 = (w), y, x) ? (chs, ERR) : winchstr(__w1, chs))
993 (move(y, x) ? (cp, n, ERR) : in_wchnstr(cp, n))
996 (move(y, x) ? (cp, ERR) : in_wchstr(cp))
999 (wmove(__w1 = (w), y, x) ? (cp, n, ERR) :\
1003 (wmove(__w1 = (w), y, x) ? (cp, ERR) : win_wchstr(__w1, cp))
1009 (move(y, x) ? (s, n, ERR) : innstr(s, n))
1012 (move(y, x) ? (s, ERR) : instr(s))
1015 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : winnstr(__w1, s, n))
1018 (wmove(__w1 = (w), y, x) ? (s, ERR) : winstr(__w1, s))
1024 (move(y, x) ? (wcs, n, ERR) : innwstr(wcs, n))
1027 (move(y, x) ? (wcs, ERR) : inwstr(wcs))
1030 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) :\
1034 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : winwstr(__w1, wcs))
1038 #define mvinsch(y, x, ch) (move(y, x) ? (ch, ERR) : insch(ch))
1040 (wmove(__w1 = (w), y, x) ? (ch, ERR) : winsch(__w1, ch))
1043 #define mvins_wch(y, x, cp) (move(y, x) ? (cp, ERR) : ins_wch(cp))
1045 (wmove(__w1 = (w), y, x) ? (cp, ERR) : wins_wch(__w1, cp))
1049 #define mvinsnstr(y, x, s, n) (move(y, x) ? (s, n, ERR) : insnstr(s, n))
1050 #define mvinsstr(y, x, s) (move(y, x) ? (s, ERR) : insstr(s))
1052 (wmove(__w1 = (w), y, x) ? (s, n, ERR) : winsnstr(__w1, s, n))
1055 (wmove(__w1 = (w), y, x) ? (s, ERR) : winsstr(__w1, s))
1061 (move(y, x) ? (wcs, n, ERR) : ins_nwstr(wcs, n))
1063 #define mvins_wstr(y, x, wcs) (move(y, x) ? (wcs, ERR) : ins_wstr(wcs))
1065 (wmove(__w1 = (w), y, x) ? (wcs, n, ERR) : wins_nwstr(__w1, wcs, n))
1068 (wmove(__w1 = (w), y, x) ? (wcs, ERR) : wins_wstr(__w1, wcs))