Lines Matching defs:parent
1527 struct cil_tree_node *parent = node->parent;
1529 if (parent->flavor != CIL_ROOT) {
1539 struct cil_tree_node *parent = node->parent;
1541 if (parent->flavor == CIL_ROOT) {
1579 struct cil_tree_node *parent = node->parent;
1581 if (parent->flavor != CIL_SRC_INFO && parent->flavor != CIL_ROOT) {
1591 struct cil_tree_node *parent = node->parent;
1593 if (parent->flavor == CIL_ROOT) {
1595 } else if (parent->flavor == CIL_SRC_INFO) {