Searched refs:A_K_LT (Results 1 - 2 of 2) sorted by relevance

/external/libedit/src/
H A Dterminal.h78 #define A_K_LT 2 macro
H A Dterminal.c1017 arrow[A_K_LT].name = STR("left");
1018 arrow[A_K_LT].key = T_kl;
1019 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR;
1020 arrow[A_K_LT].type = XK_CMD;
1067 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1073 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1082 keymacro_add(el, &strD[1], &arrow[A_K_LT].fun, arrow[A_K_LT]
[all...]

Completed in 219 milliseconds