Searched refs:keymacro_map_cmd (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/libedit/src/ |
H A D | keymacro.h | 62 libedit_private keymacro_value_t *keymacro_map_cmd(EditLine *, int);
|
H A D | map.c | 1017 keymacro_add(el, buf, keymacro_map_cmd(el, (int) map[i]), XK_CMD); in map_init_meta() 1081 keymacro_add(el, buf, keymacro_map_cmd(el, EM_EXCHANGE_MARK), XK_CMD); in map_init_emacs() 1375 terminal_set_arrow(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind() 1378 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind()
|
H A D | keymacro.c | 134 keymacro_map_cmd(EditLine *el, int cmd) in keymacro_map_cmd() function
|