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

  /external/libedit/src/
keymacro.h 56 #define XK_CMD 0
keymacro.c 53 * (XK_STR), editor functions (XK_CMD), or unix commands (XK_EXE).
172 * type of the match found (XK_STR, XK_CMD, or XK_EXE).
199 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
290 return XK_CMD;
296 if (ptr->type != XK_CMD)
340 case XK_CMD:
355 case XK_CMD:
441 case XK_CMD:
602 case XK_CMD:
terminal.c 1010 arrow[A_K_DN].type = XK_CMD;
1015 arrow[A_K_UP].type = XK_CMD;
1020 arrow[A_K_LT].type = XK_CMD;
1025 arrow[A_K_RT].type = XK_CMD;
1030 arrow[A_K_HO].type = XK_CMD;
1035 arrow[A_K_EN].type = XK_CMD;
1040 arrow[A_K_DE].type = XK_CMD;
1204 if (arrow[i].type == XK_CMD)
    [all...]
map.c     [all...]
read.c 273 case XK_CMD:

Completed in 186 milliseconds