OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:combine_chars
(Results
1 - 2
of
2
) sorted by null
/external/libvterm/src/
state.c
77
vterm_allocator_free(state->vt, state->
combine_chars
);
130
memcpy(new_chars, state->
combine_chars
, state->combine_chars_size * sizeof(new_chars[0]));
132
vterm_allocator_free(state->vt, state->
combine_chars
);
134
state->
combine_chars
= new_chars;
235
for(printpos = 0; state->
combine_chars
[printpos]; printpos++)
236
printf("U+%04x ", state->
combine_chars
[printpos]);
242
while(state->
combine_chars
[saved_i])
249
state->
combine_chars
[saved_i++] = codepoints[i++];
253
state->
combine_chars
[saved_i] = 0;
256
for(; state->
combine_chars
[printpos]; printpos++
[
all
...]
vterm_internal.h
78
uint32_t *
combine_chars
;
member in struct:VTermState
Completed in 241 milliseconds