Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dinput-keys.c480 key_code onlykey; in input_key_vt10x() local
507 if (onlykey == '\r' || onlykey == '\n' || onlykey == '\t') in input_key_vt10x()
523 else if (onlykey >= '3' && onlykey <= '7') in input_key_vt10x()
525 else if (onlykey >= '@' && onlykey <= '~') in input_key_vt10x()
542 key_code onlykey; in input_key_mode1() local
556 (onlykey == ' ' || in input_key_mode1()
557 onlykey == '/' || in input_key_mode1()
558 onlykey == '@' || in input_key_mode1()
559 onlykey == '^' || in input_key_mode1()
560 (onlykey >= '2' && onlykey <= '8') || in input_key_mode1()
[all …]
H A Dtty-keys.c735 key_code key, onlykey; in tty_keys_next() local
904 onlykey = key & KEYC_MASK_KEY; in tty_keys_next()
905 if (onlykey < 0x20 && in tty_keys_next()
906 onlykey != C0_HT && in tty_keys_next()
907 onlykey != C0_CR && in tty_keys_next()
908 onlykey != C0_ESC) { in tty_keys_next()
909 onlykey |= 0x40; in tty_keys_next()
910 if (onlykey >= 'A' && onlykey <= 'Z') in tty_keys_next()
911 onlykey |= 0x20; in tty_keys_next()
1021 key_code nkey, onlykey; in tty_keys_extended_key() local
[all …]