Searched refs:ucl_object_lookup_path_char (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h713 UCL_EXTERN const ucl_object_t *ucl_object_lookup_path_char (const ucl_object_t *obj,
715 #define ucl_lookup_path_char ucl_object_lookup_path_char
/freebsd-11-stable/contrib/libucl/lua/
H A Dlua_ucl.c901 schema_elt = ucl_object_lookup_path_char (schema, path, '/');
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c2579 return ucl_object_lookup_path_char (top, path_in, '.');
2584 ucl_object_lookup_path_char (const ucl_object_t *top, const char *path_in, const char sep) { function

Completed in 144 milliseconds