Lines Matching refs:blockstack
58 struct cil_tree_node *blockstack; member
3586 struct cil_tree_node *blockstack = args->blockstack; in __cil_resolve_ast_node_helper() local
3602 if (blockstack != NULL) { in __cil_resolve_ast_node_helper()
3684 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_first_child_helper() local
3693 blockstack = args->blockstack; in __cil_resolve_ast_first_child_helper()
3709 if (blockstack != NULL) { in __cil_resolve_ast_first_child_helper()
3710 blockstack->parent = new; in __cil_resolve_ast_first_child_helper()
3711 new->cl_head = blockstack; in __cil_resolve_ast_first_child_helper()
3713 args->blockstack = new; in __cil_resolve_ast_first_child_helper()
3733 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_last_child_helper() local
3762 blockstack = args->blockstack; in __cil_resolve_ast_last_child_helper()
3763 args->blockstack = blockstack->cl_head; in __cil_resolve_ast_last_child_helper()
3764 if (blockstack->cl_head) { in __cil_resolve_ast_last_child_helper()
3765 blockstack->cl_head->parent = NULL; in __cil_resolve_ast_last_child_helper()
3767 free(blockstack); in __cil_resolve_ast_last_child_helper()
3800 extra_args.blockstack = NULL; in cil_resolve_ast()
3907 while (extra_args.blockstack!= NULL) { in cil_resolve_ast()
3908 struct cil_tree_node *curr = extra_args.blockstack; in cil_resolve_ast()
3911 extra_args.blockstack= next; in cil_resolve_ast()