Searched refs:need_expand (Results 1 – 4 of 4) sorted by relevance
508 bool need_unescape, bool need_lowercase, bool need_expand) in ucl_copy_or_store_ptr() argument514 (need_expand && parser->variables != NULL) || in ucl_copy_or_store_ptr()533 if (need_expand) { in ucl_copy_or_store_ptr()
1673 ucl_parser_set_filevars (struct ucl_parser *parser, const char *filename, bool need_expand) argument1678 if (need_expand) {
1096 bool need_expand);
190 const char *filename, bool need_expand);203 if `need_expand` parameter is `true` then all relative paths are expanded using `realpath` call. In…