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

/freebsd-10.3-release/contrib/tcsh/
H A Ded.xmap.c125 static void Enumerate (struct Strbuf *, const XmapNode *);
471 /* no more chars in string. Enumerate from here. */
472 Enumerate(buf, ptr);
510 Enumerate(struct Strbuf *buf, const XmapNode *ptr) function
516 xprintf(CGETS(9, 6, "Enumerate: BUG!! Null ptr passed\n!"));
530 Enumerate(buf, ptr->next);
535 Enumerate(buf, ptr->sibling);

Completed in 102 milliseconds