Lines Matching defs:depth
1662 unsigned int depth = 1;1671 depth++;1673 depth--;1674 } while (depth > 0 && c && c != '\n');1679 return (tobool(depth == 0));