Searched refs:O_VISIBLE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/ncurses/form/
H A Dform.priv.h84 #define O_SELECTABLE (O_ACTIVE | O_VISIBLE)
131 O_VISIBLE |\
H A Dform.h174 #define O_VISIBLE (0x0001U) macro
H A Dfrm_driver.c197 (field->opts & O_VISIBLE) &&\
1075 if (field->opts & O_VISIBLE)
1289 if (changed_opts & O_VISIBLE)
1291 if (newopts & O_VISIBLE)
1299 (newopts & O_VISIBLE))
1385 (field->opts & O_VISIBLE) &&
3206 if (((*field)->opts & O_VISIBLE))
3213 if ((proposed == *last_on_page) && !(proposed->opts & O_VISIBLE))
3753 if (field_on_page->opts & O_VISIBLE)

Completed in 130 milliseconds