Searched refs:A_K_UP (Results 1 – 2 of 2) sorted by relevance
/minix/lib/libedit/ |
H A D | terminal.c | 1012 arrow[A_K_UP].name = STR("up"); in terminal_init_arrow() 1013 arrow[A_K_UP].key = T_ku; in terminal_init_arrow() 1014 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY; in terminal_init_arrow() 1015 arrow[A_K_UP].type = XK_CMD; in terminal_init_arrow() 1064 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1070 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1079 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1085 keymacro_add(el, &stOA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
|
H A D | terminal.h | 77 #define A_K_UP 1 macro
|