Searched refs:A_K_DN (Results 1 – 2 of 2) sorted by relevance
/minix/lib/libedit/ |
H A D | terminal.c | 1007 arrow[A_K_DN].name = STR("down"); in terminal_init_arrow() 1008 arrow[A_K_DN].key = T_kd; in terminal_init_arrow() 1009 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY; in terminal_init_arrow() 1010 arrow[A_K_DN].type = XK_CMD; in terminal_init_arrow() 1065 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1071 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1080 keymacro_add(el, &strB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1086 keymacro_add(el, &stOB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
|
H A D | terminal.h | 76 #define A_K_DN 0 macro
|