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

/external/libedit/src/
H A Dkeymacro.c53 * (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:
H A Dkeymacro.h56 #define XK_CMD 0 macro
H A Dmap.c1007 keymacro_add(el, buf, keymacro_map_cmd(el, (int) map[i]), XK_CMD);
1071 keymacro_add(el, buf, keymacro_map_cmd(el, EM_EXCHANGE_MARK), XK_CMD);
1261 ntype = XK_CMD;
1363 case XK_CMD:
H A Dread.c273 case XK_CMD:
H A Dterminal.c1010 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)

Completed in 154 milliseconds