Searched refs:OK (Results 126 - 150 of 178) sorted by relevance

12345678

/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c231 returnCode(OK);
/freebsd-10.0-release/usr.sbin/pkg_install/
H A Dtkpkg106 button $w.ok -text OK -command "destroy $w"
/freebsd-10.0-release/contrib/bmake/unit-tests/
H A Dtest.exp24 make: Bad conditional expression `"0" > 0' in "0" > 0?OK:No
26 OK
108 OK
109 .for with :S;... OK
148 Mscanner=OK
351 V.i386 ?= OK
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c154 int code = OK;
618 returnCode(OK);
/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c123 * For this code to work OK, the following components must live in the
851 return (OK);
869 code = OK;
981 return (OK);
994 return OK;
1000 return OK;
H A Dtty_update.c160 _tracef("position matches OK in %s", legend);
940 returnCode(OK);
1653 return OK;
1711 return OK;
1754 return OK;
1886 return (OK);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-typeprint.c226 int OK;
232 B = get_int_var_value (name_buf, 0, &OK);
233 if (OK)
225 int OK; local
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c200 rc = OK;
H A Dlib_newwin.c105 result = OK;
H A Dlib_mouse.c631 if (_nc_add_to_try(&(sp->_keytry), xterm_kmous, KEY_MOUSE) == OK)
1285 returnCode(OK);
/freebsd-10.0-release/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c142 if (pair_content(pairnum, &fg, &bg) == OK) {
/freebsd-10.0-release/contrib/ncurses/panel/
H A Dpanel.priv.h167 err = OK;\
/freebsd-10.0-release/lib/libc/isc/
H A Deventlib_p.h51 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL macro
/freebsd-10.0-release/sys/dev/sfxge/common/
H A Dsiena_mon.c110 SIENA_STATIC_SENSOR_ASSERT(OK);
/freebsd-10.0-release/usr.sbin/cron/cron/
H A Dcron.h51 * ERR must be < OK.
56 #define OK 0 macro
H A Ddo_command.c568 if (pid < OK) {
/freebsd-10.0-release/contrib/ncurses/include/
H A Dcurses.h.in297 #undef OK
298 #define OK (0)
382 bool _leaveok; /* OK to not reset cursor on exit? */
383 bool _scroll; /* OK to scroll this window? */
384 bool _idlok; /* OK to use insert/delete line? */
385 bool _idcok; /* OK to use insert/delete char? */
1117 OK)
1120 OK)
1122 #define wattr_set(win,a,p,opts) ((win)->_attrs = (((a) & ~A_COLOR) | COLOR_PAIR(p)), OK)
1125 OK)
[all...]
/freebsd-10.0-release/contrib/ncurses/progs/
H A Dtput.c404 if (setupterm(term, STDOUT_FILENO, &errret) != OK && errret <= 0)
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dunidef.h228 MACRO(OK, 0, "no error") \
/freebsd-10.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c420 return (OK);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp821 ExprValueKind VK, ExprObjectKind OK,
827 TemplateArgs, Ty, VK, OK);
1603 ExprObjectKind OK = OK_Ordinary; local
1611 OK = OK_BitField;
1652 MemberType, VK, OK));
813 BuildMemberExpr(Sema &SemaRef, ASTContext &C, Expr *Base, bool isArrow, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, ValueDecl *Member, DeclAccessPair FoundDecl, const DeclarationNameInfo &MemberNameInfo, QualType Ty, ExprValueKind VK, ExprObjectKind OK, const TemplateArgumentListInfo *TemplateArgs = 0) argument
/freebsd-10.0-release/contrib/dialog/
H A Dui_getc.c360 case OK:
H A Ddlg_keys.c256 * buttons on the widget such as "OK".
423 DIALOG_NAME(OK),
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/api/
H A Dccpriv.h211 DEF(OK) /* P msg */ \
351 DEF(ADD_WAIT_OK) /* 3 wait for OK for ADD.request */ \
353 DEF(DROP_WAIT_OK) /* 5 wait for OK for DROP.request */ \
357 DEF(WAIT_DROP_ACK_OK) /* 9 wait for OK for DROP_ACK.request */\
413 DEF(USER_OUT_WAIT_OK) /* U2 wait for OK to setup */ \
/freebsd-10.0-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c651 return (OK);

Completed in 237 milliseconds

12345678