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

/freebsd-11-stable/contrib/ncurses/form/
H A Dform.priv.h92 #define O_SELECTABLE (O_ACTIVE | O_VISIBLE)
150 O_VISIBLE |\
H A Dform.h196 #define O_VISIBLE (0x0001U) macro
H A Dfrm_driver.c197 ((unsigned)field->opts & O_VISIBLE) &&\
1114 if ((unsigned)field->opts & O_VISIBLE)
1331 if ((unsigned)changed_opts & O_VISIBLE)
1333 if ((unsigned)newopts & O_VISIBLE)
1341 ((unsigned)newopts & O_VISIBLE))
1427 ((unsigned)field->opts & O_VISIBLE) &&
3276 if (((unsigned)(*field)->opts & O_VISIBLE))
3284 !((unsigned)proposed->opts & O_VISIBLE))
3824 if ((unsigned)field_on_page->opts & O_VISIBLE)

Completed in 173 milliseconds