Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.xmap.c108 } XmapNode; typedef
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 *ptr, CStr *ch, XmapVal *val) in TraverseMap()
[all …]