Searched refs:A_K_DN (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | terminal.c | 988 arrow[A_K_DN].name = L"down"; in terminal_init_arrow() 989 arrow[A_K_DN].key = T_kd; in terminal_init_arrow() 990 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY; in terminal_init_arrow() 991 arrow[A_K_DN].type = XK_CMD; in terminal_init_arrow() 1046 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1052 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1061 keymacro_add(el, &strB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1067 keymacro_add(el, &stOB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
|
H A D | terminal.h | 74 #define A_K_DN 0 macro
|
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 721 #define A_K_DN 0 macro 739 arrow[A_K_DN].fun.cmd = F_DOWN_HIST; in ResetArrowKeys() 740 arrow[A_K_DN].type = XK_CMD; in ResetArrowKeys() 796 cs.buf = strB; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys() 802 cs.buf = stOB; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys() 811 cs.buf = &strB[1]; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys() 817 cs.buf = &stOB[1]; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys()
|