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

/openbsd-current/lib/libedit/
H A Dterminal.h75 #define A_K_DN 0 macro
H A Dterminal.c1000 arrow[A_K_DN].name = L"down";
1001 arrow[A_K_DN].key = T_kd;
1002 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY;
1003 arrow[A_K_DN].type = XK_CMD;
1053 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1059 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1068 keymacro_add(el, &strB[1], &arrow[A_K_DN].fun, arrow[A_K_DN]
[all...]

Completed in 297 milliseconds