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

/freebsd-11.0-release/lib/libedit/
H A Dterminal.h78 #define A_K_UP 1 macro
H A Dterminal.c1014 arrow[A_K_UP].name = STR("up");
1015 arrow[A_K_UP].key = T_ku;
1016 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY;
1017 arrow[A_K_UP].type = XK_CMD;
1066 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1072 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1081 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP]
[all...]
/freebsd-11.0-release/contrib/tcsh/
H A Ded.screen.c727 #define A_K_UP 1 macro
746 arrow[A_K_UP].fun.cmd = F_UP_HIST;
747 arrow[A_K_UP].type = XK_CMD;
799 cs.buf = strA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
805 cs.buf = stOA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
814 cs.buf = &strA[1]; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
820 cs.buf = &stOA[1]; AddXkey(&cs, &arrow[A_K_UP]
[all...]

Completed in 54 milliseconds