Home | History | Annotate | Download | only in src

Lines Matching defs:ast_node

17 	struct cil_tree_node *ast_node;
95 datum->ast_node = node;
168 switch (vers_datum->ast_node->flavor) {
782 struct cil_tree_node *ast_node = NULL;
788 if (vers_datum->ast_node->flavor == CIL_TYPEATTRIBUTE) {
799 cil_tree_node_init(&ast_node);
800 ast_node->data = attrset;
801 ast_node->flavor = CIL_TYPEATTRIBUTESET;
804 ast_node->parent = ast_parent;
806 ast_parent->cl_head = ast_node;
808 ast_parent->cl_tail->next = ast_node;
809 ast_parent->cl_tail = ast_node;