Lines Matching refs:ST
68 our $ST = "\x1b\\";
182 my $reply = &get_reply( sprintf( "%s\$q>t%s", $DCS, $ST ) );
185 my $q = index( $reply, $ST );
186 my $r = length($reply) - length($ST);
208 $reply =~ s/${ST}$//;
213 if ( index( $reply, $ST ) >= 0 ) {
551 &send_command( sprintf( "%s%s;%s%s", $OSC, $opt, $text, $ST ) );
608 -b use BEL rather than ST for terminating strings
636 $ST = "\007" if ($opt_b);
654 $ST = "\x9c";