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

/openbsd-current/lib/libedit/
H A Dterminal.h76 #define A_K_UP 1 macro
H A Dterminal.c1005 arrow[A_K_UP].name = L"up";
1006 arrow[A_K_UP].key = T_ku;
1007 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY;
1008 arrow[A_K_UP].type = XK_CMD;
1052 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1058 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1067 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP]
[all...]

Completed in 146 milliseconds