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.c2700 parser->includepaths = NULL; in ucl_parser_new()
3072 if (parser->includepaths == NULL) { in ucl_set_include_path()
3073 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
3076 ucl_object_unref (parser->includepaths); in ucl_set_include_path()
3077 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
3080 if (parser->includepaths == NULL) { in ucl_set_include_path()
H A Ducl_internal.h260 ucl_object_t *includepaths; member
H A Ducl_util.c620 if (parser->includepaths != NULL) {
621 ucl_object_unref (parser->includepaths);
1589 if (parser->includepaths == NULL) {
1605 ip = ucl_object_iterate_new (parser->includepaths);