Searched refs:COMPOSE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h128 #define COMPOSE1 2 /* Got COMPOSE */
129 #define COMPOSE2 3 /* Got COMPOSE plus first key */
320 unsigned char first; /* first ASCII char after COMPOSE key */
321 unsigned char second; /* second ASCII char after COMPOSE key */
380 #define COMPOSE 0x309 /* This key is the Compose key. */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dkeytables.c243 /* 64 */ '[', ']', DEL, COMPOSE,
280 /* 64 */ '{', '}', DEL, COMPOSE,
317 /* 64 */ '[', ']', DEL, COMPOSE,
354 /* 64 */ NOP, NOP, DEL, COMPOSE,
420 /* 64 */ c('['), c(']'), DEL, COMPOSE,
699 /* COMPOSE + first character + second character => ISO character */
H A Dkbd.c2023 case COMPOSE:
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans.c433 case COMPOSE:
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y705 { "compose", CONSTANT, COMPOSE },

Completed in 55 milliseconds