Searched refs:IsControlInput (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Dmodify-keys.pl395 sub IsControlInput($) { subroutine
429 $result = 1 if ( &IsControlInput($code) );
476 if ( &IsControlInput($code)
573 if ( &IsControlInput($code) ) {
623 if ( &IsControlInput($code) ) {
1454 my $ctl_i = &IsControlInput($hex) ? "ctl_i" : "";
/xsrc/external/mit/xterm/dist/
H A Dinput.c251 IsControlInput(KEY_DATA * kd) function in typeref:typename:Bool
463 if ((IsControlInput(kd)
501 if (IsControlInput(kd)
592 if (IsControlInput(kd)) {
632 if (IsControlInput(kd)) {
864 && !IsControlInput(kd)) {

Completed in 9 milliseconds