Lines Matching defs:__KEY_BASE

1109 #define	__KEY_BASE	(-2)
1110 #define __KEY_MAX __KEY_BASE
1112 #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 */
1121 #define KEY_F0 (__KEY_BASE-9) /* Function keys. Space for */
1123 #define KEY_DL (__KEY_BASE-73) /* Delete line */
1124 #define KEY_IL (__KEY_BASE-74) /* Insert line */
1125 #define KEY_DC (__KEY_BASE-75) /* Delete character */
1126 #define KEY_IC (__KEY_BASE-76) /* Ins char / enter ins mode */
1127 #define KEY_EIC (__KEY_BASE-77) /* Exit insert char mode */
1128 #define KEY_CLEAR (__KEY_BASE-78) /* Clear screen */
1129 #define KEY_EOS (__KEY_BASE-79) /* Clear to end of screen */
1130 #define KEY_EOL (__KEY_BASE-80) /* Clear to end of line */
1131 #define KEY_SF (__KEY_BASE-81) /* Scroll 1 line forward */
1132 #define KEY_SR (__KEY_BASE-82) /* Scroll 1 line backwards */
1133 #define KEY_NPAGE (__KEY_BASE-83) /* Next page */
1134 #define KEY_PPAGE (__KEY_BASE-84) /* Previous page */
1135 #define KEY_STAB (__KEY_BASE-85) /* Set tab */
1136 #define KEY_CTAB (__KEY_BASE-86) /* Clear tab */
1137 #define KEY_CATAB (__KEY_BASE-87) /* Clear all tabs */
1138 #define KEY_ENTER (__KEY_BASE-88) /* Enter or send */
1139 #define KEY_SRESET (__KEY_BASE-89) /* Soft (partial) reset */
1140 #define KEY_RESET (__KEY_BASE-90) /* Hard reset */
1141 #define KEY_PRINT (__KEY_BASE-91) /* Print or copy */
1142 #define KEY_LL (__KEY_BASE-92) /* Move to lower left corner. */
1143 #define KEY_A1 (__KEY_BASE-93) /* Upper left of keypad */
1144 #define KEY_A3 (__KEY_BASE-94) /* Upper rght of keypad */
1145 #define KEY_B2 (__KEY_BASE-95) /* Center of keypad */
1146 #define KEY_C1 (__KEY_BASE-96) /* Lower left of keypad */
1147 #define KEY_C3 (__KEY_BASE-97) /* Lower right of keypad */
1148 #define KEY_BTAB (__KEY_BASE-98) /* Back Tab */
1149 #define KEY_BEG (__KEY_BASE-99) /* Beginning */
1150 #define KEY_CANCEL (__KEY_BASE-100)
1151 #define KEY_CLOSE (__KEY_BASE-101)
1152 #define KEY_COMMAND (__KEY_BASE-102)
1153 #define KEY_COPY (__KEY_BASE-103)
1154 #define KEY_CREATE (__KEY_BASE-104)
1155 #define KEY_END (__KEY_BASE-105)
1156 #define KEY_EXIT (__KEY_BASE-106)
1157 #define KEY_FIND (__KEY_BASE-107)
1158 #define KEY_HELP (__KEY_BASE-108)
1159 #define KEY_MARK (__KEY_BASE-109)
1160 #define KEY_MESSAGE (__KEY_BASE-110)
1161 #define KEY_MOUSE (__KEY_BASE-111) /* Mouse event occured */
1162 #define KEY_MOVE (__KEY_BASE-112)
1163 #define KEY_NEXT (__KEY_BASE-113) /* Next object */
1164 #define KEY_OPEN (__KEY_BASE-114)
1165 #define KEY_OPTIONS (__KEY_BASE-115)
1166 #define KEY_PREVIOUS (__KEY_BASE-116) /* Previous object */
1167 #define KEY_REDO (__KEY_BASE-117)
1168 #define KEY_REFERENCE (__KEY_BASE-118)
1169 #define KEY_REFRESH (__KEY_BASE-119)
1170 #define KEY_REPLACE (__KEY_BASE-120)
1171 #define KEY_RESTART (__KEY_BASE-121)
1172 #define KEY_RESUME (__KEY_BASE-122)
1173 #define KEY_SAVE (__KEY_BASE-123)
1174 #define KEY_SBEG (__KEY_BASE-124) /* Shifted keys */
1175 #define KEY_SCANCEL (__KEY_BASE-125)
1176 #define KEY_SCOMMAND (__KEY_BASE-126)
1177 #define KEY_SCOPY (__KEY_BASE-127)
1178 #define KEY_SCREATE (__KEY_BASE-128)
1179 #define KEY_SDC (__KEY_BASE-129)
1180 #define KEY_SDL (__KEY_BASE-130)
1181 #define KEY_SELECT (__KEY_BASE-131) /* Select */
1182 #define KEY_SEND (__KEY_BASE-132) /* Shifted end key */
1183 #define KEY_SEOL (__KEY_BASE-133)
1184 #define KEY_SEXIT (__KEY_BASE-134)
1185 #define KEY_SFIND (__KEY_BASE-135)
1186 #define KEY_SHELP (__KEY_BASE-136)
1187 #define KEY_SHOME (__KEY_BASE-137)
1188 #define KEY_SIC (__KEY_BASE-138)
1189 #define KEY_SLEFT (__KEY_BASE-139)
1190 #define KEY_SMESSAGE (__KEY_BASE-140)
1191 #define KEY_SMOVE (__KEY_BASE-141)
1192 #define KEY_SNEXT (__KEY_BASE-142)
1193 #define KEY_SOPTIONS (__KEY_BASE-143)
1194 #define KEY_SPREVIOUS (__KEY_BASE-144)
1195 #define KEY_SPRINT (__KEY_BASE-145)
1196 #define KEY_SREDO (__KEY_BASE-146)
1197 #define KEY_SREPLACE (__KEY_BASE-147)
1198 #define KEY_SRIGHT (__KEY_BASE-148)
1199 #define KEY_SRSUME (__KEY_BASE-149)
1200 #define KEY_SSAVE (__KEY_BASE-150)
1201 #define KEY_SSUSPEND (__KEY_BASE-151)
1202 #define KEY_SUNDO (__KEY_BASE-152)
1203 #define KEY_SUSPEND (__KEY_BASE-153)
1204 #define KEY_UNDO (__KEY_BASE-154)
1206 #define __KEY_MIN (__KEY_BASE-155)