Searched refs:A_K_UP (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/lib/libedit/ |
| HD | terminal.c | 1014 arrow[A_K_UP].name = STR("up"); in terminal_init_arrow() 1015 arrow[A_K_UP].key = T_ku; in terminal_init_arrow() 1016 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY; in terminal_init_arrow() 1017 arrow[A_K_UP].type = XK_CMD; in terminal_init_arrow() 1066 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1072 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1081 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow() 1087 keymacro_add(el, &stOA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
|
| HD | terminal.h | 78 #define A_K_UP 1 macro
|
| /NextBSD/contrib/tcsh/ |
| HD | ed.screen.c | 727 #define A_K_UP 1 macro 746 arrow[A_K_UP].fun.cmd = F_UP_HIST; in ResetArrowKeys() 747 arrow[A_K_UP].type = XK_CMD; in ResetArrowKeys() 799 cs.buf = strA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys() 805 cs.buf = stOA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys() 814 cs.buf = &strA[1]; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys() 820 cs.buf = &stOA[1]; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys()
|