Searched refs:newenc (Results 1 – 1 of 1) sorted by relevance
697 VTermEncoding *newenc = vterm_lookup_encoding(ENC_SINGLE_94, bytes[1]); in on_escape() local699 if(newenc) { in on_escape()700 state->encoding[setnum].enc = newenc; in on_escape()702 if(newenc->init) in on_escape()703 (*newenc->init)(newenc, state->encoding[setnum].data); in on_escape()