Searched refs:A_K_LT (Results 1 - 3 of 3) sorted by last modified time

/freebsd-9.3-release/lib/libedit/
H A Dterm.c1048 arrow[A_K_LT].name = "left";
1049 arrow[A_K_LT].key = T_kl;
1050 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR;
1051 arrow[A_K_LT].type = XK_CMD;
1100 key_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1108 key_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1116 key_add(el, &strD[1], &arrow[A_K_LT].fun, arrow[A_K_LT]
[all...]
H A Dterm.h78 #define A_K_LT 2 macro
/freebsd-9.3-release/contrib/tcsh/
H A Ded.screen.c729 #define A_K_LT 2 macro
749 arrow[A_K_LT].fun.cmd = F_CHARBACK;
750 arrow[A_K_LT].type = XK_CMD;
802 cs.buf = strD; AddXkey(&cs, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
808 cs.buf = stOD; AddXkey(&cs, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
817 cs.buf = &strD[1]; AddXkey(&cs, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
823 cs.buf = &stOD[1]; AddXkey(&cs, &arrow[A_K_LT]
[all...]

Completed in 56 milliseconds