Lines Matching refs:XmapVal
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()
239 TryNode(XmapNode *ptr, CStr *str, XmapVal *val, int ntype) in TryNode()
545 printOne(const Char *key, const XmapVal *val, int ntype) in printOne()