Home | History | Annotate | Download | only in src

Lines Matching refs:DCS

173   case DCS:
174 if(vt->parser_callbacks && vt->parser_callbacks->dcs)
175 if((*vt->parser_callbacks->dcs)(str_frag, len, vt->cbdata))
178 fprintf(stderr, "libvterm: Unhandled DCS %.*s\n", (int)len, str_frag);
183 fprintf(stderr, "libvterm: ARGH! Should never do_string() in ESC_IN_{OSC,DCS}\n");
204 case DCS:
229 else if(vt->parser_state == DCS)
235 else if(c == 0x07 && // BEL, can stand for ST in OSC or DCS state
236 (vt->parser_state == OSC || vt->parser_state == DCS)) {
255 case ESC_IN_DCS: vt->parser_state = DCS; break;
268 case 0x50: // DCS
269 ENTER_STRING_STATE(DCS);
301 case DCS:
311 case 0x90: // DCS
312 ENTER_STRING_STATE(DCS);