Searched refs:shtree (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | ash.c | 1186 static void shtree(union node *n, int ind, char *pfx, FILE *fp); 1272 shtree(bqlist->n, -1, NULL, fp); in sharg() 1327 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree() function 1352 shtree(n->nbinary.ch1, ind, NULL, fp); in shtree() 1355 shtree(n->nbinary.ch2, ind, NULL, fp); in shtree() 1364 shtree(lp->n, 0, NULL, fp); in shtree() 1385 shtree(n, 1, NULL, stderr); in showtree()
|