Home
last modified time | relevance | path

Searched refs:SUBST_FLAG_YIN (Results 1 – 4 of 4) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dprinter.c36 {"contact", "text", SUBST_FLAG_YIN}, /**< LYEXT_SUBSTMT_CONTACT */
38 {"description", "text", SUBST_FLAG_YIN}, /**< LYEXT_SUBSTMT_DESCRIPTION */
40 {"error-message", "value", SUBST_FLAG_YIN}, /**< LYEXT_SUBSTMT_ERRMSG */
43 {"organization", "text", SUBST_FLAG_YIN}, /**< LYEXT_SUBSTMT_ORGANIZATION */
47 {"reference", "text", SUBST_FLAG_YIN}, /**< LYEXT_SUBSTMT_REFERENCE */
H A Dprinter.h58 #define SUBST_FLAG_YIN 0x1 /**< has YIN element */ macro
H A Dprinter_yin.c109 if (ext_substmt_info[substmt].flags & SUBST_FLAG_YIN) { in yin_print_substmt()
133 if (ext_substmt_info[substmt].flags & SUBST_FLAG_YIN) { in yin_print_substmt()
H A Dprinter_yang.c162 … (ext_substmt_info[substmt].flags & SUBST_FLAG_YIN) ? 0 : 1, i == -1 ? 1 : 0); in yang_print_substmt()