Searched defs:__KEY_BASE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h1103 #define __KEY_BASE (-2) macro
1104 #define __KEY_MAX __KEY_BASE
1106 #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
[all...]
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h1109 #define __KEY_BASE (-2) macro
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
[all...]

Completed in 52 milliseconds