Home
last modified time | relevance | path

Searched refs:LYEXT_SUBSTMT_PREFIX (Results 1 – 7 of 7) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dextensions.h100LYEXT_SUBSTMT_PREFIX, /**< extension of the prefix statement, can appear in lys_module, lys… enumerator
H A Dprinter_yang.c1655 yang_print_substmt(out, level + 1, LYEXT_SUBSTMT_PREFIX, 0, module->prefix, in yang_print_model_()
1668 yang_print_substmt(out, level, LYEXT_SUBSTMT_PREFIX, 0, module->prefix, in yang_print_model_()
1678 yang_print_substmt(out, level, LYEXT_SUBSTMT_PREFIX, 0, module->imp[i].prefix, in yang_print_model_()
2102 … yang_print_substmt(out, level + 1, LYEXT_SUBSTMT_PREFIX, c, ((const char ***)pp)[1][c], in yang_print_extension_instances()
2114 … yang_print_substmt(out, level + 1, LYEXT_SUBSTMT_PREFIX, 0, (const char *)pp[1], in yang_print_extension_instances()
H A Dprinter_yin.c1663 yin_print_substmt(out, level + 1, LYEXT_SUBSTMT_PREFIX, 0, module->prefix, in yin_print_model_()
1678 yin_print_substmt(out, level, LYEXT_SUBSTMT_PREFIX, 0, module->prefix, in yin_print_model_()
1689 yin_print_substmt(out, level, LYEXT_SUBSTMT_PREFIX, 0, module->imp[i].prefix, in yin_print_model_()
2119 … yin_print_substmt(out, level + 1, LYEXT_SUBSTMT_PREFIX, c, ((const char ***)pp)[1][c], in yin_print_extension_instances()
2131 … yin_print_substmt(out, level + 1, LYEXT_SUBSTMT_PREFIX, 0, (const char *)pp[1], in yin_print_extension_instances()
H A Dparser_yin.c3675 … (lyp_yin_parse_subnode_ext(module, imp, LYEXT_PAR_IMPORT, child, LYEXT_SUBSTMT_PREFIX, 0, unres))… in fill_yin_import()
6653 …if (lyp_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child, LYEXT_SUBSTMT_PREFIX, 0, unres)) { in read_sub_module()
6702 …p_yin_parse_subnode_ext(trg, trg, LYEXT_PAR_MODULE, child->child, LYEXT_SUBSTMT_PREFIX, 0, unres))… in read_sub_module()
7581 …p_yin_parse_subnode_ext(mod, ext, LYEXT_PAR_EXTINST, node->child, LYEXT_SUBSTMT_PREFIX, c, unres))… in yin_parse_extcomplex_str()
H A Dparser_yang.c2330 insubstmt = LYEXT_SUBSTMT_PREFIX; in yang_read_ext()
H A Dtree_schema.c2152 case LYEXT_SUBSTMT_PREFIX: in lys_ext_instance_substmt()
/dports/net/libyang/libyang-1.0.240/
H A Dlibyang.dump1447 'name' => 'LYEXT_SUBSTMT_PREFIX',