Searched refs:XmapVal (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/tcsh/ |
| H A D | ed.xmap.c | 104 XmapVal val; /* command code or pointer to string, if this 114 static int TraverseMap (XmapNode *, CStr *, XmapVal *); 115 static int TryNode (XmapNode *, CStr *, XmapVal *, int); 125 XmapVal * 128 static XmapVal xm; in XmapCmd() 133 XmapVal * 136 static XmapVal xm; in XmapStr() 161 GetXkey(CStr *ch, XmapVal *val) in GetXkey() 171 TraverseMap(XmapNode *ptr, CStr *ch, XmapVal *val) in TraverseMap() 209 AddXkey(const CStr *Xkey, XmapVal *val, int ntype) in AddXkey() [all …]
|
| H A D | ed.decls.h | 93 extern int SetArrowKeys (const CStr *, XmapVal *, int); 270 extern XmapVal *XmapStr (CStr *); 271 extern XmapVal *XmapCmd (int); 272 extern void AddXkey (const CStr *, XmapVal *, int); 274 extern int GetXkey (CStr *, XmapVal *); 278 extern void printOne (const Char *, const XmapVal *, int);
|
| H A D | ed.h | 109 } XmapVal; typedef
|
| H A D | ed.inputl.c | 709 XmapVal val; in GetNextCommand()
|
| H A D | ed.screen.c | 718 XmapVal fun; 827 SetArrowKeys(const CStr *name, XmapVal *fun, int type) in SetArrowKeys()
|