Home | History | Annotate | Download | only in src

Lines Matching refs:new_bool

603 	cond_bool_datum_t *booldatum, *base_bool, *new_bool = NULL;
618 if ((new_bool =
619 (cond_bool_datum_t *) malloc(sizeof(*new_bool))) == NULL) {
622 new_bool->s.value = state->base->p_bools.nprim + 1;
626 (hashtab_datum_t) new_bool);
631 base_bool = new_bool;
662 cond_destroy_bool(new_id, new_bool, NULL);