Searched refs:XmapVal (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/tcsh/ |
| HD | ed.xmap.c | 108 XmapVal val; /* command code or pointer to string, if this 118 static int TraverseMap (XmapNode *, CStr *, XmapVal *); 119 static int TryNode (XmapNode *, CStr *, XmapVal *, int); 129 XmapVal * 132 static XmapVal xm; in XmapCmd() 137 XmapVal * 140 static XmapVal xm; in XmapStr() 165 GetXkey(CStr *ch, XmapVal *val) in GetXkey() 175 TraverseMap(XmapNode *ptr, CStr *ch, XmapVal *val) in TraverseMap() 213 AddXkey(const CStr *Xkey, XmapVal *val, int ntype) in AddXkey() [all …]
|
| HD | ed.decls.h | 94 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);
|
| HD | ed.h | 110 } XmapVal; typedef
|
| HD | ed.inputl.c | 711 XmapVal val; in GetNextCommand()
|
| HD | ed.screen.c | 722 XmapVal fun; 831 SetArrowKeys(const CStr *name, XmapVal *fun, int type) in SetArrowKeys()
|