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.c513 if (obj->len > LONG_STRING_LIMIT || (obj->flags & UCL_OBJECT_MULTILINE)) { in ucl_maybe_long_string()
H A Ducl_parser.c1928 obj->flags |= UCL_OBJECT_MULTILINE; in ucl_parse_value()
H A Ducl_util.c1886 obj->flags |= UCL_OBJECT_MULTILINE;
/freebsd/contrib/libucl/include/
H A Ducl.h202 UCL_OBJECT_MULTILINE = (1 << 4), /**< String should be displayed as multiline string */ enumerator