Home
last modified time | relevance | path

Searched refs:O_VISIBLE (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libeti/form/common/
H A Dutility.c43 #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 Dpost.c109 if (!Opt(c, O_ACTIVE) || !Opt(c, O_VISIBLE)) in set_current_field()
H A Dchg_field.c43 #define Active(f) (Opt(f, O_ACTIVE) && Opt(f, O_VISIBLE))
H A Dfield.c61 O_VISIBLE |
/titanic_50/usr/src/lib/libeti/form/inc/
H A Dform.h152 #define O_VISIBLE 0x0001 macro