Searched refs:cond_depth (Results 1 – 3 of 3) sorted by relevance
1134 cond_depth--; in Cond_EvalLine()1165 state = cond_states[cond_depth]; in Cond_EvalLine()1174 cond_states[cond_depth] = state; in Cond_EvalLine()1200 state = cond_states[cond_depth]; in Cond_EvalLine()1203 cond_states[cond_depth] = in Cond_EvalLine()1208 cond_states[cond_depth] = IFS_WAS_ACTIVE; in Cond_EvalLine()1213 if (cond_depth + 1 >= cond_states_cap) { in Cond_EvalLine()1223 state = cond_states[cond_depth]; in Cond_EvalLine()1224 cond_depth++; in Cond_EvalLine()1241 cond_states[cond_depth] = IFS_WAS_ACTIVE; in Cond_EvalLine()[all …]
2236 curFile->condMinDepth = cond_depth; in Parse_PushInput()2789 cond_depth = CurFile_CondMinDepth(); in HandleBreak()2866 if (cond_depth == curFile->condMinDepth + 1) in Parse_GuardElse()2874 if (cond_depth == curFile->condMinDepth in Parse_GuardEndif()
817 extern unsigned int cond_depth;