Home
last modified time | relevance | path

Searched refs:lys_type_is_local (Results 1 – 6 of 6) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h265 int lys_type_is_local(const struct lys_type *type);
H A Dprinter_tree.c343 } else if (!lys_type_is_local(type)) { in tree_print_type()
H A Dprinter_info.c405 if (!lys_type_is_local(type)) { in info_print_type_detail_()
H A Dprinter_yang.c468 if (!lys_type_is_local(type)) { in yang_print_type()
H A Dprinter_yin.c439 if (!lys_type_is_local(type)) { in yin_print_type()
H A Dtree_schema.c3580 lys_type_is_local(const struct lys_type *type) in lys_type_is_local() function