Searched refs:O_VISIBLE (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | utility.c | 43 #define Visible(f) (Opt(f, O_VISIBLE) && OnPage(f)) 437 if (x & O_VISIBLE) { in _sync_opts() 438 if (Opt(f, O_VISIBLE)) in _sync_opts() 443 if (Opt(f, O_VISIBLE)) in _sync_opts() 458 OnPage(f) && Opt(f, O_VISIBLE)) { in _sync_opts() 466 Posted(f) && OnPage(f) && Opt(f, O_VISIBLE)) { in _sync_opts() 574 if (Opt(p, O_VISIBLE)) in _set_form_page()
|
H A D | post.c | 109 if (!Opt(c, O_ACTIVE) || !Opt(c, O_VISIBLE)) in set_current_field()
|
H A D | chg_field.c | 43 #define Active(f) (Opt(f, O_ACTIVE) && Opt(f, O_VISIBLE))
|
H A D | field.c | 61 O_VISIBLE |
|
/titanic_50/usr/src/lib/libeti/form/inc/ |
H A D | form.h | 152 #define O_VISIBLE 0x0001 macro
|