Home | History | Annotate | Download | only in src

Lines Matching defs:depth

1694 	int depth = 1;
1703 depth++;
1705 depth--;
1706 } while (depth > 0 && c && c != '\n');
1711 return (tobool(depth == 0));