Home
last modified time | relevance | path

Searched refs:UCL_OBJECT_MULTILINE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_emitter_utils.c540 if (obj->len > LONG_STRING_LIMIT || (obj->flags & UCL_OBJECT_MULTILINE)) { in ucl_maybe_long_string()
H A Ducl_parser.c1830 obj->flags |= UCL_OBJECT_MULTILINE; in ucl_parse_value()
H A Ducl_util.c1866 obj->flags |= UCL_OBJECT_MULTILINE;
/freebsd/contrib/libucl/include/
H A Ducl.h189 UCL_OBJECT_MULTILINE = (1 << 4), /**< String should be displayed as multiline string */ enumerator