Home
last modified time | relevance | path

Searched refs:E_OK (Results 1 – 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_char.c54 return (E_OK); in _next_char()
72 return (E_OK); in _prev_char()
84 return (E_OK); in _next_line()
96 return (E_OK); in _prev_line()
131 return (E_OK); in _next_word()
136 return (E_OK); in _next_word()
156 return (E_OK); in _prev_word()
167 return (E_OK); in _beg_field()
184 return (E_OK); in _end_field()
195 return (E_OK); in _beg_line()
[all …]
H A Dchg_data.c204 insert_str(f, y+1, (int)(v - Buf(c)), n)) == E_OK) { in insert_str()
214 return (E_OK); in insert_str()
250 E_OK) { in wrap_ok()
269 return (E_OK); in wrap_ok()
350 return (E_OK); in _new_line()
385 return (E_OK); in _ins_line()
395 return (E_OK); in _del_char()
463 return (E_OK); in _del_prev()
472 return (E_OK); in _del_line()
501 return (E_OK); in _del_word()
[all …]
H A Dpost.c57 if (v != E_OK) in post_form()
64 return (E_OK); in post_form()
85 return (E_OK); in unpost_form()
113 return (E_OK); in set_current_field()
137 return (E_OK); in set_current_field()
164 return (E_OK); in set_form_page()
183 return (E_OK); in set_form_page()
H A Dform_opts.c40 return (E_OK); in set_form_opts()
53 return (E_OK); in form_opts_on()
60 return (E_OK); in form_opts_off()
H A Dfield_buf.c64 if (_sync_field(f) != E_OK) in set_field_buffer()
66 if (_sync_linked(f) != E_OK) in set_field_buffer()
69 return (err ? E_SYSTEM_ERROR : E_OK); in set_field_buffer()
H A Dfield.c304 return (E_OK); in free_field()
332 return (E_OK); in field_info()
361 return (E_OK); in set_max_field()
382 return (E_OK); in dynamic_field_info()
404 return (E_OK); in move_field()
423 v = E_OK; in set_field_type()
457 return (E_OK); in set_new_page()
H A Dform.c184 return (E_OK); /* null field array */ in connect_fields()
216 return (E_OK); in connect_fields()
229 if (connect_fields(f, field) == E_OK) { in new_form()
256 return (E_OK); in free_form()
274 if ((v = connect_fields(f, fields)) == E_OK) { in set_form_fields()
310 return (E_OK); in scale_form()
H A Dutility.c173 return (E_OK); in _pos_form_cursor()
300 if (_sync_field(p) != E_OK) in _sync_linked()
304 return (err ? E_SYSTEM_ERROR : E_OK); in _sync_linked()
380 return (v ? E_OK : E_SYSTEM_ERROR); in _sync_field()
417 return (v ? E_OK : E_SYSTEM_ERROR); in _sync_attrs()
470 return (v ? E_OK : E_SYSTEM_ERROR); in _sync_opts()
553 return (E_OK); in _set_current_field()
581 return (E_OK); in _set_form_page()
H A Dfieldtype.c131 return (E_OK); in free_fieldtype()
143 return (E_OK); in set_fieldtype_arg()
156 return (E_OK); in set_fieldtype_choice()
H A Dfield_user.c40 return (E_OK); in set_field_userptr()
H A Dform_user.c40 return (E_OK); in set_form_userptr()
H A Dfield_init.c40 return (E_OK); in set_field_init()
H A Dfield_term.c40 return (E_OK); in set_field_term()
H A Dform_init.c40 return (E_OK); in set_form_init()
H A Dform_term.c44 return (E_OK); in set_form_term()
H A Dform_sub.c43 return (E_OK); in set_form_sub()
H A Dform_win.c43 return (E_OK); in set_form_win()
H A Dfield_stat.c46 return (E_OK); in set_field_status()
/illumos-gate/usr/src/uts/common/syscall/
H A Daccess.c55 #define E_OK 010 /* use effective ids */ macro
71 if (fmode & ~(E_OK|R_OK|W_OK|X_OK)) in caccess()
79 eok = (fmode & E_OK) || in caccess()
136 fmode &= ~E_OK; in faccessat()
138 fmode |= E_OK; in faccessat()
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dterminit.c44 return (E_OK); in set_menu_init()
61 return (E_OK); in set_menu_term()
78 return (E_OK); in set_item_init()
95 return (E_OK); in set_item_term()
H A Dpattern.c118 return (E_OK); in _match()
156 return (E_OK); in set_menu_pattern()
166 if (_match(m, *s, &current) != E_OK) { in set_menu_pattern()
175 return (E_OK); in set_menu_pattern()
H A Ditemusrptr.c44 return (E_OK); in set_item_userptr()
H A Dmenuserptr.c44 return (E_OK); in set_menu_userptr()
H A Dmenusub.c49 return (E_OK); in set_menu_sub()
/illumos-gate/usr/src/lib/libeti/
H A Deti.h41 #define E_OK 0 macro

123