Home
last modified time | relevance | path

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

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Dcommand.C76 #define ISO_14755_MASK 0x0fffffffUL macro
267 wchar_t ch = iso14755buf & ISO_14755_MASK; in commit_iso14755()
849 iso14755buf = ((iso14755buf & ISO_14755_MASK) >> 4) | ISO_14755_51; in key_press()
851 iso14755_51 (iso14755buf & ISO_14755_MASK); in key_press()
857 iso14755buf = ((iso14755buf << 4) & ISO_14755_MASK) in key_press()
860 iso14755_51 (iso14755buf & ISO_14755_MASK); in key_press()