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

  /src/lib/libform/
internals.h 44 O_WRAP | O_BLANK | O_AUTOSKIP | O_NULLOK | \
form.h 64 #define O_NULLOK (0x080) /* Field is allowed to contain no data */
internals.c 3009 if ((cur->opts & O_NULLOK) == O_NULLOK)
3021 if ((cur->opts & O_NULLOK) == O_NULLOK)

Completed in 142 milliseconds