Home | History | Annotate | Download | only in src

Lines Matching refs:depth

985 			int depth = 0;
993 depth++;
994 else if (c == ']' && --depth == 0) {
1382 int depth = 0;
1384 while ((c = *s++) && (c != ']' || --depth))
1386 depth++;