Searched refs:shtree (Results 1 – 1 of 1) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | show.c | 48 static void shtree(union node *, int, char *, FILE*); 59 shtree(n, 1, NULL, stdout); in showtree() 64 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree() function 83 shtree(n->nbinary.ch1, ind, NULL, fp); in shtree() 86 shtree(n->nbinary.ch2, ind, NULL, fp); in shtree() 228 shtree(bqlist->n, -1, NULL, fp); in sharg()
|
Completed in 2 milliseconds