Searched refs:keymap (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | kbd.h | 235 struct keymap { struct 236 unsigned short keymap[KEYMAP_SIZE]; /* maps keycodes to actions */ member 294 struct keymap *k_normal; /* Unshifted */ 295 struct keymap *k_shifted; /* Shifted */ 296 struct keymap *k_caps; /* Caps locked */ 297 struct keymap *k_altgraph; /* Alt Graph down */ 298 struct keymap *k_numlock; /* Num Lock down */ 299 struct keymap *k_control; /* Controlled */ 300 struct keymap *k_up; /* Key went up */
|
/titanic_41/usr/src/cmd/hal/probing/xkb/ |
H A D | probe-xkb.c | 194 char *keymap, *defkeymap = NULL; in sun_find_xkbnames() local 215 if ((keymap = strtok(NULL, " \t\n")) == NULL) { in sun_find_xkbnames() 238 defkeymap = strdup(keymap); in sun_find_xkbnames() 244 defkeymap = strdup(keymap); in sun_find_xkbnames() 257 keymap = defkeymap; in sun_find_xkbnames() 262 if ((keymap != NULL) && (strcmp(keymap, "-") != 0)) { in sun_find_xkbnames() 263 *xkb_keymap = keymap; in sun_find_xkbnames()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | setkeymap.c | 194 _KEY_MAP keymap[((sizeof (keycodes) / sizeof (short)) + in setkeymap() local 201 p = keymap; in setkeymap() 238 malloc((key_size + (numkeys = (short)(p - keymap))) * in setkeymap() 270 (char *) keymap, numbytes); in setkeymap() 287 keymap, p); in setkeymap()
|
H A D | maketerm.ed | 451 short _ksz, /* size of keymap */
|
/titanic_41/usr/src/cmd/kbd/ |
H A D | Makefile | 25 MANIFEST = keymap.xml 26 SVCMETHOD = keymap
|
/titanic_41/usr/src/uts/common/io/ |
H A D | keytables.c | 45 static struct keymap keytab_s3_lc = { 79 static struct keymap keytab_s3_uc = { 113 static struct keymap keytab_s3_cl = { 147 static struct keymap keytab_s3_ct = { 182 static struct keymap keytab_s3_up = { 230 static struct keymap keytab_s4_lc = { 267 static struct keymap keytab_s4_uc = { 304 static struct keymap keytab_s4_cl = { 341 static struct keymap keytab_s4_ag = { 378 static struct keymap keytab_s4_nl = { [all …]
|
H A D | kbd.c | 247 static struct keymap *settable(struct kbddata *, uint_t); 1131 struct keymap *km; in kbdsetkey() 1176 km->keymap[key->kio_station] = entry; in kbdsetkey() 1201 struct keymap *km; in kbdgetkey() 1218 entry = km->keymap[key->kio_station]; in kbdgetkey() 1245 struct keymap *km; in kbdskey() 1272 km->keymap[key->kio_station] = key->kio_entry; in kbdskey() 1283 struct keymap *km; in kbdgkey() 1299 key->kio_entry = km->keymap[key->kio_station]; in kbdgkey() 1672 static struct keymap * [all …]
|
/titanic_41/usr/src/cmd/loadkeys/type_6/ |
H A D | estonia | 28 # included into this keymap. This is because the console may not have
|
H A D | romania | 28 # included into this keymap. This is because the console may not have
|
H A D | slovenia | 29 # included into this keymap. This is because the console may not have
|
/titanic_41/usr/src/cmd/svc/shell/ |
H A D | mfsthistory | 130 svc:/system/keymap:default var/svc/manifest/system/keymap.xml 131 svc:/system/keymap var/svc/manifest/system/keymap.xml
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | SUNWcs.mf | 548 file path=lib/svc/manifest/system/keymap.xml group=sys mode=0444 574 file path=lib/svc/method/keymap mode=0555
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 805 # * character. Here are the keymap replacement lines that will set this up: * 18924 # some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this
|
H A D | terminfo.src | 873 # * character. Here are the keymap replacement lines that will set this up: * 21140 # some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this
|