Searched refs:kstescinit (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/kbtrans/ |
H A D | kbtrans_keytables.c | 46 #define kstescinit(c) "\033[" #c macro 48 #define kstescinit(c) {'\033', '[', 'c', '\0'} macro 51 kstescinit(H) /* home */, 52 kstescinit(A) /* up */, 53 kstescinit(B) /* down */, 54 kstescinit(D) /* left */, 55 kstescinit(C) /* right */,
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | keytables.c | 525 #define kstescinit(c) {'\033', '[', 'c', '\0'} macro 527 kstescinit(H) /* home */, 528 kstescinit(A) /* up */, 529 kstescinit(B) /* down */, 530 kstescinit(D) /* left */, 531 kstescinit(C) /* right */,
|
Completed in 56 milliseconds