Home
last modified time | relevance | path

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

/external/qemu/
Dcurses_keys.h35 #define CNTRL 0x0200 macro
192 [0x011] = 16 | CNTRL, /* Control + q */
193 [0x017] = 17 | CNTRL, /* Control + w */
194 [0x005] = 18 | CNTRL, /* Control + e */
195 [0x012] = 19 | CNTRL, /* Control + r */
196 [0x014] = 20 | CNTRL, /* Control + t */
197 [0x019] = 21 | CNTRL, /* Control + y */
198 [0x015] = 22 | CNTRL, /* Control + u */
200 [0x00f] = 24 | CNTRL, /* Control + o */
201 [0x010] = 25 | CNTRL, /* Control + p */
[all …]
Dcurses.c249 if (keycode & CNTRL) in curses_refresh()
261 if (keycode & CNTRL) in curses_refresh()