HomeSort by relevance Sort by last modified time
    Searched refs:A_K_HO (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
terminal.h 80 #define A_K_HO 4
terminal.c 1027 arrow[A_K_HO].name = STR("home");
1028 arrow[A_K_HO].key = T_kh;
1029 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG;
1030 arrow[A_K_HO].type = XK_CMD;
1068 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1074 keymacro_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1083 keymacro_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type)
    [all...]

Completed in 376 milliseconds