Lines Matching refs:new_chars
128 uint32_t *new_chars = vterm_allocator_malloc(state->vt, new_size * sizeof(new_chars[0]));130 memcpy(new_chars, state->combine_chars, state->combine_chars_size * sizeof(new_chars[0]));134 state->combine_chars = new_chars;