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

/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_keytables.c46 #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 Dkeytables.c525 #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 47 milliseconds