Searched refs:O_ACTIVE (Results 1 – 4 of 4) sorted by relevance
86 if ((form->fields[idx]->opts & (O_ACTIVE | O_VISIBLE)) in traverse_form_links()87 == (O_ACTIVE | O_VISIBLE)) { in traverse_form_links()
43 #define DEFAULT_FORM_OPTS (O_VISIBLE | O_ACTIVE | O_PUBLIC | O_EDIT | \
58 #define O_ACTIVE (0x002) /* Field is active in the form */ macro
391 while ((cur->opts & (O_VISIBLE | O_ACTIVE)) in _formi_pos_first_field()392 != (O_VISIBLE | O_ACTIVE)) { in _formi_pos_first_field()452 if ((form->fields[i]->opts & (O_VISIBLE | O_ACTIVE)) in _formi_pos_new_field()453 == (O_VISIBLE | O_ACTIVE)) { in _formi_pos_new_field()