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

/netbsd-6-1-5-RELEASE/lib/libform/
H A Dinternals.h47 #define DEFAULT_FORM_OPTS (O_VISIBLE | O_ACTIVE | O_PUBLIC | O_EDIT | \
H A Ddriver.c86 if ((form->fields[idx]->opts & (O_ACTIVE | O_VISIBLE))
87 == (O_ACTIVE | O_VISIBLE)) {
H A Dform.h57 #define O_VISIBLE (0x001) /* Field is visible */ macro
H A Dinternals.c391 while ((cur->opts & (O_VISIBLE | O_ACTIVE))
392 != (O_VISIBLE | O_ACTIVE)) {
451 if ((form->fields[i]->opts & (O_VISIBLE | O_ACTIVE))
452 == (O_VISIBLE | O_ACTIVE)) {
1704 } else if ((cur->opts & O_VISIBLE) == O_VISIBLE) {

Completed in 165 milliseconds