Searched refs:yang_read_augment (Results 1 – 4 of 4) sorted by relevance
/dports/net/libyang/libyang-1.0.240/src/ |
H A D | parser_yang.h | 157 int yang_read_augment(struct lys_module *module, struct lys_node *parent, struct lys_node_augment *…
|
H A D | parser_yang_bis.c | 6199 if (yang_read_augment(trg, parent, actual, s)) { in yyparse() 6220 if (yang_read_augment(trg, NULL, actual, s)) { in yyparse()
|
H A D | yang.y.in | 2999 if (yang_read_augment(trg, parent, actual, s)) { 3022 if (yang_read_augment(trg, NULL, actual, s)) {
|
H A D | parser_yang.c | 1393 yang_read_augment(struct lys_module *module, struct lys_node *parent, struct lys_node_augment *aug,… in yang_read_augment() function
|