Searched refs:A_K_HO (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dterm.h81 #define A_K_HO 4 macro
H A Dterm.c1041 arrow[A_K_HO].name = "home";
1042 arrow[A_K_HO].key = T_kh;
1043 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG;
1044 arrow[A_K_HO].type = XK_CMD;
1077 key_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1083 key_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1091 key_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO]
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Del_term.h80 #define A_K_HO 4 macro
H A Dterm.c1095 arrow[A_K_HO].name = STR("home");
1096 arrow[A_K_HO].key = T_kh;
1097 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG;
1098 arrow[A_K_HO].type = XK_CMD;
1131 key_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1137 key_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1145 key_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO]
[all...]
/macosx-10.10/libedit-40/src/
H A Dterminal.h80 #define A_K_HO 4 macro
H A Dterminal.c1027 arrow[A_K_HO].name = STR("home");
1028 arrow[A_K_HO].key = T_kh;
1029 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG;
1030 arrow[A_K_HO].type = XK_CMD;
1068 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1074 keymacro_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1083 keymacro_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO]
[all...]
/macosx-10.10/tcsh-65/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...]

Completed in 163 milliseconds