Home
last modified time | relevance | path

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

/NextBSD/contrib/libucl/src/
HDucl_parser.c508 bool need_unescape, bool need_lowercase, bool need_expand) in ucl_copy_or_store_ptr() argument
514 (need_expand && parser->variables != NULL) || in ucl_copy_or_store_ptr()
533 if (need_expand) { in ucl_copy_or_store_ptr()
HDucl_util.c1673 ucl_parser_set_filevars (struct ucl_parser *parser, const char *filename, bool need_expand) argument
1678 if (need_expand) {
/NextBSD/contrib/libucl/include/
HDucl.h1096 bool need_expand);
/NextBSD/contrib/libucl/doc/
HDapi.md190 const char *filename, bool need_expand);
203 if `need_expand` parameter is `true` then all relative paths are expanded using `realpath` call. In…