Home
last modified time | relevance | path

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

123

/titanic_44/usr/src/lib/libeti/menu/common/
H A Dllib-lmenu67 int free_item(ITEM *i) {return E_OK;}
68 int free_menu(MENU *m) {return E_OK;}
75 int menu_driver(MENU *m, int c) {return E_OK;}
79 int pos_menu_cursor(MENU *m) {return E_OK;}
80 int post_menu(MENU *m) {return E_OK;}
81 int scale_menu(MENU *m, int *r, int *c) {return E_OK;}
82 int set_current_item(MENU *m, ITEM *i) {return E_OK;}
83 int set_item_init(MENU *m, PTF_void f) {return E_OK;}
84 int set_item_opts(ITEM *i, OPTIONS o) {return E_OK;}
85 int set_item_term(MENU *m, PTF_void f) {return E_OK;}
[all …]
H A Dterminit.c46 return (E_OK); in set_menu_init()
63 return (E_OK); in set_menu_term()
80 return (E_OK); in set_item_init()
97 return (E_OK); in set_item_term()
H A Dpattern.c120 return (E_OK); in _match()
158 return (E_OK); in set_menu_pattern()
168 if (_match(m, *s, &current) != E_OK) { in set_menu_pattern()
177 return (E_OK); in set_menu_pattern()
H A Ditemusrptr.c46 return (E_OK); in set_item_userptr()
H A Dmenuserptr.c46 return (E_OK); in set_menu_userptr()
/titanic_44/usr/src/lib/libeti/form/common/
H A Dchg_char.c56 return (E_OK); in _next_char()
74 return (E_OK); in _prev_char()
86 return (E_OK); in _next_line()
98 return (E_OK); in _prev_line()
133 return (E_OK); in _next_word()
138 return (E_OK); in _next_word()
158 return (E_OK); in _prev_word()
169 return (E_OK); in _beg_field()
186 return (E_OK); in _end_field()
197 return (E_OK); in _beg_line()
[all …]
H A Dchg_data.c206 insert_str(f, y+1, (int)(v - Buf(c)), n)) == E_OK) { in insert_str()
216 return (E_OK); in insert_str()
252 E_OK) { in wrap_ok()
271 return (E_OK); in wrap_ok()
352 return (E_OK); in _new_line()
387 return (E_OK); in _ins_line()
397 return (E_OK); in _del_char()
465 return (E_OK); in _del_prev()
474 return (E_OK); in _del_line()
503 return (E_OK); in _del_word()
[all …]
H A Dpost.c59 if (v != E_OK) in post_form()
66 return (E_OK); in post_form()
87 return (E_OK); in unpost_form()
115 return (E_OK); in set_current_field()
139 return (E_OK); in set_current_field()
166 return (E_OK); in set_form_page()
185 return (E_OK); in set_form_page()
H A Dform_opts.c42 return (E_OK); in set_form_opts()
55 return (E_OK); in form_opts_on()
62 return (E_OK); in form_opts_off()
H A Dfield_buf.c66 if (_sync_field(f) != E_OK) in set_field_buffer()
68 if (_sync_linked(f) != E_OK) in set_field_buffer()
71 return (err ? E_SYSTEM_ERROR : E_OK); in set_field_buffer()
H A Dfield.c302 return (E_OK); in free_field()
330 return (E_OK); in field_info()
354 return (E_OK); in set_max_field()
375 return (E_OK); in dynamic_field_info()
397 return (E_OK); in move_field()
416 v = E_OK; in set_field_type()
450 return (E_OK); in set_new_page()
H A Dform.c186 return (E_OK); /* null field array */ in connect_fields()
218 return (E_OK); in connect_fields()
231 if (connect_fields(f, field) == E_OK) { in new_form()
258 return (E_OK); in free_form()
276 if ((v = connect_fields(f, fields)) == E_OK) { in set_form_fields()
312 return (E_OK); in scale_form()
H A Dutility.c175 return (E_OK); in _pos_form_cursor()
302 if (_sync_field(p) != E_OK) in _sync_linked()
306 return (err ? E_SYSTEM_ERROR : E_OK); in _sync_linked()
382 return (v ? E_OK : E_SYSTEM_ERROR); in _sync_field()
419 return (v ? E_OK : E_SYSTEM_ERROR); in _sync_attrs()
472 return (v ? E_OK : E_SYSTEM_ERROR); in _sync_opts()
555 return (E_OK); in _set_current_field()
583 return (E_OK); in _set_form_page()
H A Dfieldtype.c133 return (E_OK); in free_fieldtype()
145 return (E_OK); in set_fieldtype_arg()
158 return (E_OK); in set_fieldtype_choice()
H A Dfield_user.c42 return (E_OK); in set_field_userptr()
H A Dform_user.c42 return (E_OK); in set_form_userptr()
H A Dfield_init.c42 return (E_OK); in set_field_init()
H A Dfield_term.c42 return (E_OK); in set_field_term()
H A Dform_init.c42 return (E_OK); in set_form_init()
H A Dform_term.c46 return (E_OK); in set_form_term()
H A Dform_sub.c45 return (E_OK); in set_form_sub()
H A Dform_win.c45 return (E_OK); in set_form_win()
H A Dfield_stat.c48 return (E_OK); in set_field_status()
/titanic_44/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()
/titanic_44/usr/src/lib/libeti/
H A Deti.h43 #define E_OK 0 macro

123