Searched refs:XmapNode (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Ded.xmap.c112 } XmapNode; typedef in typeref:struct:Xmapnode
114 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 *pt
[all...]

Completed in 117 milliseconds