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

/freebsd-10-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-10-stable/contrib/texinfo/info/
H A Dinfomap.h63 #define ISKMAP 1 macro
H A Dinfomap.c81 for (p = (unsigned char *) k->keyseq; *p && m[*p].type == ISKMAP; p++)
159 case ISKMAP:
194 case ISKMAP:
236 m[c].type = ISKMAP;
247 case ISKMAP:
292 info_keymap[ESC].type = ISKMAP;
294 info_keymap[Control ('x')].type = ISKMAP;
303 echo_area_keymap[ESC].type = ISKMAP;
305 echo_area_keymap[Control ('x')].type = ISKMAP;
545 info_keymap[ESC].type = ISKMAP;
[all...]
H A Dinfodoc.c203 if (map[i].type == ISKMAP)
662 if (map[ESC].type != ISKMAP)
685 else if (map[keystroke].type == ISKMAP)
1130 if (map[i].type == ISKMAP)
H A Dsession.c3982 : NULL; /* function member is a Keymap if ISKMAP */
4606 if (map[ESC].type == ISKMAP)
4684 case ISKMAP:
/freebsd-10-stable/lib/libedit/edit/readline/
H A Dreadline.h65 #define ISKMAP 1 macro
/freebsd-10-stable/contrib/gdb/gdb/tui/
H A Dtui.c325 rl_generic_bind (ISKMAP, "\\C-x", (char*) tui_ctlx_keymap, tui_keymap);

Completed in 184 milliseconds