Searched refs:keymacro_add (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/libedit/src/ |
H A D | terminal.c | 1047 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1048 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1049 keymacro_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow() 1050 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow() 1051 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow() 1052 keymacro_add(el, strF, &arrow[A_K_EN].fun, arrow[A_K_EN].type); in terminal_reset_arrow() 1053 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1054 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1055 keymacro_add(el, stOC, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow() 1056 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow() [all …]
|
H A D | keymacro.h | 66 libedit_private void keymacro_add(EditLine *, const wchar_t *,
|
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() 1363 keymacro_add(el, in, keymacro_map_str(el, out), ntype); in map_bind() 1378 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind()
|
H A D | keymacro.c | 193 keymacro_add(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_add() function
|