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

/freebsd-11-stable/contrib/tcsh/
H A Ded.xmap.c108 } XmapNode; typedef in typeref:struct:Xmapnode
110 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 *pt
[all...]

Completed in 101 milliseconds