Home
last modified time | relevance | path

Searched refs:control_x_map (Results 1 – 11 of 11) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dcommands.h32 extern Lisp_Object control_x_map;
H A Dcasefiddle.c687 initial_define_key (control_x_map, Ctl ('U'), "upcase-region"); in keys_of_casefiddle()
689 initial_define_key (control_x_map, Ctl ('L'), "downcase-region"); in keys_of_casefiddle()
H A Dkeymap.c67 Lisp_Object control_x_map; /* The keymap used for globally bound variable
3618 control_x_map = Fmake_keymap (Qnil); in syms_of_keymap()
3619 Fset (intern_c_string ("ctl-x-map"), control_x_map); in syms_of_keymap()
3620 Ffset (intern_c_string ("Control-X-prefix"), control_x_map); in syms_of_keymap()
H A Dbuffer.c6364 initial_define_key (control_x_map, 'b', "switch-to-buffer"); in keys_of_buffer()
6365 initial_define_key (control_x_map, 'k', "kill-buffer"); in keys_of_buffer()
H A Dwindow.c8559 initial_define_key (control_x_map, '<', "scroll-left"); in keys_of_window()
8560 initial_define_key (control_x_map, '>', "scroll-right"); in keys_of_window()
H A Dkeyboard.c12399 initial_define_key (control_x_map, Ctl ('Z'), "suspend-emacs"); in keys_of_keyboard()
H A DChangeLog.310882 * commands.h, keymap.c (meta_map, control_x_map): Make these
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dkeyboard.c11844 initial_define_key (control_x_map, Ctl ('Z'), "suspend-emacs"); in keys_of_keyboard()
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dkeyboard.c11844 initial_define_key (control_x_map, Ctl ('Z'), "suspend-emacs"); in keys_of_keyboard()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A DChangeLog.310882 * commands.h, keymap.c (meta_map, control_x_map): Make these
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.342529 * src/command.h (control_x_map):
42530 * src/keymap.c (control_x_map): Delete variable.