Home
last modified time | relevance | path

Searched refs:need_expand (Results 1 – 4 of 4) sorted by last modified time

/freebsd/contrib/libucl/src/
H A Ducl_parser.c573 bool need_unescape, bool need_lowercase, bool need_expand, in ucl_copy_or_store_ptr() argument
580 (need_expand && parser->variables != NULL) || in ucl_copy_or_store_ptr()
605 if (need_expand) { in ucl_copy_or_store_ptr()
H A Ducl_util.c1959 ucl_parser_set_filevars (struct ucl_parser *parser, const char *filename, bool need_expand) argument
1964 if (need_expand) {
/freebsd/contrib/libucl/include/
H A Ducl.h1308 bool need_expand);
/freebsd/contrib/libucl/doc/
H A Dapi.md190 const char *filename, bool need_expand);
203 if `need_expand` parameter is `true` then all relative paths are expanded using `realpath` call. In…