Searched refs:OK (Results 151 - 175 of 374) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationException.java53 static final short OK = 0; field in class:ServiceLocationException
206 private short errorCode = OK;
226 return ((code >= OK) && (code <= REQUEST_NOT_SUPPORTED));
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dattron.c56 return __m_return_code("attron", OK);
71 return __m_return_code("attroff", OK);
87 return __m_return_code("attrset", OK);
H A Dcolor.c77 return __m_return_code("start_color", OK);
105 code = OK;
139 code = OK;
178 return __m_return_code("color_content", OK);
197 return __m_return_code("pair_content", OK);
H A Daddchn.c78 if ((code = wmove(stdscr, y, x)) == OK)
99 if ((code = wmove(w, y, x)) == OK)
135 if ((code = wmove(stdscr, y, x)) == OK)
155 if ((code = wmove(w, y, x)) == OK)
H A Daddnstr.c74 if ((code = wmove(stdscr, y, x)) == OK)
93 if ((code = wmove(w, y, x)) == OK)
125 if ((code = wmove(stdscr, y, x)) == OK)
143 if ((code = wmove(w, y, x)) == OK)
H A Daddnws.c78 if ((code = wmove(stdscr, y, x)) == OK)
99 if ((code = wmove(w, y, x)) == OK)
135 if ((code = wmove(stdscr, y, x)) == OK)
155 if ((code = wmove(w, y, x)) == OK)
H A Daddwchn.c78 if ((code = wmove(stdscr, y, x)) == OK)
99 if ((code = wmove(w, y, x)) == OK)
135 if ((code = wmove(stdscr, y, x)) == OK)
155 if ((code = wmove(w, y, x)) == OK)
H A Dendwin.c87 return __m_return_code("endwin", OK);
H A Dgetcchar.c65 return __m_return_code("getcchar", OK);
H A Dgetn_ws.c74 if ((code = wmove(stdscr, y, x)) == OK)
93 if ((code = wmove(w, y, x)) == OK)
125 if ((code = wmove(stdscr, y, x)) == OK)
143 if ((code = wmove(w, y, x)) == OK)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcolor.c86 return (OK);
110 code = OK;
136 code = OK;
168 return (OK);
185 return (OK);
H A Dwgetn_ws.c81 { OK, 0, fld_erase },
82 { OK, 0, fld_kill },
84 { OK, '\x04', fld_done },
85 { OK, '\r', fld_done },
87 { OK, 0, fld_done },
88 { OK, 0, fld_done },
90 { OK, '\n', fld_done },
91 { OK, WEOF, fld_done },
120 return (OK);
198 return ((type == ERR) ? ERR : OK);
[all...]
H A Dslk.c65 code = OK;
74 int code = OK;
85 int code = OK;
96 int code = OK;
107 int code = OK;
118 int code = OK;
129 int code = OK;
140 int code = OK;
151 int code = OK;
271 code = OK;
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwinsch.c61 rv = OK;
84 return (OK);
129 return ((rv == OK && win->_immed) ? wrefresh(win) : rv);
H A Dcbreak.c74 * only gets solved if you are in cbreak mode which is OK
106 return (OK);
H A Ddef_prog.c68 return (OK);
H A Dnocbreak.c78 return (OK);
H A Dnoraw.c78 return (OK);
H A Dputwin.c77 return (OK);
H A Draw.c85 return (OK);
H A Drestart.c94 return (OK);
H A Dripoffline.c97 return (OK);
H A Dslk_clear.c75 return (OK);
H A Dwmove.c73 return (win->_immed ? wrefresh(win) : OK);
/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dreplace.c72 return (OK);

Completed in 235 milliseconds

1234567891011>>