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

/openbsd-current/lib/libedit/
H A Dterminal.h77 #define A_K_LT 2 macro
H A Dterminal.c1010 arrow[A_K_LT].name = L"left";
1011 arrow[A_K_LT].key = T_kl;
1012 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR;
1013 arrow[A_K_LT].type = XK_CMD;
1055 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1061 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1070 keymacro_add(el, &strD[1], &arrow[A_K_LT].fun, arrow[A_K_LT]
[all...]

Completed in 278 milliseconds