Home | History | Annotate | Download | only in src

Lines Matching refs:cl_head

2499 	current->cl_head = NULL;
2803 pc = new_call->args_tree->root->cl_head;
2852 if (pc->cl_head != NULL) {
2875 if (pc->cl_head != NULL) {
2880 rc = cil_fill_level(pc->cl_head, level);
2900 if (pc->cl_head != NULL) {
2905 rc = cil_fill_levelrange(pc->cl_head, range);
2925 if (pc->cl_head != NULL) {
2930 rc = cil_fill_ipaddr(pc->cl_head, ipaddr);
2956 if (pc->cl_head != NULL) {
3319 if (current->cl_head != NULL && current->cl_head->flavor == CIL_CONDBLOCK) {
3320 cb = current->cl_head->data;
3322 true_node = current->cl_head;
3324 false_node = current->cl_head;
3328 if (current->cl_head != NULL && current->cl_head->next != NULL && current->cl_head->next->flavor == CIL_CONDBLOCK) {
3329 cb = current->cl_head->next->data;
3331 true_node = current->cl_head->next;
3333 false_node = current->cl_head->next;
3354 current->cl_head = NULL;
3815 new->cl_head = optstack;
3821 new->cl_head = blockstack;
3863 args->optstack = optstack->cl_head;
3864 if (optstack->cl_head) {
3865 optstack->cl_head->parent = NULL;
3873 args->blockstack = blockstack->cl_head;
3874 if (blockstack->cl_head) {
3875 blockstack->cl_head->parent = NULL;
3890 next = curr->cl_head;