Searched refs:XmapCmd (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/tcsh/ |
| H A D | ed.defns.c | 1880 AddXkey(&cstr, XmapCmd((int) map[CTL_ESC(i)]), XK_CMD); in ed_InitMetaBindings() 1930 AddXkey(&cstr, XmapCmd(F_EXCHANGE_MARK), XK_CMD); in ed_InitEmacsMaps() 1932 AddXkey(&cstr, XmapCmd(F_EXPAND_GLOB), XK_CMD); in ed_InitEmacsMaps() 1934 AddXkey(&cstr, XmapCmd(F_EXPAND_VARS), XK_CMD); in ed_InitEmacsMaps() 1936 AddXkey(&cstr, XmapCmd(F_LIST_GLOB), XK_CMD); in ed_InitEmacsMaps() 1938 AddXkey(&cstr, XmapCmd(F_LIST_GLOB), XK_CMD); in ed_InitEmacsMaps() 1940 AddXkey(&cstr, XmapCmd(F_PATH_NORM), XK_CMD); in ed_InitEmacsMaps() 1942 AddXkey(&cstr, XmapCmd(F_PATH_NORM), XK_CMD); in ed_InitEmacsMaps() 1944 AddXkey(&cstr, XmapCmd(F_COMMAND_NORM), XK_CMD); in ed_InitEmacsMaps() 1946 AddXkey(&cstr, XmapCmd(F_COMPLETE_ALL), XK_CMD); in ed_InitEmacsMaps() [all …]
|
| H A D | tc.bind.c | 208 (void) SetArrowKeys(&in, XmapCmd((int) cmd), ntype); in dobindkey() 211 AddXkey(&in, XmapCmd((int) cmd), ntype); in dobindkey()
|
| H A D | ed.decls.h | 271 extern XmapVal *XmapCmd (int);
|
| H A D | ed.xmap.c | 130 XmapCmd(int cmd) in XmapCmd() function
|