Searched refs:__KEY_BASE (Results 1 – 4 of 4) sorted by relevance
1109 #define __KEY_BASE (-2) macro1110 #define __KEY_MAX __KEY_BASE1112 #define KEY_CODE_YES (__KEY_BASE-1) /* Special indicator. */1114 #define KEY_BREAK (__KEY_BASE-2) /* Break key (unreliable) */1115 #define KEY_DOWN (__KEY_BASE-3) /* The four arrow keys ... */1116 #define KEY_UP (__KEY_BASE-4)1117 #define KEY_LEFT (__KEY_BASE-5)1118 #define KEY_RIGHT (__KEY_BASE-6)1119 #define KEY_HOME (__KEY_BASE-7) /* Move to upper-left corner. */1120 #define KEY_BACKSPACE (__KEY_BASE-8) /* Backspace */[all …]
1103 #define __KEY_BASE (-2) macro1104 #define __KEY_MAX __KEY_BASE1106 #define KEY_CODE_YES (__KEY_BASE-1) /* Special indicator. */1107 #define KEY_BREAK (__KEY_BASE-2) /* Break key (unreliable) */1108 #define KEY_DOWN (__KEY_BASE-3) /* The four arrow keys ... */1109 #define KEY_UP (__KEY_BASE-4)1110 #define KEY_LEFT (__KEY_BASE-5)1111 #define KEY_RIGHT (__KEY_BASE-6)1112 #define KEY_HOME (__KEY_BASE-7) /* Move to upper-left corner. */1113 #define KEY_BACKSPACE (__KEY_BASE-8) /* Backspace */[all …]
106 if ((ch = wgetch(w)) < __KEY_BASE) {
109 if (ch < __KEY_BASE) { in wget_wch()