Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_parser.c2823 parser->includepaths = NULL; in ucl_parser_new()
3186 if (parser->includepaths == NULL) { in ucl_set_include_path()
3187 parser->includepaths = ucl_object_copy(paths); in ucl_set_include_path()
3190 ucl_object_unref(parser->includepaths); in ucl_set_include_path()
3191 parser->includepaths = ucl_object_copy(paths); in ucl_set_include_path()
3194 if (parser->includepaths == NULL) { in ucl_set_include_path()
H A Ducl_internal.h261 ucl_object_t *includepaths; member
H A Ducl_util.c616 if (parser->includepaths != NULL) {
617 ucl_object_unref(parser->includepaths);
1611 if (parser->includepaths == NULL) {
1627 ip = ucl_object_iterate_new(parser->includepaths);