Home
last modified time | relevance | path

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

/netbsd/lib/libform/
H A Dinternals.h43 #define DEFAULT_FORM_OPTS (O_VISIBLE | O_ACTIVE | O_PUBLIC | O_EDIT | \
H A Dform.c597 if ((cur->opts & O_PUBLIC) == O_PUBLIC) { in pos_form_cursor()
H A Dform.h59 #define O_PUBLIC (0x004) /* The contents entered into the field is echoed */ macro
H A Dinternals.c1644 if (((cur->opts & O_PUBLIC) != O_PUBLIC)) { in _formi_redraw_field()