Home
last modified time | relevance | path

Searched refs:O_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/lib/libform/
Ddriver.c86 if ((form->fields[idx]->opts & (O_ACTIVE | O_VISIBLE)) in traverse_form_links()
87 == (O_ACTIVE | O_VISIBLE)) { in traverse_form_links()
Dinternals.h43 #define DEFAULT_FORM_OPTS (O_VISIBLE | O_ACTIVE | O_PUBLIC | O_EDIT | \
Dform.h58 #define O_ACTIVE (0x002) /* Field is active in the form */ macro
Dinternals.c391 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()