Searched refs:newenc (Results 1 – 1 of 1) sorted by relevance
648 VTermEncoding *newenc = vterm_lookup_encoding(ENC_SINGLE_94, bytes[1]); in on_escape() local650 if(newenc) { in on_escape()651 state->encoding[setnum].enc = newenc; in on_escape()653 if(newenc->init) in on_escape()654 (*newenc->init)(newenc, state->encoding[setnum].data); in on_escape()