Home
last modified time | relevance | path

Searched refs:XmapVal (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/tcsh/
HDed.xmap.c108 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 …]
HDed.decls.h94 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);
HDed.h110 } XmapVal; typedef
HDed.inputl.c711 XmapVal val; in GetNextCommand()
HDed.screen.c722 XmapVal fun;
831 SetArrowKeys(const CStr *name, XmapVal *fun, int type) in SetArrowKeys()