Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dutility.c39 #define OnPage(f) ((f) -> page == P((f) -> form)) macro
41 #define Visible(f) (Opt(f, O_VISIBLE) && OnPage(f))
434 if (Posted(f) && OnPage(f)) { in _sync_opts()
456 OnPage(f) && Opt(f, O_VISIBLE)) { in _sync_opts()
464 Posted(f) && OnPage(f) && Opt(f, O_VISIBLE)) { in _sync_opts()