Lines Matching defs:depth
318 unsigned int depth = 0;323 if (depth == 0)328 ++depth;335 while (*cp != '\0' && (*cp != '}' || depth > 0))338 --depth;