HomeSort by: relevance | last modified time | path
    Searched refs:O_ACTIVE (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libform/
internals.h 43 #define DEFAULT_FORM_OPTS (O_VISIBLE | O_ACTIVE | O_PUBLIC | O_EDIT | \
driver.c 86 if ((form->fields[idx]->opts & (O_ACTIVE | O_VISIBLE))
87 == (O_ACTIVE | O_VISIBLE)) {
form.h 58 #define O_ACTIVE (0x002) /* Field is active in the form */
internals.c 391 while ((cur->opts & (O_VISIBLE | O_ACTIVE))
392 != (O_VISIBLE | O_ACTIVE)) {
452 if ((form->fields[i]->opts & (O_VISIBLE | O_ACTIVE))
453 == (O_VISIBLE | O_ACTIVE)) {

Completed in 15 milliseconds