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

  /external/libedit/src/
terminal.h 78 #define A_K_LT 2
terminal.c 1017 arrow[A_K_LT].name = STR("left");
1018 arrow[A_K_LT].key = T_kl;
1019 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR;
1020 arrow[A_K_LT].type = XK_CMD;
1067 keymacro_add(el, strD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1073 keymacro_add(el, stOD, &arrow[A_K_LT].fun, arrow[A_K_LT].type);
1082 keymacro_add(el, &strD[1], &arrow[A_K_LT].fun, arrow[A_K_LT].type)
    [all...]

Completed in 454 milliseconds