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

/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.xmap.c118 static int TraverseMap (XmapNode *, CStr *, XmapVal *);
167 return (TraverseMap(Xmap, ch, val));
170 /* TraverseMap():
175 TraverseMap(XmapNode *ptr, CStr *ch, XmapVal *val) function
188 return (TraverseMap(ptr->next, ch, val));
201 return (TraverseMap(ptr->sibling, ch, val));

Completed in 66 milliseconds