Home
last modified time | relevance | path

Searched refs:ldepth (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/make/include/mksh/
H A Ddefs.h791 unsigned ldepth = (left != 0) ? left->depth : 0; in setup_depth() local
792 depth = 1 + ((ldepth > rdepth) ? ldepth : rdepth); in setup_depth()
/titanic_41/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc1044 unsigned ldepth = (left != 0) ? left->depth : 0; in rebalance() local
1046 if (ldepth > rdepth + 1) { in rebalance()
1064 } else if (rdepth > ldepth + 1) { in rebalance()