HomeSort by: relevance | last modified time | path
    Searched refs:O_PUBLIC (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 | \
form.c 597 if ((cur->opts & O_PUBLIC) == O_PUBLIC) {
form.h 59 #define O_PUBLIC (0x004) /* The contents entered into the field is echoed */
internals.c 1644 if (((cur->opts & O_PUBLIC) != O_PUBLIC)) {

Completed in 15 milliseconds