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

  /external/libedit/src/
terminal.h 77 #define A_K_UP 1
terminal.c 1012 arrow[A_K_UP].name = STR("up");
1013 arrow[A_K_UP].key = T_ku;
1014 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY;
1015 arrow[A_K_UP].type = XK_CMD;
1064 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1070 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1079 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type)
    [all...]

Completed in 103 milliseconds