Searched refs:A_K_HO (Results 1 – 2 of 2) sorted by relevance
/minix/lib/libedit/ |
H A D | terminal.c | 1027 arrow[A_K_HO].name = STR("home"); in terminal_init_arrow() 1028 arrow[A_K_HO].key = T_kh; in terminal_init_arrow() 1029 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG; in terminal_init_arrow() 1030 arrow[A_K_HO].type = XK_CMD; in terminal_init_arrow() 1068 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow() 1074 keymacro_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow() 1083 keymacro_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow() 1089 keymacro_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
|
H A D | terminal.h | 80 #define A_K_HO 4 macro
|