Searched refs:O_VISIBLE (Results 1 – 3 of 3) sorted by relevance
97 #define O_SELECTABLE (O_ACTIVE | O_VISIBLE)157 O_VISIBLE |\
200 (Field_Has_Option(field, O_VISIBLE)) &&\1156 if (Field_Has_Option(field, O_VISIBLE)) in Display_Or_Erase_Field()1375 if ((unsigned)changed_opts & O_VISIBLE) in _nc_Synchronize_Options()1377 if ((unsigned)newopts & O_VISIBLE) in _nc_Synchronize_Options()1385 ((unsigned)newopts & O_VISIBLE)) in _nc_Synchronize_Options()1522 (Field_Has_Option(field, O_VISIBLE)) && in _nc_Set_Current_Field()3348 if (Field_Has_Option(*field, O_VISIBLE)) in _nc_First_Active_Field()3356 !((unsigned)proposed->opts & O_VISIBLE)) in _nc_First_Active_Field()3896 if ((unsigned)field_on_page->opts & O_VISIBLE) in _nc_Set_Form_Page()
226 #define O_VISIBLE (0x0001U) macro