Home | History | Annotate | Download | only in src

Lines Matching refs:OSC

165   case OSC:
166 if(vt->parser_callbacks && vt->parser_callbacks->osc)
167 if((*vt->parser_callbacks->osc)(str_frag, len, vt->cbdata))
170 fprintf(stderr, "libvterm: Unhandled OSC %.*s\n", (int)len, str_frag);
183 fprintf(stderr, "libvterm: ARGH! Should never do_string() in ESC_IN_{OSC,DCS}\n");
203 case OSC:
227 if(vt->parser_state == OSC)
235 else if(c == 0x07 && // BEL, can stand for ST in OSC or DCS state
236 (vt->parser_state == OSC || vt->parser_state == DCS)) {
254 case ESC_IN_OSC: vt->parser_state = OSC; break;
274 case 0x5d: // OSC
275 ENTER_STRING_STATE(OSC);
300 case OSC:
317 case 0x9d: // OSC
318 ENTER_STRING_STATE(OSC);