Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Ded.xmap.c114 static XmapNode *Xmap = NULL; /* the current Xmap */ variable
153 PutFreeNode(Xmap); in ResetXmap()
154 Xmap = NULL; in ResetXmap()
167 return (TraverseMap(Xmap, ch, val)); in GetXkey()
229 if (Xmap == NULL) in AddXkey()
231 Xmap = GetFreeNode(&cs); /* it is properly initialized */ in AddXkey()
234 (void) TryNode(Xmap, &cs, val, ntype); in AddXkey()
327 if (Xmap == NULL) in DeleteXkey()
330 (void) TryDeleteNode(&Xmap, &s); in DeleteXkey()
449 if (Xmap == NULL && cs.len == 0) in PrintXkey()
[all …]