Home | History | Annotate | Download | only in src

Lines Matching refs:cl_head

106 			} else if ((s[i] & CIL_SYN_N_LISTS) && (c->data == NULL && c->cl_head != NULL)) {
110 } else if ((s[i] & CIL_SYN_N_STRINGS) && (c->data != NULL && c->cl_head == NULL)) {
122 if (c->data != NULL && c->cl_head == NULL) {
130 if (c->data == NULL && c->cl_head != NULL) {
138 if (c->data == NULL && c->cl_head == NULL) {
965 struct cil_tree_node *cond_block = node->cl_head;
1333 for (curr_com_perm = common_node->cl_head;
1339 for (curr_class_perm = node->cl_head;