Searched refs:keymacro_add (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/lib/libedit/ |
H A D | terminal.c | 1052 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1053 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1054 keymacro_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow() 1055 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow() 1056 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow() 1057 keymacro_add(el, strF, &arrow[A_K_EN].fun, arrow[A_K_EN].type); in terminal_reset_arrow() 1058 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1059 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1060 keymacro_add(el, stOC, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow() 1061 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow() [all …]
|
H A D | keymacro.h | 67 protected void keymacro_add(EditLine *, const wchar_t *,
|
H A D | map.c | 1012 keymacro_add(el, buf, keymacro_map_cmd(el, (int) map[i]), XK_CMD); in map_init_meta() 1076 keymacro_add(el, buf, keymacro_map_cmd(el, EM_EXCHANGE_MARK), XK_CMD); in map_init_emacs() 1358 keymacro_add(el, in, keymacro_map_str(el, out), ntype); in map_bind() 1373 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind()
|
H A D | keymacro.c | 187 keymacro_add(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_add() function
|
/openbsd-src/regress/lib/libedit/keymacro/ |
H A D | test_get.c | 79 keymacro_add(&el, L"ad", keymacro_map_cmd(&el, VI_ADD), XK_CMD); in main() 80 keymacro_add(&el, L"al", keymacro_map_str(&el, repl), XK_STR); in main() 81 keymacro_add(&el, L"in", keymacro_map_cmd(&el, ED_INSERT), XK_CMD); in main()
|