HomeSort by: relevance | last modified time | path
    Searched refs:get_reply (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xterm/dist/vttests/
dynamic.pl 78 sub get_reply($) { subroutine
99 $reply = get_reply("\x1b]$param1;?\007");
resize.pl 49 sub get_reply { subroutine
74 our $original = get_reply("\x1b[18t");
88 our $maximize = get_reply("\x1b[19t");
xorblink.pl 119 sub get_reply($$) { subroutine
162 my $reply = &get_reply( $sequence, "y" );
173 my $reply = &get_reply( $sequence, $ending );
query-fonts.pl 64 sub get_reply($) { subroutine
88 $reply = get_reply( "\x1b]50;?" . $param . $ST );
paste64.pl 89 sub get_reply($) { subroutine
109 my $reply = get_reply( "\x1b]52;" . $target . ";?\x1b\\" );
query-status.pl 70 sub get_reply($) { subroutine
132 my $reply = get_reply( $prefix . '$q' . $suffix . $ST );
query-dynamic.pl 73 sub get_reply($) { subroutine
150 $reply = &get_reply( $OSC . $params . $ST );
query-xres.pl 71 sub get_reply($) { subroutine
107 my $reply = &get_reply( "\x1bP+Q" . join( ';', @query_params ) . "\x1b\\" );
query-color.pl 66 sub get_reply($) { subroutine
207 $reply = &get_reply($query);
tcapquery.pl 92 sub get_reply($) { subroutine
134 my $reply = &get_reply( "\x1bP+q" . join( ';', @query_params ) . "\x1b\\" );
report-sgr.pl 202 sub get_reply($) { subroutine
239 my $reply = &get_reply($send);
427 my $result = &get_reply( $csi . "6n" );
titlestack.pl 148 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 ) );
palettes.pl 760 sub get_reply($$) { subroutine
791 my $reply = &get_reply( $query, $ST );
940 my $state = &get_reply( sprintf( "%s#R", $CSI ), "Q" );

Completed in 7 milliseconds