Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libedit/
Dterm.c1058 arrow[A_K_HO].name = "home"; in term_init_arrow()
1059 arrow[A_K_HO].key = T_kh; in term_init_arrow()
1060 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG; in term_init_arrow()
1061 arrow[A_K_HO].type = XK_CMD; in term_init_arrow()
1101 key_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in term_reset_arrow()
1103 key_add(el, str1, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in term_reset_arrow()
1109 key_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in term_reset_arrow()
1117 key_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in term_reset_arrow()
1119 key_add(el, &str1[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in term_reset_arrow()
1125 key_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in term_reset_arrow()
Dterm.h80 #define A_K_HO 4 macro
/freebsd-10-stable/contrib/tcsh/
Ded.screen.c733 #define A_K_HO 4 macro
755 arrow[A_K_HO].fun.cmd = F_TOBEG; in ResetArrowKeys()
756 arrow[A_K_HO].type = XK_CMD; in ResetArrowKeys()
803 cs.buf = strH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
809 cs.buf = stOH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
818 cs.buf = &strH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
824 cs.buf = &stOH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()