Home
last modified time | relevance | path

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

/trueos/contrib/libucl/include/
HDucl.h159 UCL_STRING_PARSE_BOOLEAN = 0x4, /**< Parse passed string and detect boolean */ enumerator
165 UCL_STRING_PARSE = UCL_STRING_PARSE_BOOLEAN|UCL_STRING_PARSE_NUMBER, /**<
/trueos/contrib/libucl/doc/
HDapi.md368 - `UCL_STRING_PARSE_BOOLEAN` - parse passed string and detect boolean
/trueos/contrib/libucl/src/
HDucl_util.c1115 if (flags & UCL_STRING_PARSE_BOOLEAN) {