Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.xmap.c104 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 Ded.decls.h93 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 Ded.h109 } XmapVal; typedef
H A Ded.inputl.c709 XmapVal val; in GetNextCommand()
H A Ded.screen.c718 XmapVal fun;
827 SetArrowKeys(const CStr *name, XmapVal *fun, int type) in SetArrowKeys()