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

Completed in 62 milliseconds