Lines Matching defs:depth
1677 unsigned int depth = 1;1686 depth++;1688 depth--;1689 } while (depth > 0 && c && c != '\n');1694 return (tobool(depth == 0));