Searched refs:A_K_UP (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | terminal.c | 993 arrow[A_K_UP].name = L"up"; in terminal_init_arrow() 994 arrow[A_K_UP].key = T_ku; in terminal_init_arrow() 995 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY; in terminal_init_arrow() 996 arrow[A_K_UP].type = XK_CMD; in terminal_init_arrow() 1045 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1051 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1060 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1066 keymacro_add(el, &stOA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
|
H A D | terminal.h | 75 #define A_K_UP 1 macro
|
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 723 #define A_K_UP 1 macro 742 arrow[A_K_UP].fun.cmd = F_UP_HIST; in ResetArrowKeys() 743 arrow[A_K_UP].type = XK_CMD; in ResetArrowKeys() 795 cs.buf = strA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys() 801 cs.buf = stOA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys() 810 cs.buf = &strA[1]; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys() 816 cs.buf = &stOA[1]; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys()
|