Home | History | Annotate | Download | only in src

Lines Matching defs:depth

990 			int depth = 0;
998 depth++;
999 else if (c == ']' && --depth == 0) {
1387 int depth = 0;
1389 while ((c = *s++) && (c != ']' || --depth))
1391 depth++;