/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innstr.c | 68 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 D | innwstr.c | 68 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 D | wgetn_ws.c | 79 { 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 D | attr_on.c | 54 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 D | slk.c | 63 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 D | wattr_on.c | 55 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 D | clearok.c | 54 return (OK); in clearok() 72 return (OK); in leaveok() 82 return (OK); in notimeout() 92 return (OK); in scrollok()
|
H A D | color.c | 84 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 D | addnstr.c | 66 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 D | getnstr.c | 66 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 D | hln.c | 66 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 D | hln_st.c | 66 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 D | insnstr.c | 66 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 D | addchn.c | 66 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 D | addnws.c | 66 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 D | addwchn.c | 66 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 D | getn_ws.c | 66 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 D | in_wchn.c | 66 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 D | attr_on.c | 51 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 D | wattr_on.c | 53 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 D | clearok.c | 55 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 D | wgetn_ws.c | 74 { 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 D | mouse.c | 52 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 D | ypxfrd.x | 33 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 D | delete.c | 50 return (OK); in hide_panel() 67 return (OK); in hide_panel() 77 return ((hide_panel(panel) == OK) ? free(panel), OK : ERR); in del_panel()
|