Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/include/
H A Ducl.h1321 bool need_expand);
/freebsd/contrib/libucl/src/
H A Ducl_parser.c599 bool need_unescape, bool need_lowercase, bool need_expand, in ucl_copy_or_store_ptr() argument
606 (need_expand && parser->variables != NULL) || in ucl_copy_or_store_ptr()
631 if (need_expand) { in ucl_copy_or_store_ptr()
H A Ducl_util.c1977 bool ucl_parser_set_filevars(struct ucl_parser *parser, const char *filename, bool need_expand) argument
1982 if (need_expand) {