Lines Matching refs:new_bool
1109 cond_bool_datum_t *bool, *new_bool;
1129 new_bool = (cond_bool_datum_t *) malloc(sizeof(cond_bool_datum_t));
1130 if (!new_bool) {
1138 free(new_bool);
1143 new_bool->s.value = state->out->p_bools.nprim;
1147 (hashtab_datum_t) new_bool);
1150 free(new_bool);
1155 state->boolmap[bool->s.value - 1] = new_bool->s.value;
1157 new_bool->state = bool->state;
1158 new_bool->flags = bool->flags;