Home | History | Annotate | Download | only in src

Lines Matching defs:depth

973 			int depth = 0;
981 depth++;
982 else if (c == ']' && --depth == 0) {
1346 int depth = 0;
1348 while ((c = *s++) && (c != ']' || --depth))
1350 depth++;