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

/freebsd-9.3-release/contrib/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 47 milliseconds