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

/freebsd-13-stable/contrib/ncurses/form/
H A Dform.priv.h96 #define O_SELECTABLE (O_ACTIVE | O_VISIBLE)
156 O_VISIBLE |\
H A Dform.h214 #define O_VISIBLE (0x0001U) macro
H A Dfrm_driver.c199 (Field_Has_Option(field, O_VISIBLE)) &&\
1152 if (Field_Has_Option(field, O_VISIBLE))
1370 if ((unsigned)changed_opts & O_VISIBLE)
1372 if ((unsigned)newopts & O_VISIBLE)
1380 ((unsigned)newopts & O_VISIBLE))
1517 (Field_Has_Option(field, O_VISIBLE)) &&
3342 if (Field_Has_Option(*field, O_VISIBLE))
3350 !((unsigned)proposed->opts & O_VISIBLE))
3890 if ((unsigned)field_on_page->opts & O_VISIBLE)

Completed in 105 milliseconds