Home
last modified time | relevance | path

Searched refs:UCL_STRING_PARSE_BOOLEAN (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libucl/include/
HDucl.h169 UCL_STRING_PARSE_BOOLEAN = (1 << 2), /**< Parse passed string and detect boolean */ enumerator
175 UCL_STRING_PARSE = UCL_STRING_PARSE_BOOLEAN|UCL_STRING_PARSE_NUMBER, /**<
/freebsd-13-stable/contrib/libucl/doc/
HDapi.md368 - `UCL_STRING_PARSE_BOOLEAN` - parse passed string and detect boolean
/freebsd-13-stable/contrib/libucl/src/
HDucl_util.c2341 if (flags & UCL_STRING_PARSE_BOOLEAN) {