Home | History | Annotate | Download | only in src

Lines Matching full:newenc

571       VTermEncoding *newenc = vterm_lookup_encoding(ENC_SINGLE_94, bytes[1]);
573 if(newenc) {
574 state->encoding[setnum].enc = newenc;
576 if(newenc->init)
577 (*newenc->init)(newenc, state->encoding[setnum].data);