Home | History | Annotate | Download | only in src

Lines Matching refs:cl_head

2449 	current->cl_head = NULL;
2753 pc = new_call->args_tree->root->cl_head;
2802 if (pc->cl_head != NULL) {
2824 if (pc->cl_head != NULL) {
2829 rc = cil_fill_level(pc->cl_head, level);
2848 if (pc->cl_head != NULL) {
2853 rc = cil_fill_levelrange(pc->cl_head, range);
2872 if (pc->cl_head != NULL) {
2877 rc = cil_fill_ipaddr(pc->cl_head, ipaddr);
2902 if (pc->cl_head != NULL) {
3263 if (current->cl_head != NULL && current->cl_head->flavor == CIL_CONDBLOCK) {
3264 cb = current->cl_head->data;
3266 true_node = current->cl_head;
3268 false_node = current->cl_head;
3272 if (current->cl_head != NULL && current->cl_head->next != NULL && current->cl_head->next->flavor == CIL_CONDBLOCK) {
3273 cb = current->cl_head->next->data;
3275 true_node = current->cl_head->next;
3277 false_node = current->cl_head->next;
3298 current->cl_head = NULL;
3753 new->cl_head = optstack;
3759 new->cl_head = blockstack;
3801 args->optstack = optstack->cl_head;
3802 if (optstack->cl_head) {
3803 optstack->cl_head->parent = NULL;
3811 args->blockstack = blockstack->cl_head;
3812 if (blockstack->cl_head) {
3813 blockstack->cl_head->parent = NULL;
3828 next = curr->cl_head;