Searched defs:Active (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_field.c43 #define Active(f) (Opt(f, O_ACTIVE) && Opt(f, O_VISIBLE)) macro
57 while ((!Active(*p)) && (*p != f));
74 while ((!Active(*p)) && (*p != f));
88 while ((!Active(f)) && (f != x));
102 while ((!Active(f)) && (f != x));

Completed in 1285 milliseconds