Home | History | Annotate | Download | only in Basic

Lines Matching defs:Depth

447   unsigned Depth = 0;
450 if (Depth == 0 && *I == Target) return I;
451 if (Depth != 0 && *I == '}') Depth--;
464 Depth++;