Searched refs:A_K_HO (Results 1 - 3 of 3) sorted by path

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

Completed in 90 milliseconds