Lines Matching defs:depth
3530 int depth;
3541 depth = -1;
3545 if (depth < 0) {
3552 if (depth < 1) {
3556 depth--;
3564 if (depth == (CEXPR_MAXDEPTH - 1)) {
3568 depth++;
3575 if (depth != 0) {
3691 int depth;
3700 depth = -1;
3704 if (depth < 0) {
3711 if (depth < 1) {
3715 depth--;
3719 if (depth == (CEXPR_MAXDEPTH - 1)) {
3723 depth++;
3730 if (depth != 0) {
3933 int depth;
3958 depth = -1;
3962 if (depth < 0) {
3973 if (depth < 1) {
3978 depth--;
3981 if (depth == (COND_EXPR_MAXDEPTH - 1)) {
3986 depth++;
3993 if (depth != 0) {