Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dcurses_keys.h52 #define CURSES_CHARS 0x100 /* Support latin1 only */ macro
55 static const int _curses2keysym[CURSES_CHARS] = {
56 [0 ... (CURSES_CHARS - 1)] = -1,
72 static const int _curses2keycode[CURSES_CHARS] = {
73 [0 ... (CURSES_CHARS - 1)] = -1,
271 static const int _curses2qemu[CURSES_CHARS] = {
272 [0 ... (CURSES_CHARS - 1)] = -1,
H A Dcurses.c244 if (chr < CURSES_CHARS) { in curses2foo()
252 chr < CURSES_CHARS) { in curses2foo()