Searched refs:CURSES_KEYS (Results 1 – 2 of 2) sorted by relevance
53 #define CURSES_KEYS KEY_MAX /* KEY_MAX defined in <curses.h> */ macro64 static const int _curseskey2keysym[CURSES_KEYS] = {65 [0 ... (CURSES_KEYS - 1)] = -1,221 static const int _curseskey2keycode[CURSES_KEYS] = {222 [0 ... (CURSES_KEYS - 1)] = -1,280 static const int _curseskey2qemu[CURSES_KEYS] = {281 [0 ... (CURSES_KEYS - 1)] = -1,
248 if (chr < CURSES_KEYS) { in curses2foo()