Searched refs:newenc (Results 1 – 1 of 1) sorted by relevance
630 VTermEncoding *newenc = vterm_lookup_encoding(ENC_SINGLE_94, bytes[1]); in on_escape() local632 if(newenc) { in on_escape()633 state->encoding[setnum].enc = newenc; in on_escape()635 if(newenc->init) in on_escape()636 (*newenc->init)(newenc, state->encoding[setnum].data); in on_escape()