Searched refs:ISKMAP (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Dkeymaps.h66 #define ISKMAP 1 macro
H A Dkeymaps.c140 case ISKMAP:
H A Dbind.c122 if (_rl_keymap[ESC].type == ISKMAP)
330 a macro (ISMACR), or a keymap (ISKMAP). This makes new keymaps
381 if (map[ESC].type == ISKMAP)
387 if (map[ic].type != ISKMAP)
398 map[ic].type = ISKMAP;
418 else if (map[ic].type == ISKMAP)
470 if (_rl_convert_meta_chars_to_ascii && _rl_keymap[ESC].type == ISKMAP)
687 type of the object pointed to. One of ISFUNC (function), ISKMAP (keymap),
706 if (map[ESC].type == ISKMAP)
722 if (map[ic].type == ISKMAP)
[all...]
H A Dreadline.c710 if (map[ESC].type == ISKMAP)
780 case ISKMAP:
H A Demacs_keymap.c30 If the type byte is ISKMAP, then the pointer is the address of
60 { ISKMAP, (rl_command_func_t *)emacs_ctlx_keymap }, /* Control-x */
63 { ISKMAP, (rl_command_func_t *)emacs_meta_keymap }, /* Control-[ */
/freebsd-11-stable/lib/libedit/edit/readline/
H A Dreadline.h64 #define ISKMAP 1 macro
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c325 rl_generic_bind (ISKMAP, "\\C-x", (char*) tui_ctlx_keymap, tui_keymap);

Completed in 57 milliseconds