Searched refs:TryNode (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.xmap.c | 115 static int TryNode (XmapNode *, CStr *, XmapVal *, int); 230 (void) TryNode(Xmap, &cs, val, ntype); in AddXkey() 235 TryNode(XmapNode *ptr, CStr *str, XmapVal *val, int ntype) in TryNode() function 296 (void) TryNode(ptr->next, str, val, ntype); in TryNode()
|