Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libucl/include/
Ducl.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, /**<
/freebsd-9-stable/contrib/libucl/doc/
Dapi.md368 - `UCL_STRING_PARSE_BOOLEAN` - parse passed string and detect boolean
/freebsd-9-stable/contrib/libucl/src/
Ducl_util.c1115 if (flags & UCL_STRING_PARSE_BOOLEAN) {