Searched defs:parents (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/std/
H A Dps.c50 " Implied by \b--children\b, \b--parents\b, and \b--tree\b.]"
96 "[P:parents?Display the process tree hierarchy, including the parents"
102 "[T:tree|forest?Display the process tree hierarchy, including the parents and"
216 int parents; /* recursively list all parents */ member in struct:State_s
1044 if (state.children || state.parents)
1050 if (state.parents)
1643 state.tree = state.parents = opt_info.num;
1646 state.tree = state.parents
[all...]

Completed in 30 milliseconds