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

/openbsd-current/lib/libedit/
H A Dterminal.h79 #define A_K_HO 4 macro
H A Dterminal.c1020 arrow[A_K_HO].name = L"home";
1021 arrow[A_K_HO].key = T_kh;
1022 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG;
1023 arrow[A_K_HO].type = XK_CMD;
1056 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1062 keymacro_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1071 keymacro_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO]
[all...]

Completed in 199 milliseconds