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

/system/core/sh/
H A Dshow.c57 static void shtree(union node *, int, char *, FILE*);
68 shtree(n, 1, NULL, stdout);
73 shtree(union node *n, int ind, char *pfx, FILE *fp) function
92 shtree(n->nbinary.ch1, ind, NULL, fp);
95 shtree(n->nbinary.ch2, ind, NULL, fp);
238 shtree(bqlist->n, -1, NULL, fp);

Completed in 43 milliseconds