Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dterminal.c1008 arrow[A_K_HO].name = L"home"; in terminal_init_arrow()
1009 arrow[A_K_HO].key = T_kh; in terminal_init_arrow()
1010 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG; in terminal_init_arrow()
1011 arrow[A_K_HO].type = XK_CMD; in terminal_init_arrow()
1049 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
1055 keymacro_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
1064 keymacro_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
1070 keymacro_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
H A Dterminal.h78 #define A_K_HO 4 macro
/freebsd/contrib/tcsh/
H A Ded.screen.c729 #define A_K_HO 4 macro
751 arrow[A_K_HO].fun.cmd = F_TOBEG; in ResetArrowKeys()
752 arrow[A_K_HO].type = XK_CMD; in ResetArrowKeys()
799 cs.buf = strH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
805 cs.buf = stOH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
814 cs.buf = &strH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
820 cs.buf = &stOH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()