Searched refs:A_K_LT (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | terminal.c | 998 arrow[A_K_LT].name = L"left"; in terminal_init_arrow() 999 arrow[A_K_LT].key = T_kl; in terminal_init_arrow() 1000 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR; in terminal_init_arrow() 1001 arrow[A_K_LT].type = XK_CMD; in terminal_init_arrow() 1048 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow() 1054 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow() 1063 keymacro_add(el, &strD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow() 1069 keymacro_add(el, &stOD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
|
H A D | terminal.h | 76 #define A_K_LT 2 macro
|
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 725 #define A_K_LT 2 macro 745 arrow[A_K_LT].fun.cmd = F_CHARBACK; in ResetArrowKeys() 746 arrow[A_K_LT].type = XK_CMD; in ResetArrowKeys() 798 cs.buf = strD; AddXkey(&cs, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in DefaultArrowKeys() 804 cs.buf = stOD; AddXkey(&cs, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in DefaultArrowKeys() 813 cs.buf = &strD[1]; AddXkey(&cs, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in DefaultArrowKeys() 819 cs.buf = &stOD[1]; AddXkey(&cs, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in DefaultArrowKeys()
|