printsubtree
static void printsubtree(ps_t *, int);
printsubtree(p, 0);
printsubtree(proc0, 0);
printsubtree(p, level);