HomeSort by relevance Sort by last modified time
    Searched refs:GREY (Results 1 - 2 of 2) sorted by null

  /external/qemu/
curses.c 235 if (kbd_layout && !(keycode & GREY)) {
253 if (keycode & GREY)
256 if (keycode & GREY)
curses_keys.h 33 #define GREY 0x0100
120 [0x106] = 71 | GREY, /* Home */
121 [0x103] = 72 | GREY, /* Up Arrow */
122 [0x153] = 73 | GREY, /* Page Up */
123 [0x104] = 75 | GREY, /* Left Arrow */
124 [0x105] = 77 | GREY, /* Right Arrow */
125 [0x168] = 79 | GREY, /* End */
126 [0x102] = 80 | GREY, /* Down Arrow */
127 [0x152] = 81 | GREY, /* Page Down */
128 [0x14b] = 82 | GREY, /* Insert *
    [all...]

Completed in 18 milliseconds