Home | History | Annotate | Download | only in src

Lines Matching full:new_bool

561 	cond_bool_datum_t *booldatum, *base_bool, *new_bool = NULL;
576 if ((new_bool =
577 (cond_bool_datum_t *) malloc(sizeof(*new_bool))) == NULL) {
580 new_bool->s.value = state->base->p_bools.nprim + 1;
584 (hashtab_datum_t) new_bool);
589 base_bool = new_bool;
620 cond_destroy_bool(new_id, new_bool, NULL);