Home | History | Annotate | Download | only in src

Lines Matching refs:cl_head

99 			} else if ((s[i] & CIL_SYN_N_LISTS) && (c->data == NULL && c->cl_head != NULL)) {
103 } else if ((s[i] & CIL_SYN_N_STRINGS) && (c->data != NULL && c->cl_head == NULL)) {
115 if (c->data != NULL && c->cl_head == NULL) {
123 if (c->data == NULL && c->cl_head != NULL) {
131 if (c->data == NULL && c->cl_head == NULL) {
960 struct cil_tree_node *cond_block = node->cl_head;
1236 for (curr_com_perm = common_node->cl_head;
1242 for (curr_class_perm = node->cl_head;