Searched refs:XmapNode (Results 1 – 1 of 1) sorted by relevance
108 } XmapNode; typedef110 static XmapNode *Xmap = NULL; /* the current Xmap */114 static int TraverseMap (XmapNode *, CStr *, XmapVal *);115 static int TryNode (XmapNode *, CStr *, XmapVal *, int);116 static XmapNode *GetFreeNode (CStr *);117 static void PutFreeNode (XmapNode *);118 static int TryDeleteNode (XmapNode **, CStr *);120 const XmapNode *);121 static void Enumerate (struct Strbuf *, const XmapNode *);171 TraverseMap(XmapNode *ptr, CStr *ch, XmapVal *val) in TraverseMap()[all …]