Searched refs:combine_chars (Results 1 – 2 of 2) sorted by relevance
77 vterm_allocator_free(state->vt, state->combine_chars); in vterm_state_free()130 memcpy(new_chars, state->combine_chars, state->combine_chars_size * sizeof(new_chars[0])); in grow_combine_buffer()132 vterm_allocator_free(state->vt, state->combine_chars); in grow_combine_buffer()134 state->combine_chars = new_chars; in grow_combine_buffer()235 for(printpos = 0; state->combine_chars[printpos]; printpos++) in on_text()236 printf("U+%04x ", state->combine_chars[printpos]); in on_text()242 while(state->combine_chars[saved_i]) in on_text()249 state->combine_chars[saved_i++] = codepoints[i++]; in on_text()253 state->combine_chars[saved_i] = 0; in on_text()256 for(; state->combine_chars[printpos]; printpos++) in on_text()[all …]
78 uint32_t *combine_chars; member