Lines Matching defs:cond_depth
168 unsigned cond_depth = 0; /* current .if nesting level */
1061 if (cond_depth == CurFile_CondMinDepth()) {
1067 cond_depth--;
1069 return cond_states[cond_depth] & IFS_ACTIVE
1086 if (cond_depth == CurFile_CondMinDepth()) {
1092 state = cond_states[cond_depth];
1101 cond_states[cond_depth] = state;
1117 if (cond_depth == CurFile_CondMinDepth()) {
1122 state = cond_states[cond_depth];
1125 cond_states[cond_depth] =
1130 cond_states[cond_depth] = IFS_WAS_ACTIVE;
1135 if (cond_depth + 1 >= cond_states_cap) {
1145 state = cond_states[cond_depth];
1146 cond_depth++;
1148 cond_states[cond_depth] = IFS_WAS_ACTIVE;
1158 cond_states[cond_depth] = IFS_WAS_ACTIVE;
1162 cond_states[cond_depth] = res == CR_TRUE ? IFS_ACTIVE : IFS_INITIAL;
1229 unsigned open_conds = cond_depth - CurFile_CondMinDepth();
1234 cond_depth = CurFile_CondMinDepth();