Home
last modified time | relevance | path

Searched refs:OK (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnstr.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvinnstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwinnstr()
96 return ((code == ERR) ? ERR : OK); in instr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvinstr()
109 return ((code == ERR) ? ERR : OK); in mvinstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwinstr()
122 return ((code == ERR) ? ERR : OK); in mvwinstr()
134 return ((code == ERR) ? ERR : OK); in winstr()
H A Dinnwstr.c68 if ((code = wmove(stdscr, y, x)) == OK) in mvinnwstr()
81 if ((code = wmove(w, y, x)) == OK) in mvwinnwstr()
96 return ((code == ERR) ? ERR : OK); in inwstr()
106 if ((code = wmove(stdscr, y, x)) == OK) in mvinwstr()
109 return ((code == ERR) ? ERR : OK); in mvinwstr()
119 if ((code = wmove(w, y, x)) == OK) in mvwinwstr()
122 return ((code == ERR) ? ERR : OK); in mvwinwstr()
134 return ((code == ERR) ? ERR : OK); in winwstr()
H A Dwgetn_ws.c79 { OK, 0, fld_erase },
80 { OK, 0, fld_kill },
82 { OK, '\x04', fld_done },
83 { OK, '\r', fld_done },
85 { OK, 0, fld_done },
86 { OK, 0, fld_done },
88 { OK, '\n', fld_done },
89 { OK, WEOF, fld_done },
118 return (OK); in __m_wgetn_wstr()
196 return ((type == ERR) ? ERR : OK); in __m_wgetn_wstr()
H A Dattr_on.c54 return (OK); in attr_on()
64 return (OK); in attr_off()
74 return (OK); in attr_set()
84 return (OK); in color_set()
94 return (OK); in attr_get()
H A Dslk.c63 code = OK; in slk_init()
72 int code = OK; in slk_attron()
83 int code = OK; in slk_attroff()
94 int code = OK; in slk_attrset()
105 int code = OK; in slk_attr_off()
116 int code = OK; in slk_attr_on()
127 int code = OK; in slk_attr_set()
138 int code = OK; in slk_color()
149 int code = OK; in slk_touch()
269 code = OK; in slk_noutrefresh()
[all …]
H A Dwattr_on.c55 return (OK); in wattr_on()
66 return (OK); in wattr_off()
78 return (OK); in wattr_set()
93 return (OK); in wattr_get()
104 return (OK); in wcolor_set()
H A Dclearok.c54 return (OK); in clearok()
72 return (OK); in leaveok()
82 return (OK); in notimeout()
92 return (OK); in scrollok()
H A Dcolor.c84 return (OK); in start_color()
108 code = OK; in init_color()
134 code = OK; in init_pair()
166 return (OK); in color_content()
183 return (OK); in pair_content()
H A Daddnstr.c66 if ((code = wmove(stdscr, y, x)) == OK) in mvaddnstr()
79 if ((code = wmove(w, y, x)) == OK) in mvwaddnstr()
104 if ((code = wmove(stdscr, y, x)) == OK) in mvaddstr()
117 if ((code = wmove(w, y, x)) == OK) in mvwaddstr()
H A Dgetnstr.c66 if ((code = wmove(stdscr, y, x)) == OK) in mvgetnstr()
79 if ((code = wmove(w, y, x)) == OK) in mvwgetnstr()
104 if ((code = wmove(stdscr, y, x)) == OK) in mvgetstr()
117 if ((code = wmove(w, y, x)) == OK) in mvwgetstr()
H A Dhln.c66 if ((code = wmove(stdscr, y, x)) == OK) in mvhline()
79 if ((code = wmove(w, y, x)) == OK) in mvwhline()
104 if ((code = wmove(stdscr, y, x)) == OK) in mvvline()
117 if ((code = wmove(w, y, x)) == OK) in mvwvline()
H A Dhln_st.c66 if ((code = wmove(stdscr, y, x)) == OK) in mvhline_set()
79 if ((code = wmove(w, y, x)) == OK) in mvwhline_set()
104 if ((code = wmove(stdscr, y, x)) == OK) in mvvline_set()
117 if ((code = wmove(w, y, x)) == OK) in mvwvline_set()
H A Dinsnstr.c66 if ((code = wmove(stdscr, y, x)) == OK) in mvinsnstr()
79 if ((code = wmove(w, y, x)) == OK) in mvwinsnstr()
104 if ((code = wmove(stdscr, y, x)) == OK) in mvinsstr()
117 if ((code = wmove(w, y, x)) == OK) in mvwinsstr()
H A Daddnws.c66 if ((code = wmove(stdscr, y, x)) == OK) in mvaddnwstr()
79 if ((code = wmove(w, y, x)) == OK) in mvwaddnwstr()
104 if ((code = wmove(stdscr, y, x)) == OK) in mvaddwstr()
117 if ((code = wmove(w, y, x)) == OK) in mvwaddwstr()
H A Daddwchn.c66 if ((code = wmove(stdscr, y, x)) == OK) in mvadd_wchnstr()
79 if ((code = wmove(w, y, x)) == OK) in mvwadd_wchnstr()
104 if ((code = wmove(stdscr, y, x)) == OK) in mvadd_wchstr()
117 if ((code = wmove(w, y, x)) == OK) in mvwadd_wchstr()
H A Daddchn.c66 if ((code = wmove(stdscr, y, x)) == OK) in mvaddchnstr()
79 if ((code = wmove(w, y, x)) == OK) in mvwaddchnstr()
104 if ((code = wmove(stdscr, y, x)) == OK) in mvaddchstr()
117 if ((code = wmove(w, y, x)) == OK) in mvwaddchstr()
H A Dgetn_ws.c66 if ((code = wmove(stdscr, y, x)) == OK) in mvgetn_wstr()
79 if ((code = wmove(w, y, x)) == OK) in mvwgetn_wstr()
104 if ((code = wmove(stdscr, y, x)) == OK) in mvget_wstr()
117 if ((code = wmove(w, y, x)) == OK) in mvwget_wstr()
H A Din_wchn.c66 if ((code = wmove(stdscr, y, x)) == OK) in mvin_wchnstr()
79 if ((code = wmove(w, y, x)) == OK) in mvwin_wchnstr()
104 if ((code = wmove(stdscr, y, x)) == OK) in mvin_wchstr()
117 if ((code = wmove(w, y, x)) == OK) in mvwin_wchstr()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dattr_on.c51 return __m_return_code("attr_on", OK);
63 return __m_return_code("attr_off", OK);
76 return __m_return_code("attr_set", OK);
88 return __m_return_code("color_set", OK);
104 return __m_return_int("attr_get", OK);
H A Dwattr_on.c53 return __m_return_code("wattr_on", OK); in wattr_on()
67 return __m_return_code("wattr_off", OK); in wattr_off()
82 return __m_return_code("wattr_set", OK); in wattr_set()
100 return __m_return_int("wattr_get", OK); in wattr_get()
114 return __m_return_code("wcolor_set", OK); in wcolor_set()
H A Dclearok.c55 return __m_return_code("clearok", OK); in clearok()
83 return __m_return_code("leaveok", OK); in leaveok()
97 return __m_return_code("notimeout", OK); in notimeout()
111 return __m_return_code("scrollok", OK); in scrollok()
H A Dwgetn_ws.c74 { OK, 0, fld_erase },
75 { OK, 0, fld_kill },
76 { OK, 0, fld_done },
77 { OK, 0, fld_done },
78 { OK, '\n', fld_done },
79 { OK, WEOF, fld_done },
180 return __m_return_code("__m_wgetn_wstr", OK);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmouse.c52 return (OK); in mouse_set()
65 return (OK); in mouse_on()
78 return (OK); in mouse_off()
107 return (OK); in request_mouse_pos()
132 return (OK); in map_button()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd.x33 enum answer {OK,GETDBM_EOF,GETDBM_ERROR}; enumerator
57 case OK:
70 case OK:
88 case OK:
/illumos-gate/usr/src/lib/libeti/panel/common/
H A Ddelete.c50 return (OK); in hide_panel()
67 return (OK); in hide_panel()
77 return ((hide_panel(panel) == OK) ? free(panel), OK : ERR); in del_panel()

12345678910>>...17