Searched refs:ERR (Results 51 - 75 of 191) sorted by relevance

12345678

/openbsd-current/lib/libcurses/tinfo/
H A Dadd_tries.c60 returnCode(ERR);
83 returnCode(ERR);
97 returnCode(ERR);
117 returnCode(ERR);
H A Dlib_options.c57 int res = ERR;
94 returnCode(ERR);
121 returnCode(ERR);
133 returnCode(ERR);
156 returnCode(ERR);
162 int result = ERR;
197 int code = ERR;
224 code = ERR;
227 if (code != ERR)
251 returnCode(ERR);
[all...]
H A Dlib_ttyflags.c56 result = ERR;
63 result = ERR;
70 result = ERR;
80 if (result == ERR && buf != 0)
100 result = ERR;
105 result = ERR;
120 result = ERR;
144 int rc = ERR;
185 int rc = ERR;
223 int rc = ERR;
[all...]
H A Dlib_print.c61 return (ERR);
80 return (ERR);
/openbsd-current/lib/libcurses/widechar/
H A Dlib_unget_wch.c96 result = ERR;
102 result = ERR;
105 result = ERR;
H A Dlib_in_wch.c63 code = ERR;
H A Dlib_pecho_wchar.c46 returnCode(ERR);
/openbsd-current/distrib/special/more/
H A Dcurses.h141 #define ERR (0) /* Error return. */ macro
178 (wmove(w, y, x) == ERR ? ERR : __waddbytes(w, s, n, 0))
180 (wmove(w, y, x) == ERR ? ERR : waddch(w, ch))
182 (wmove(w, y, x) == ERR ? ERR : waddnstr(w, s, n))
184 (wmove(w, y, x) == ERR ? ERR : __waddbytes(w, s, strlen(s), 0))
186 (wmove(w, y, x) == ERR
[all...]
/openbsd-current/lib/libcurses/
H A Dcurses.h409 #undef ERR macro
410 #define ERR (-1) macro
1201 #define getcurx(win) (NCURSES_OK_ADDR(win) ? (win)->_curx : ERR)
1202 #define getcury(win) (NCURSES_OK_ADDR(win) ? (win)->_cury : ERR)
1203 #define getbegx(win) (NCURSES_OK_ADDR(win) ? (win)->_begx : ERR)
1204 #define getbegy(win) (NCURSES_OK_ADDR(win) ? (win)->_begy : ERR)
1205 #define getmaxx(win) (NCURSES_OK_ADDR(win) ? ((win)->_maxx + 1) : ERR)
1206 #define getmaxy(win) (NCURSES_OK_ADDR(win) ? ((win)->_maxy + 1) : ERR)
1207 #define getparx(win) (NCURSES_OK_ADDR(win) ? (win)->_parx : ERR)
1208 #define getpary(win) (NCURSES_OK_ADDR(win) ? (win)->_pary : ERR)
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h35 #undef ERR macro
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dfail-like.t51 my $err_re = <<ERR;
56 ERR
/openbsd-current/lib/libcurses/base/
H A Dlib_driver.c56 int code = ERR;
99 int code = ERR;
115 int code = ERR;
134 int code = ERR;
H A Dlib_printw.c102 if ((code = move(y, x)) != ERR) {
125 if ((code = wmove(win, y, x)) != ERR) {
139 int code = ERR;
157 int code = ERR;
H A Dlib_slkatrof.c60 returnCode(ERR);
H A Dlib_wattron.c68 returnCode(ERR);
H A Dlib_endwin.c53 int code = ERR;
H A Dlib_colorset.c52 int code = ERR;
H A Dlib_addch.c116 return(ERR); \
156 return (ERR);
177 if (waddch_literal(win, blank) == ERR)
363 return ERR;
368 if (wrap_to_next_line(win) == ERR)
369 return ERR;
496 if (waddch_literal(win, blank) == ERR)
497 return (ERR);
520 return (ERR);
538 if (waddch_literal(win, sch) == ERR)
[all...]
H A Dlib_restart.c68 result = ERR;
105 result = ERR;
H A Dlib_insnstr.c51 int code = ERR;
81 if (code == ERR)
H A Dlib_addstr.c56 int code = ERR;
73 if (_nc_waddch_nosync(win, ch) == ERR) {
74 code = ERR;
95 returnCode(ERR);
150 returnCode(ERR);
229 int code = ERR;
246 if (wadd_wch(win, &ch) == ERR) {
247 code = ERR;
H A Dlib_delwin.c79 int result = ERR;
86 result = ERR;
/openbsd-current/lib/libpanel/
H A Dp_show.c47 int err = ERR;
H A Dp_bottom.c74 err = ERR;
/openbsd-current/usr.bin/rsync/
H A Duploader.c200 ERR("%s: fstatat", f->path);
206 ERR("%s: unlinkat", f->path);
245 ERR("mkstemplinkat");
257 ERR("%s: renameat %s", temp, f->path);
304 ERR("%s: fstatat", f->path);
310 ERR("%s: unlinkat", f->path);
335 ERR("mkstempnodat");
346 ERR("%s: renameat %s", temp, f->path);
393 ERR("%s: fstatat", f->path);
399 ERR("
[all...]

Completed in 222 milliseconds

12345678