Home | History | Annotate | Download | only in src

Lines Matching refs:new_bool

1147 	cond_bool_datum_t *bool, *new_bool;
1167 new_bool = (cond_bool_datum_t *) malloc(sizeof(cond_bool_datum_t));
1168 if (!new_bool) {
1176 free(new_bool);
1181 new_bool->s.value = state->out->p_bools.nprim;
1185 (hashtab_datum_t) new_bool);
1188 free(new_bool);
1193 state->boolmap[bool->s.value - 1] = new_bool->s.value;
1195 new_bool->state = bool->state;
1196 new_bool->flags = bool->flags;