Searched refs:OK (Results 1 - 25 of 488) sorted by relevance

1234567891011>>

/macosx-10.9.5/groff-38/groff/font/devps/generate/
H A Ddingbats.map4 a19 OK
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/transfer/
H A Dreceive.tcl12 proc OK {f args} { procedure
23 -command [list OK $file] \
H A Dsreceive.tcl19 proc OK {f args} { procedure
33 -command [list OK $file] \
H A Dtransmit.tcl14 proc OK {f args} { procedure
25 -command [list OK $file] \
H A Dstransmit.tcl22 proc OK {f args} { procedure
36 -command [list OK $file] \
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Ddefine_key.c52 code = OK;
56 if (_nc_add_to_try(&(SP->_keytry), str, ukey) == OK) {
57 code = OK;
67 code = OK;
H A Dlib_echo.c52 returnCode(OK);
60 returnCode(OK);
H A Dlib_nl.c63 returnCode(OK);
78 returnCode(OK);
H A Dkey_defined.c41 int result = OK;
49 == OK) {
55 if (result != OK)
64 * return OK. If the string is only a prefix to other strings, return ERR.
65 * Otherwise, return the keycode's value (neither OK/ERR).
H A Dlib_clearok.c52 returnCode(OK);
H A Dlib_insdel.c60 code = OK;
/macosx-10.9.5/ncurses-42/ncurses/panel/
H A Dp_show.c44 int err = OK;
52 returnCode(OK);
56 HIDE_PANEL(pan, err, OK);
68 returnCode(OK);
H A Dp_delete.c44 int err = OK;
50 HIDE_PANEL(pan, err, OK);
H A Dp_bottom.c44 int err = OK;
54 HIDE_PANEL(pan, err, OK);
/macosx-10.9.5/ppp-727.90.1/Documentation/scripts/
H A Dcallback36 'OK-+++\c-OK' 'AT&C0&D2S0=0H0 \
38 OK ATDT$TELEPHONE \
76 chat -v TIMEOUT 3 "" AT 'OK-+++\c-OK' 'AT&C1&D2S0=0H0' OK
H A Dppp-on-dialer12 'OK-+++\c-OK' ATH0 \
14 OK ATDT$TELEPHONE \
/macosx-10.9.5/apache-786.1/httpd/modules/test/
H A Dmod_optional_fn_export.c28 ap_log_error(APLOG_MARK,APLOG_ERR,OK,NULL,
31 return OK;
H A Dmod_optional_hook_import.c24 ap_log_error(APLOG_MARK,APLOG_ERR,OK,NULL,"Optional hook test said: %s",
27 return OK;
H A Dmod_optional_hook_export.c23 (szStr),OK,DECLINED)
/macosx-10.9.5/emacs-92/emacs/mac/src/
H A DEmacs.r124 OK, visible, silent,
126 OK, visible, silent,
128 OK, visible, silent,
130 OK, visible, silent
141 "OK"
157 OK, visible, silent,
159 OK, visible, silent,
161 OK, visible, silent,
163 OK, visible, silent
174 "OK"
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/widechar/
H A Dlib_erasewchar.c53 result = OK;
74 result = OK;
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Ddialog.itk69 # Add the standard buttons: OK, Apply, Cancel, and Help, making
70 # OK be the default button.
72 add OK -text OK -command [itcl::code $this deactivate 1]
77 default OK
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest60.vim8 echo "OK"
17 echo "OK"
26 echo "OK"
35 echo "OK"
44 echo "OK"
53 echo "OK"
63 echo "OK"
72 echo "OK"
83 echo "OK"
93 echo "OK"
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c46 int result = OK;
77 int result = OK;
114 if (_nc_get_tty_mode(&cur_term->Ottyb) == OK) {
122 rc = OK;
139 if (_nc_get_tty_mode(&cur_term->Nttyb) == OK) {
145 rc = OK;
157 if (_nc_set_tty_mode(&cur_term->Nttyb) == OK) {
163 returnCode(OK);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dwbnf.h148 enum PARSE_RESULT {OK, BNF_DEF_WRONG, INCOMPLETE, NO_TOP_NODE}; enumerator in enum:LanguageGenerator::PARSE_RESULT

Completed in 204 milliseconds

1234567891011>>