Searched refs:shtree (Results 1 – 1 of 1) sorted by relevance
/system/core/sh/ |
D | show.c | 57 static void shtree(union node *, int, char *, FILE*); 68 shtree(n, 1, NULL, stdout); in showtree() 73 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree() function 92 shtree(n->nbinary.ch1, ind, NULL, fp); in shtree() 95 shtree(n->nbinary.ch2, ind, NULL, fp); in shtree() 238 shtree(bqlist->n, -1, NULL, fp); in sharg()
|