Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc1038 unsigned ldepth = (left != 0) ? left->depth : 0; in rebalance() local
1040 if (ldepth > rdepth + 1) { in rebalance()
1058 } else if (rdepth > ldepth + 1) { in rebalance()