Home | History | Annotate | Download | only in src

Lines Matching defs:cb

2994 	struct cil_condblock *cb = NULL;
3013 cil_condblock_init(&cb);
3014 cb->flavor = flavor;
3016 ast_node->data = cb;
3023 cil_destroy_condblock(cb);
3027 void cil_destroy_condblock(struct cil_condblock *cb)
3029 if (cb == NULL) {
3033 cil_symtab_array_destroy(cb->symtab);
3034 free(cb);