Searched refs:get_reply (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | resize.pl | 49 sub get_reply { subroutine 74 our $original = get_reply("\x1b[18t"); 88 our $maximize = get_reply("\x1b[19t");
|
| H A D | dynamic.pl | 78 sub get_reply($) { subroutine 99 $reply = get_reply("\x1b]$param1;?\007");
|
| H A D | query-fonts.pl | 64 sub get_reply($) { subroutine 88 $reply = get_reply( "\x1b]50;?" . $param . $ST );
|
| H A D | xorblink.pl | 119 sub get_reply($$) { subroutine 162 my $reply = &get_reply( $sequence, "y" ); 173 my $reply = &get_reply( $sequence, $ending );
|
| H A D | paste64.pl | 89 sub get_reply($) { subroutine 109 my $reply = get_reply( "\x1b]52;" . $target . ";?\x1b\\" );
|
| H A D | query-dynamic.pl | 73 sub get_reply($) { subroutine 150 $reply = &get_reply( $OSC . $params . $ST );
|
| H A D | query-status.pl | 70 sub get_reply($) { subroutine 132 my $reply = get_reply( $prefix . '$q' . $suffix . $ST );
|
| H A D | query-xres.pl | 71 sub get_reply($) { subroutine 107 my $reply = &get_reply( "\x1bP+Q" . join( ';', @query_params ) . "\x1b\\" );
|
| H A D | query-color.pl | 66 sub get_reply($) { subroutine 207 $reply = &get_reply($query);
|
| H A D | setpos.pl | 91 sub get_reply($) { subroutine 189 my $reply = &get_reply( sprintf "%s13t", $CSI ); 260 my $reply = &get_reply( sprintf "%s15t", $CSI );
|
| H A D | 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 ) );
|
| H A D | tcapquery.pl | 92 sub get_reply($) { subroutine 134 my $reply = &get_reply( "\x1bP+q" . join( ';', @query_params ) . "\x1b\\" );
|
| H A D | report-sgr.pl | 202 sub get_reply($) { subroutine 239 my $reply = &get_reply($send); 427 my $result = &get_reply( $csi . "6n" );
|
| H A D | 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 13 milliseconds