Home
last modified time | relevance | path

Searched refs:unicode_hex_input_flags (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_event.c416 guts.unicode_hex_input_flags = 0; in feed_unicode_character()
616 guts.unicode_hex_input_flags |= flag; in handle_key_event()
617 } else if ( guts.unicode_hex_input_flags ) { in handle_key_event()
618 guts.unicode_hex_input_flags &= ~flag; in handle_key_event()
619 switch ( guts.unicode_hex_input_flags) { in handle_key_event()
632 case kbNoKey: if (guts.unicode_hex_input_flags) { in handle_key_event()
642 guts.unicode_hex_input_flags |= UNICODE_HEX_U; in handle_key_event()
646 guts.unicode_hex_input_flags &= ~UNICODE_HEX_U; in handle_key_event()
662 guts.unicode_hex_input_flags &= ~UNICODE_HEX_WANT_MASK; in handle_key_event()
686 guts.unicode_hex_input_flags = 0; in handle_key_event()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h769 int unicode_hex_input_flags; member