HomeSort by relevance Sort by last modified time
    Searched refs:combine_chars (Results 1 - 2 of 2) sorted by null

  /external/libvterm/src/
state.c 80 vterm_allocator_free(state->vt, state->combine_chars);
145 memcpy(new_chars, state->combine_chars, state->combine_chars_size * sizeof(new_chars[0]));
147 vterm_allocator_free(state->vt, state->combine_chars);
149 state->combine_chars = new_chars;
278 for(printpos = 0; state->combine_chars[printpos]; printpos++)
279 printf("U+%04x ", state->combine_chars[printpos]);
285 while(state->combine_chars[saved_i])
292 state->combine_chars[saved_i++] = codepoints[i++];
296 state->combine_chars[saved_i] = 0;
299 for(; state->combine_chars[printpos]; printpos++
    [all...]
vterm_internal.h 93 uint32_t *combine_chars; member in struct:VTermState

Completed in 49 milliseconds