Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.xmap.c110 static XmapNode *Xmap = NULL; /* the current Xmap */ variable
149 PutFreeNode(Xmap); in ResetXmap()
150 Xmap = NULL; in ResetXmap()
163 return (TraverseMap(Xmap, ch, val)); in GetXkey()
225 if (Xmap == NULL) in AddXkey()
227 Xmap = GetFreeNode(&cs); /* it is properly initialized */ in AddXkey()
230 (void) TryNode(Xmap, &cs, val, ntype); in AddXkey()
323 if (Xmap == NULL) in DeleteXkey()
326 (void) TryDeleteNode(&Xmap, &s); in DeleteXkey()
445 if (Xmap == NULL && cs.len == 0) in PrintXkey()
[all …]