Searched refs:DCS (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Dquery-status.pl130 my $DCS = qr/${prefix}/;
131 my $match = qr/${DCS}.*${st}/;
142 $reply =~ s/^${DCS}//;
H A Dtitlestack.pl66 our $DCS = "\x1bP";
182 my $reply = &get_reply( sprintf( "%s\$q>t%s", $DCS, $ST ) );
183 my $prefix = "${DCS}1\$r";
652 $DCS = "\x90";
/xsrc/external/mit/xtrap/dist/
H A Dchparse.c100 #define DCS 0x90 macro
140 case DCS:
262 case DCS: printf("<DCS>"); break;
267 if (c == ESC || c == DCS || c == CSI || c == SS3) {
H A Dxtrapchar.c121 #define DCS 0x90 macro
338 case DCS: /* We don't deal with these */

Completed in 4 milliseconds