Home | History | Annotate | Download | only in checkpolicy

Lines Matching defs:depth

3364 	int depth;
3375 depth = -1;
3379 if (depth < 0) {
3386 if (depth < 1) {
3390 depth--;
3398 if (depth == (CEXPR_MAXDEPTH - 1)) {
3402 depth++;
3409 if (depth != 0) {
3512 int depth;
3521 depth = -1;
3525 if (depth < 0) {
3532 if (depth < 1) {
3536 depth--;
3540 if (depth == (CEXPR_MAXDEPTH - 1)) {
3544 depth++;
3551 if (depth != 0) {
3754 int depth;
3779 depth = -1;
3783 if (depth < 0) {
3794 if (depth < 1) {
3799 depth--;
3802 if (depth == (COND_EXPR_MAXDEPTH - 1)) {
3807 depth++;
3814 if (depth != 0) {