Home
last modified time | relevance | path

Searched refs:keymacro_add (Results 1 – 4 of 4) sorted by relevance

/external/libedit/src/
Dterminal.c1064 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
1065 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
1066 keymacro_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow()
1067 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
1068 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
1069 keymacro_add(el, strF, &arrow[A_K_EN].fun, arrow[A_K_EN].type); in terminal_reset_arrow()
1070 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
1071 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
1072 keymacro_add(el, stOC, &arrow[A_K_RT].fun, arrow[A_K_RT].type); in terminal_reset_arrow()
1073 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
[all …]
Dkeymacro.h67 protected void keymacro_add(EditLine *, const Char *, keymacro_value_t *, int);
Dmap.c1007 keymacro_add(el, buf, keymacro_map_cmd(el, (int) map[i]), XK_CMD); in map_init_meta()
1071 keymacro_add(el, buf, keymacro_map_cmd(el, EM_EXCHANGE_MARK), XK_CMD); in map_init_emacs()
1359 keymacro_add(el, in, keymacro_map_str(el, out), ntype); in map_bind()
1374 keymacro_add(el, in, keymacro_map_cmd(el, cmd), ntype); in map_bind()
Dkeymacro.c191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) in keymacro_add() function