Lines Matching defs:tree
49 "[B!:branch?Print tree branch prefixes for \bcommand\b and \bargs\b."
50 " Implied by \b--children\b, \b--parents\b, and \b--tree\b.]"
52 "[C:children?Display the process tree hierarchy, including the children"
96 "[P:parents?Display the process tree hierarchy, including the parents"
102 "[T:tree|forest?Display the process tree hierarchy, including the parents and"
206 int level; /* process tree level */
217 int tree; /* list proc tree */
234 char branch[1024]; /* process tree branch */
1017 if (state.tree)
1603 state.tree = state.children = opt_info.num;
1643 state.tree = state.parents = opt_info.num;
1646 state.tree = state.parents = state.children = opt_info.num;
1665 state.tree = 0;