Searched refs:XK_CMD (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dkeymacro.h57 #define XK_CMD 0 macro
H A Dkeymacro.c55 * (XK_STR), editor functions (XK_CMD), or unix commands (XK_EXE).
174 * type of the match found (XK_STR, XK_CMD, or XK_EXE).
201 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
292 return XK_CMD;
298 if (ptr->type != XK_CMD)
342 case XK_CMD:
357 case XK_CMD:
443 case XK_CMD:
604 case XK_CMD:
H A Dterminal.c1012 arrow[A_K_DN].type = XK_CMD;
1017 arrow[A_K_UP].type = XK_CMD;
1022 arrow[A_K_LT].type = XK_CMD;
1027 arrow[A_K_RT].type = XK_CMD;
1032 arrow[A_K_HO].type = XK_CMD;
1037 arrow[A_K_EN].type = XK_CMD;
1042 arrow[A_K_DE].type = XK_CMD;
1206 if (arrow[i].type == XK_CMD)
H A Dmap.c1009 keymacro_add(el, buf, keymacro_map_cmd(el, (int) map[i]), XK_CMD);
1073 keymacro_add(el, buf, keymacro_map_cmd(el, EM_EXCHANGE_MARK), XK_CMD);
1263 ntype = XK_CMD;
1365 case XK_CMD:
H A Dread.c275 case XK_CMD:
/freebsd-11.0-release/contrib/tcsh/
H A Ded.xmap.c10 * into input strings (XK_STR), editor functions (XK_CMD), or
20 * type of the match found (XK_STR, XK_CMD, or XK_EXE).
185 return XK_CMD;/* PWP: Pretend we just read an end-of-file */
192 if (ptr->type != XK_CMD)
223 if (ntype == XK_CMD && val->cmd == F_XKEY) {
273 case XK_CMD:
281 case XK_CMD:
396 case XK_CMD:
563 case XK_CMD:
H A Ded.defns.c1880 AddXkey(&cstr, XmapCmd((int) map[CTL_ESC(i)]), XK_CMD);
1923 AddXkey(&cstr, XmapCmd(F_EXCHANGE_MARK), XK_CMD);
1925 AddXkey(&cstr, XmapCmd(F_EXPAND_GLOB), XK_CMD);
1927 AddXkey(&cstr, XmapCmd(F_EXPAND_VARS), XK_CMD);
1929 AddXkey(&cstr, XmapCmd(F_LIST_GLOB), XK_CMD);
1931 AddXkey(&cstr, XmapCmd(F_LIST_GLOB), XK_CMD);
1933 AddXkey(&cstr, XmapCmd(F_PATH_NORM), XK_CMD);
1935 AddXkey(&cstr, XmapCmd(F_PATH_NORM), XK_CMD);
1937 AddXkey(&cstr, XmapCmd(F_COMMAND_NORM), XK_CMD);
1939 AddXkey(&cstr, XmapCmd(F_COMPLETE_ALL), XK_CMD);
[all...]
H A Ded.h113 #define XK_CMD 0 /* X-key was an editor command */ macro
H A Dtc.bind.c73 ntype = XK_CMD;
202 case XK_CMD:
H A Ded.screen.c744 arrow[A_K_DN].type = XK_CMD;
747 arrow[A_K_UP].type = XK_CMD;
750 arrow[A_K_LT].type = XK_CMD;
753 arrow[A_K_RT].type = XK_CMD;
756 arrow[A_K_HO].type = XK_CMD;
759 arrow[A_K_EN].type = XK_CMD;
916 if (arrow[i].type == XK_CMD)
H A Ded.inputl.c716 case XK_CMD:

Completed in 193 milliseconds