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

12345678

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_slkatrof.c57 returnCode(ERR);
H A Dlib_slkcolor.c46 int code = ERR;
H A Dlib_slkinit.c54 int code = ERR;
H A Dlib_addch.c113 return(ERR); \
149 return (ERR);
170 if (waddch_literal(win, blank) == ERR)
333 return ERR;
338 if (wrap_to_next_line(win) == ERR)
339 return ERR;
464 if (waddch_literal(win, blank) == ERR)
465 return (ERR);
488 return (ERR);
506 if (waddch_literal(win, sch) == ERR)
[all...]
H A Dlib_getch.c76 code = ERR;
166 int ch = (peek >= 0) ? sp->_fifo[peek] : ERR;
176 int ch = (head >= 0) ? sp->_fifo[head] : ERR;
205 return ERR;
292 * with value ERR when a handled signal keeps it from completing.
309 ch = ERR;
387 rc = ERR;
411 returnCode(ERR);
442 if (rc != KEY_EVENT && rc != ERR)
445 if (recur_wgetnstr(win, buf) != ERR)
[all...]
H A Dlib_addstr.c53 int code = ERR;
69 if (_nc_waddch_nosync(win, ch) == ERR) {
70 code = ERR;
91 returnCode(ERR);
146 returnCode(ERR);
223 int code = ERR;
239 if (wadd_wch(win, &ch) == ERR) {
240 code = ERR;
H A Dlib_restart.c64 result = ERR;
104 result = ERR;
H A Dlib_touch.c55 returnCode((bool) ERR);
82 returnCode(ERR);
H A Dlib_printw.c100 if ((code = move(y, x)) != ERR) {
122 if ((code = wmove(win, y, x)) != ERR) {
134 int code = ERR;
H A Dlib_slkset.c68 returnCode(ERR);
110 returnCode(ERR);
117 returnCode(ERR);
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_in_wch.c58 code = ERR;
H A Dlib_pecho_wchar.c43 returnCode(ERR);
H A Dlib_get_wstr.c101 returnCode(ERR);
122 while ((code = wget_wch(win, &ch)) != ERR) {
175 if (wadd_wint(win, tmpstr - 1) == ERR) {
220 if (code == ERR) {
225 returnCode(ERR);
/freebsd-11-stable/contrib/ncurses/panel/
H A Dp_bottom.c71 err = ERR;
H A Dp_show.c44 int err = ERR;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h35 #undef ERR macro
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_print.c58 return (ERR);
76 return (ERR);
H A Dlib_raw.c83 int result = ERR;
135 int result = ERR;
180 int result = ERR;
213 int result = ERR;
264 int result = ERR;
302 int result = ERR;
342 int result = ERR;
347 returnCode(ERR);
H A Dlib_tputs.c92 returnCode(ERR);
163 rc = ERR;
168 rc = ERR;
228 int rc = ERR;
280 return ERR;
283 return ERR;
415 return (ERR);
H A Dwrite_entry.c72 if (write_object(tp, buffer, &offset, limit) == ERR
319 if (write_object(tp, buffer + 1, &offset, limit - 1) != ERR) {
686 return (ERR);
694 return (ERR);
697 return (ERR);
704 return (ERR);
711 return (ERR);
719 return (ERR);
726 return (ERR);
734 return (ERR);
[all...]
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Dregset.h131 #define ERR 13 macro
152 #define ERR 12 macro
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_shift.sh66 atf_check -s exit:0 -o match:complete -o not-match:ERR -e empty \
68 'set -- a b c d e;while [ $# -gt 0 ];do shift||echo ERR;done;echo complete'
112 atf_check -s not-exit:0 -o match:OK -o not-match:ERR \
114 "set -- $1 ;"'echo OK:$#-'"$2;shift $2 && echo ERR"
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c210 ret = ERR(ENODEV);
215 ret = ERR(ENODEV);
221 ret = ERR(ENOMEM);
275 return ERR(ENODEV);
279 ret = ERR(ret);
285 ret = ERR(ENOMEM);
396 return ERR(ENODEV);
406 ret = ERR(ENOMEM);
530 return ERR(ENOMEM);
574 return (ret >= 0) ? ERR(ENODAT
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dui_getc.c132 int state = ERR;
139 if (state == ERR) {
258 static int last_getc = ERR;
271 return ERR; /* not really an error... */
279 last_getc = ERR;
351 ch = ERR;
370 case ERR:
371 ch = ERR;
372 last_getc = ERR;
430 int ch = ERR;
[all...]
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_item_cur.c104 | Return Values : The index or ERR if this is an invalid item pointer
110 returnCode((item && item->imenu) ? item->index : ERR);

Completed in 209 milliseconds

12345678