Home
last modified time | relevance | path

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

/src/contrib/mtree/
H A Dextern.h74 void dump_nodes(FILE *, const char *, NODE *, int);
H A Dmtree.c299 dump_nodes(stdout, "", spec(spec1), Dflag); in main()
H A Dspec.c320 dump_nodes(FILE *fp, const char *dir, NODE *root, int pathlast) in dump_nodes() function
421 dump_nodes(fp, path, cur->child, pathlast); in dump_nodes()