Searched refs:keymap (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.1-release/usr.sbin/bsdinstall/scripts/
H A Dkeymap36 f_include $BSDCFG_SHARE/keymap.subr
42 # Default file to store keymap selection in
44 : ${KEYMAPFILE:=$BSDINSTALL_TMPETC/rc.conf.keymap}
47 # Default path to keymap INDEX containing descriptions
57 msg_continue_with_keymap="Continue with %s keymap"
65 msg_test_keymap="Test %s keymap"
66 msg_test_the_currently_selected_keymap="Test the currently selected keymap"
67 msg_test_the_keymap_by_typing="Test the keymap by typing letters, numbers, and symbols. Characters\nshould match labels on the keyboard keys. Press Enter to stop testing."
71 # dialog_keymap_test $keymap
73 # Activate $keymap an
[all...]
H A DMakefile4 keymap mirrorselect mount netconfig netconfig_ipv4 netconfig_ipv6 \
H A Dauto62 bsdinstall keymap
/freebsd-10.1-release/contrib/libreadline/
H A Dkeymaps.c53 /* Return a new, empty keymap.
59 Keymap keymap = (Keymap)xmalloc (KEYMAP_SIZE * sizeof (KEYMAP_ENTRY)); local
63 keymap[i].type = ISFUNC;
64 keymap[i].function = (rl_command_func_t *)NULL;
70 keymap[i].type = ISFUNC;
71 keymap[i].function = rl_do_lowercase_version;
75 return (keymap);
78 /* Return a new keymap which is a copy of MAP. */
95 /* Return a new keymap with the printing characters bound to rl_insert,
/freebsd-10.1-release/usr.sbin/bsdconfig/console/
H A DMakefile11 SCRIPTS= console font keymap repeat saver screenmap ttys
H A Dkeymap47 # List of keymap names
93 # Generate a sorted list of keymaps. If the first letter of the keymap
121 case "$( f_sysrc_get keymap )" in
321 'f_sysrc_set keymap "%s"' "$keymap_to_set" || f_die
/freebsd-10.1-release/usr.sbin/kbdcontrol/
H A DMakefile5 MLINKS= kbdmap.5 keymap.5
H A Dkbdcontrol.c122 static void dump_key_definition(char *name, keymap_t *keymap);
282 get_definition_line(FILE *fd, keymap_t *keymap, accentmap_t *accentmap) argument
292 c = get_key_definition_line(keymap);
295 if (c > keymap->n_keys)
296 keymap->n_keys = c;
722 dump_key_definition(char *name, keymap_t *keymap) argument
727 name, (unsigned)keymap->n_keys);
734 for (i = 0; i < keymap->n_keys; i++) {
737 if (keymap->key[i].spcl & (0x80 >> j))
738 dump_entry(keymap
796 keymap_t keymap; local
858 keymap_t keymap; local
[all...]
/freebsd-10.1-release/usr.sbin/bsdconfig/share/
H A DMakefile8 FILES= common.subr device.subr dialog.subr geom.subr keymap.subr \
/freebsd-10.1-release/usr.sbin/kbdmap/
H A Dkbdmap.c65 struct keymap { struct
69 SLIST_ENTRY(keymap) entries;
71 static SLIST_HEAD(slisthead, keymap) head = SLIST_HEAD_INITIALIZER(head);
75 * Get keymap entry for 'key', or NULL of not found
77 static struct keymap *
80 struct keymap *km;
95 struct keymap *km;
105 * Remove any keymap with given keym
110 struct keymap *km;
114 SLIST_REMOVE(&head, km, keymap, entrie
[all...]
/freebsd-10.1-release/etc/rc.d/
H A Dsyscons71 keymap=`basename $1 .kbd`
72 case $keymap in
147 errmsg=`kbdcontrol < ${kbddev} -l ${keymap} 2>&1`
150 keymap_vt=`lookup_keymap_for_vt ${keymap}`
154 _sc_keymap_msg="New keymap: In /etc/rc.conf replace 'keymap=${keymap}' by 'keymap=${keymap_vt}'"
157 _sc_keymap_msg="No replacement found for keymap '${keymap}'
[all...]
/freebsd-10.1-release/sys/dev/kbd/
H A Dkbdreg.h34 struct keymap;
83 struct keymap *kb_keymap; /* key map */
236 void kbd_set_maps(keyboard_t *kbd, struct keymap *keymap,
/freebsd-10.1-release/contrib/texinfo/info/
H A Dinfomap.c36 /* Return a new keymap which has all the uppercase letters mapped to run
42 Keymap keymap; local
44 keymap = (Keymap)xmalloc (256 * sizeof (KEYMAP_ENTRY));
48 keymap[i].type = ISFUNC;
49 keymap[i].function = (InfoCommand *)NULL;
54 keymap[i].type = ISFUNC;
56 keymap[Meta(i)].type = ISFUNC;
57 keymap[Meta(i)].function =
59 keymap[i].function = InfoCmd(info_do_lowercase_version);
62 return (keymap);
137 Keymap keymap; local
[all...]
H A Dwindow.h66 Keymap keymap; /* Keymap used to read commands in this window. */ member in struct:window_struct
H A Dwindow.c87 /* The echo area uses a different keymap than normal info windows. */
88 the_echo_area->keymap = echo_area_keymap;
89 active_window->keymap = info_keymap;
288 window->keymap = info_keymap;
H A Dinfodoc.c650 map = window->keymap;
1054 /* Return a string of characters which could be typed from the keymap
1176 location = where_is (active_window->keymap, command);
H A Dsession.c227 info_dispatch_on_key (key, active_window->keymap);
3976 /* If this key is not a keymap, get its associated function,
3977 if any. If it is a keymap, then it's probably ESC from an
3979 char type = window->keymap[key].type;
3981 ? InfoFunction(window->keymap[key].function)
4599 really a keymap, then read another key, and dispatch into that map. */
4750 Keymap keymap = window->keymap;
4781 if (keymap[key].type == ISFUNC
4782 && InfoFunction(keymap[ke
4736 Keymap keymap = window->keymap; local
[all...]
/freebsd-10.1-release/sys/dev/atkbdc/
H A Datkbd.c348 keymap_t *keymap; local
362 keymap = &default_keymap;
372 keymap = malloc(sizeof(key_map), M_DEVBUF, M_NOWAIT);
377 if ((kbd == NULL) || (state == NULL) || (keymap == NULL)
388 keymap = kbd->kb_keymap;
403 bcopy(&key_map, keymap, sizeof(key_map));
407 kbd_set_maps(kbd, keymap, accmap, fkeymap, fkeymap_size);
455 if (keymap != NULL)
456 free(keymap, M_DEVBUF);
1075 * also doesn't disable it itself resulting in a broken keymap a
[all...]
/freebsd-10.1-release/sys/dev/kbdmux/
H A Dkbdmux.c395 keymap_t *keymap = NULL; local
403 keymap = malloc(sizeof(key_map), M_KBDMUX, M_NOWAIT);
409 if ((kbd == NULL) || (state == NULL) || (keymap == NULL) ||
424 keymap = kbd->kb_keymap;
434 bcopy(&key_map, keymap, sizeof(key_map));
438 kbd_set_maps(kbd, keymap, accmap, fkeymap, fkeymap_size);
480 if (keymap != NULL)
481 free(keymap, M_KBDMUX);
/freebsd-10.1-release/sys/dev/vkbd/
H A Dvkbd.c609 keymap_t *keymap = NULL; local
618 keymap = malloc(sizeof(key_map), M_VKBD, M_NOWAIT);
623 if ((kbd == NULL) || (state == NULL) || (keymap == NULL) ||
637 keymap = kbd->kb_keymap;
646 bcopy(&key_map, keymap, sizeof(key_map));
650 kbd_set_maps(kbd, keymap, accmap, fkeymap, fkeymap_size);
685 if (keymap != NULL)
686 free(keymap, M_VKBD);
/freebsd-10.1-release/sys/sys/
H A Dkbio.h117 struct keymap { struct
121 typedef struct keymap keymap_t;
139 /* defines for "special" keys (spcl bit set in keymap) */
/freebsd-10.1-release/sys/arm/samsung/exynos/
H A Dchrome_kb.h39 struct key keymap[KEYMAP_LEN] = { variable in typeref:struct:key
H A Dchrome_kb.c319 if ((keymap[k].col == i) && (keymap[k].row == j))
320 return (keymap[k].key);
/freebsd-10.1-release/sys/pc98/cbus/
H A Dpckbd.c428 keymap_t *keymap; local
440 keymap = &default_keymap;
451 bcopy(&key_map, keymap, sizeof(key_map));
455 kbd_set_maps(kbd, keymap, accmap, fkeymap, fkeymap_size);
/freebsd-10.1-release/etc/defaults/
H A Drc.conf542 keymap="NO" # keymap in /usr/share/{syscons,vt}/keymaps/* (or NO).

Completed in 312 milliseconds

12