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

/freebsd-10.1-release/lib/libedit/
H A Dkey.h56 #define XK_CMD 0 macro
H A Dkey.c49 * (XK_STR), editor functions (XK_CMD), or unix commands (XK_EXE).
166 * type of the match found (XK_STR, XK_CMD, or XK_EXE).
193 if (ntype == XK_CMD && val->cmd == ED_SEQUENCE_LEAD_IN) {
281 return (XK_CMD);
287 if (ptr->type != XK_CMD)
330 case XK_CMD:
345 case XK_CMD:
431 case XK_CMD:
588 case XK_CMD:
H A Dterm.c1041 arrow[A_K_DN].type = XK_CMD;
1046 arrow[A_K_UP].type = XK_CMD;
1051 arrow[A_K_LT].type = XK_CMD;
1056 arrow[A_K_RT].type = XK_CMD;
1061 arrow[A_K_HO].type = XK_CMD;
1066 arrow[A_K_EN].type = XK_CMD;
1071 arrow[A_K_DE].type = XK_CMD;
1230 if (arrow[i].type == XK_CMD)
H A Dmap.c1008 key_add(el, buf, key_map_cmd(el, (int) map[i]), XK_CMD);
1072 key_add(el, buf, key_map_cmd(el, EM_EXCHANGE_MARK), XK_CMD);
1262 ntype = XK_CMD;
1364 case XK_CMD:
H A Dread.c261 case XK_CMD:
/freebsd-10.1-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 176 milliseconds