Searched refs:get_reply (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Dresize.pl49 sub get_reply { subroutine
74 our $original = get_reply("\x1b[18t");
88 our $maximize = get_reply("\x1b[19t");
H A Ddynamic.pl78 sub get_reply($) { subroutine
99 $reply = get_reply("\x1b]$param1;?\007");
H A Dquery-fonts.pl64 sub get_reply($) { subroutine
88 $reply = get_reply( "\x1b]50;?" . $param . $ST );
H A Dxorblink.pl119 sub get_reply($$) { subroutine
162 my $reply = &get_reply( $sequence, "y" );
173 my $reply = &get_reply( $sequence, $ending );
H A Dpaste64.pl89 sub get_reply($) { subroutine
109 my $reply = get_reply( "\x1b]52;" . $target . ";?\x1b\\" );
H A Dquery-dynamic.pl73 sub get_reply($) { subroutine
150 $reply = &get_reply( $OSC . $params . $ST );
H A Dquery-status.pl70 sub get_reply($) { subroutine
132 my $reply = get_reply( $prefix . '$q' . $suffix . $ST );
H A Dquery-xres.pl71 sub get_reply($) { subroutine
107 my $reply = &get_reply( "\x1bP+Q" . join( ';', @query_params ) . "\x1b\\" );
H A Dquery-color.pl66 sub get_reply($) { subroutine
207 $reply = &get_reply($query);
H A Dsetpos.pl91 sub get_reply($) { subroutine
189 my $reply = &get_reply( sprintf "%s13t", $CSI );
260 my $reply = &get_reply( sprintf "%s15t", $CSI );
H A Dtitlestack.pl148 sub get_reply($) { subroutine
169 my $reply = &get_reply( sprintf( "%s#S", $CSI ) );
182 my $reply = &get_reply( sprintf( "%s\$q>t%s", $DCS, $ST ) );
203 my $reply = &get_reply( sprintf( "%s%dt", $CSI, $icon ? 20 : 21 ) );
H A Dtcapquery.pl92 sub get_reply($) { subroutine
134 my $reply = &get_reply( "\x1bP+q" . join( ';', @query_params ) . "\x1b\\" );
H A Dreport-sgr.pl202 sub get_reply($) { subroutine
239 my $reply = &get_reply($send);
427 my $result = &get_reply( $csi . "6n" );
H A Dpalettes.pl760 sub get_reply($$) { subroutine
791 my $reply = &get_reply( $query, $ST );
940 my $state = &get_reply( sprintf( "%s#R", $CSI ), "Q" );

Completed in 13 milliseconds