Home
last modified time | relevance | path

Searched refs:A_K_LT (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/libedit/src/
H A Dterminal.c1000 arrow[A_K_LT].name = L"left"; in terminal_init_arrow()
1001 arrow[A_K_LT].key = T_kl; in terminal_init_arrow()
1002 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR; in terminal_init_arrow()
1003 arrow[A_K_LT].type = XK_CMD; in terminal_init_arrow()
1050 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
1056 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
1065 keymacro_add(el, &strD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
1071 keymacro_add(el, &stOD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type); in terminal_reset_arrow()
H A Dterminal.h76 #define A_K_LT 2 macro
/dragonfly/contrib/tcsh-6/
H A Ded.screen.c725 #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()