OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newenc
(Results
1 - 1
of
1
) sorted by null
/external/libvterm/src/
state.c
648
VTermEncoding *
newenc
= vterm_lookup_encoding(ENC_SINGLE_94, bytes[1]);
local
650
if(
newenc
) {
651
state->encoding[setnum].enc =
newenc
;
653
if(
newenc
->init)
654
(*
newenc
->init)(
newenc
, state->encoding[setnum].data);
[
all
...]
Completed in 181 milliseconds