OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:query_params
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xterm/dist/vttests/
query-dynamic.pl
44
our @
query_params
;
126
@
query_params
= ();
130
$
query_params
[ $#
query_params
+ 1 ] = $_[0];
139
return unless (@
query_params
);
147
my $params = join( ";", @
query_params
);
149
$params = sprintf( "%d;%s", $
query_params
[0], $params );
186
if ( $#
query_params
>= 0
187
and ( $param != $
query_params
[$#
query_params
] + 1 )
[
all
...]
query-xres.pl
46
our @
query_params
;
99
@
query_params
= ();
103
$
query_params
[ $#
query_params
+ 1 ] = &hexified( $_[0] );
107
my $reply = &get_reply( "\x1bP+Q" . join( ';', @
query_params
) . "\x1b\\" );
138
if ( $count <= $#
query_params
139
and &hexified($result) eq $
query_params
[$count] );
tcapquery.pl
47
our @
query_params
;
126
@
query_params
= ();
130
$
query_params
[ $#
query_params
+ 1 ] = &hexified( $_[0] );
134
my $reply = &get_reply( "\x1bP+q" . join( ';', @
query_params
) . "\x1b\\" );
161
if ( $count <= $#
query_params
162
and &hexified($result) eq $
query_params
[$count] );
query-color.pl
64
our @
query_params
;
140
@
query_params
= ();
144
$
query_params
[ $#
query_params
+ 1 ] = $_[0];
205
my $params = sprintf "%s;?;", ( join( ";?;", @
query_params
) );
Completed in 4 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026