Home | History | Annotate | Download | only in src

Lines Matching full:new_bool

1049 	cond_bool_datum_t *bool, *new_bool;
1069 new_bool = (cond_bool_datum_t *) malloc(sizeof(cond_bool_datum_t));
1070 if (!new_bool) {
1078 free(new_bool);
1083 new_bool->s.value = state->out->p_bools.nprim;
1087 (hashtab_datum_t) new_bool);
1090 free(new_bool);
1095 state->boolmap[bool->s.value - 1] = new_bool->s.value;
1097 new_bool->state = bool->state;
1098 new_bool->flags = bool->flags;