Home | History | Annotate | Download | only in src

Lines Matching full:new_bool

1005 	cond_bool_datum_t *bool, *new_bool;
1025 new_bool = (cond_bool_datum_t *) malloc(sizeof(cond_bool_datum_t));
1026 if (!new_bool) {
1034 free(new_bool);
1039 new_bool->s.value = state->out->p_bools.nprim;
1043 (hashtab_datum_t) new_bool);
1046 free(new_bool);
1051 state->boolmap[bool->s.value - 1] = new_bool->s.value;
1053 new_bool->state = bool->state;
1054 new_bool->flags = bool->flags;