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

/xsrc/external/mit/xterm/dist/vttests/
H A Dmodify-keys.pl466 sub allowedCharModifiers($$) { subroutine
555 $state = &allowedCharModifiers( $other_key, $state, $code );
596 if ( &allowedCharModifiers( $other_key, $state, $code ) ==
/xsrc/external/mit/xterm/dist/
H A Dinput.c482 allowedCharModifiers(XtermWidget xw, unsigned state, KEY_DATA * kd) function in typeref:typename:unsigned
531 TRACE(("...allowedCharModifiers(state=%u" FMT_MODIFIER_NAMES
569 state = allowedCharModifiers(xw, state, kd);
1252 && (mod_state = allowedCharModifiers(xw, evt_state, &kd)) != 0) {

Completed in 5 milliseconds