Searched refs:XmapNode (Results 1 – 1 of 1) sorted by relevance
112 } XmapNode; typedef114 static XmapNode *Xmap = NULL; /* the current Xmap */118 static int TraverseMap (XmapNode *, CStr *, XmapVal *);119 static int TryNode (XmapNode *, CStr *, XmapVal *, int);120 static XmapNode *GetFreeNode (CStr *);121 static void PutFreeNode (XmapNode *);122 static int TryDeleteNode (XmapNode **, CStr *);124 const XmapNode *);125 static void Enumerate (struct Strbuf *, const XmapNode *);175 TraverseMap(XmapNode *ptr, CStr *ch, XmapVal *val) in TraverseMap()[all …]