/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innstr.c | 70 if ((code = wmove(stdscr, y, x)) == OK) in mvinnstr() 83 if ((code = wmove(w, y, x)) == OK) in mvwinnstr() 98 return ((code == ERR) ? ERR : OK); in instr() 108 if ((code = wmove(stdscr, y, x)) == OK) in mvinstr() 111 return ((code == ERR) ? ERR : OK); in mvinstr() 121 if ((code = wmove(w, y, x)) == OK) in mvwinstr() 124 return ((code == ERR) ? ERR : OK); in mvwinstr() 136 return ((code == ERR) ? ERR : OK); in winstr()
|
H A D | innwstr.c | 70 if ((code = wmove(stdscr, y, x)) == OK) in mvinnwstr() 83 if ((code = wmove(w, y, x)) == OK) in mvwinnwstr() 98 return ((code == ERR) ? ERR : OK); in inwstr() 108 if ((code = wmove(stdscr, y, x)) == OK) in mvinwstr() 111 return ((code == ERR) ? ERR : OK); in mvinwstr() 121 if ((code = wmove(w, y, x)) == OK) in mvwinwstr() 124 return ((code == ERR) ? ERR : OK); in mvwinwstr() 136 return ((code == ERR) ? ERR : OK); in winwstr()
|
H A D | wgetn_ws.c | 81 { 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); in __m_wgetn_wstr() 198 return ((type == ERR) ? ERR : OK); in __m_wgetn_wstr()
|
H A D | attr_on.c | 56 return (OK); in attr_on() 66 return (OK); in attr_off() 76 return (OK); in attr_set() 86 return (OK); in color_set() 96 return (OK); in attr_get()
|
H A D | wattr_on.c | 57 return (OK); in wattr_on() 68 return (OK); in wattr_off() 80 return (OK); in wattr_set() 95 return (OK); in wattr_get() 106 return (OK); in wcolor_set()
|
H A D | slk.c | 65 code = OK; in slk_init() 74 int code = OK; in slk_attron() 85 int code = OK; in slk_attroff() 96 int code = OK; in slk_attrset() 107 int code = OK; in slk_attr_off() 118 int code = OK; in slk_attr_on() 129 int code = OK; in slk_attr_set() 140 int code = OK; in slk_color() 151 int code = OK; in slk_touch() 271 code = OK; in slk_noutrefresh() [all …]
|
H A D | clearok.c | 56 return (OK); in clearok() 74 return (OK); in leaveok() 84 return (OK); in notimeout() 94 return (OK); in scrollok()
|
H A D | addnstr.c | 68 if ((code = wmove(stdscr, y, x)) == OK) in mvaddnstr() 81 if ((code = wmove(w, y, x)) == OK) in mvwaddnstr() 106 if ((code = wmove(stdscr, y, x)) == OK) in mvaddstr() 119 if ((code = wmove(w, y, x)) == OK) in mvwaddstr()
|
H A D | getnstr.c | 68 if ((code = wmove(stdscr, y, x)) == OK) in mvgetnstr() 81 if ((code = wmove(w, y, x)) == OK) in mvwgetnstr() 106 if ((code = wmove(stdscr, y, x)) == OK) in mvgetstr() 119 if ((code = wmove(w, y, x)) == OK) in mvwgetstr()
|
H A D | hln.c | 68 if ((code = wmove(stdscr, y, x)) == OK) in mvhline() 81 if ((code = wmove(w, y, x)) == OK) in mvwhline() 106 if ((code = wmove(stdscr, y, x)) == OK) in mvvline() 119 if ((code = wmove(w, y, x)) == OK) in mvwvline()
|
H A D | hln_st.c | 68 if ((code = wmove(stdscr, y, x)) == OK) in mvhline_set() 81 if ((code = wmove(w, y, x)) == OK) in mvwhline_set() 106 if ((code = wmove(stdscr, y, x)) == OK) in mvvline_set() 119 if ((code = wmove(w, y, x)) == OK) in mvwvline_set()
|
H A D | insnstr.c | 68 if ((code = wmove(stdscr, y, x)) == OK) in mvinsnstr() 81 if ((code = wmove(w, y, x)) == OK) in mvwinsnstr() 106 if ((code = wmove(stdscr, y, x)) == OK) in mvinsstr() 119 if ((code = wmove(w, y, x)) == OK) in mvwinsstr()
|
H A D | color.c | 86 return (OK); in start_color() 110 code = OK; in init_color() 136 code = OK; in init_pair() 168 return (OK); in color_content() 185 return (OK); in pair_content()
|
H A D | addchn.c | 68 if ((code = wmove(stdscr, y, x)) == OK) in mvaddchnstr() 81 if ((code = wmove(w, y, x)) == OK) in mvwaddchnstr() 106 if ((code = wmove(stdscr, y, x)) == OK) in mvaddchstr() 119 if ((code = wmove(w, y, x)) == OK) in mvwaddchstr()
|
H A D | addnws.c | 68 if ((code = wmove(stdscr, y, x)) == OK) in mvaddnwstr() 81 if ((code = wmove(w, y, x)) == OK) in mvwaddnwstr() 106 if ((code = wmove(stdscr, y, x)) == OK) in mvaddwstr() 119 if ((code = wmove(w, y, x)) == OK) in mvwaddwstr()
|
H A D | addwchn.c | 68 if ((code = wmove(stdscr, y, x)) == OK) in mvadd_wchnstr() 81 if ((code = wmove(w, y, x)) == OK) in mvwadd_wchnstr() 106 if ((code = wmove(stdscr, y, x)) == OK) in mvadd_wchstr() 119 if ((code = wmove(w, y, x)) == OK) in mvwadd_wchstr()
|
/titanic_44/usr/src/lib/libeti/panel/common/ |
H A D | llib-lpanel | 41 return OK; 47 return OK; 53 return OK; 71 return OK; 95 return OK; 107 return OK; 113 return OK; 119 return OK;
|
H A D | delete.c | 52 return (OK); in hide_panel() 69 return (OK); in hide_panel() 79 return ((hide_panel(panel) == OK) ? free(panel), OK : ERR); in del_panel()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | attr_on.c | 53 return __m_return_code("attr_on", OK); 65 return __m_return_code("attr_off", OK); 78 return __m_return_code("attr_set", OK); 90 return __m_return_code("color_set", OK); 106 return __m_return_int("attr_get", OK);
|
H A D | wattr_on.c | 55 return __m_return_code("wattr_on", OK); in wattr_on() 69 return __m_return_code("wattr_off", OK); in wattr_off() 84 return __m_return_code("wattr_set", OK); in wattr_set() 102 return __m_return_int("wattr_get", OK); in wattr_get() 116 return __m_return_code("wcolor_set", OK); in wcolor_set()
|
H A D | clearok.c | 57 return __m_return_code("clearok", OK); in clearok() 85 return __m_return_code("leaveok", OK); in leaveok() 99 return __m_return_code("notimeout", OK); in notimeout() 113 return __m_return_code("scrollok", OK); in scrollok()
|
H A D | wgetn_ws.c | 76 { OK, 0, fld_erase }, 77 { OK, 0, fld_kill }, 78 { OK, 0, fld_done }, 79 { OK, 0, fld_done }, 80 { OK, '\n', fld_done }, 81 { OK, WEOF, fld_done }, 182 return __m_return_code("__m_wgetn_wstr", OK);
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | mouse.c | 54 return (OK); in mouse_set() 67 return (OK); in mouse_on() 80 return (OK); in mouse_off() 109 return (OK); in request_mouse_pos() 134 return (OK); in map_button()
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | ypxfrd.x | 35 enum answer {OK,GETDBM_EOF,GETDBM_ERROR}; enumerator 59 case OK: 72 case OK: 90 case OK:
|
/titanic_44/usr/src/lib/libbc/libc/stdio/common/ |
H A D | tempnam.c | 64 goto OK; 66 goto OK; 68 goto OK; 71 OK:
|