Searched refs:shtree (Results 1 – 1 of 1) sorted by relevance
/freebsd/bin/sh/ |
H A D | show.c | 49 static void shtree(union node *, int, char *, FILE*); 60 shtree(n, 1, NULL, stdout); in showtree() 65 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree() function 84 shtree(n->nbinary.ch1, ind, NULL, fp); in shtree() 87 shtree(n->nbinary.ch2, ind, NULL, fp); in shtree() 240 shtree(bqlist->n, -1, NULL, fp); in sharg()
|