Home
last modified time | relevance | path

Searched defs:yang_stmt (Results 1 – 2 of 2) sorted by relevance

/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_yang_internal.h63 struct yang_stmt{ struct
65 struct yang_stmt **ys_stmt; /* Vector of children statement pointers */ argument
66 struct yang_stmt *ys_parent; /* Backpointer to parent: yang-stmt or yang-spec */ argument
71 yang_stmt *ys_mymodule; /* Shortcut to "my" module. Augmented argument
74 cg_var *ys_cv; /* cligen variable. See ys_populate()
83 cvec *ys_cvec; /* List of stmt-specific variables
89 … yang_type_cache *ys_typecache; /* If ys_keyword==Y_TYPE, cache all typedef data except unions */
90 … char *ys_when_xpath; /* Special conditional for a "when"-associated augment xpath */
91 … *ys_when_nsc; /* Special conditional for a "when"-associated augment namespace ctx */
92 int _ys_vector_i; /* internal use: yn_each */
/dports/devel/clixon/clixon-4.8.0/lib/clixon/
H A Dclixon_yang.h158 typedef struct yang_stmt yang_stmt; /* Defined in clixon_yang_internal */ typedef