Lines Matching defs:depth
2595 int depth;
2606 depth = -1;
2610 if (depth < 0) {
2617 if (depth < 1) {
2621 depth--;
2629 if (depth == (CEXPR_MAXDEPTH - 1)) {
2633 depth++;
2640 if (depth != 0) {
2741 int depth;
2750 depth = -1;
2754 if (depth < 0) {
2761 if (depth < 1) {
2765 depth--;
2769 if (depth == (CEXPR_MAXDEPTH - 1)) {
2773 depth++;
2780 if (depth != 0) {
2985 int depth;
3010 depth = -1;
3014 if (depth < 0) {
3025 if (depth < 1) {
3030 depth--;
3033 if (depth == (COND_EXPR_MAXDEPTH - 1)) {
3038 depth++;
3045 if (depth != 0) {