Searched refs:cond_depth (Results 1 – 3 of 3) sorted by relevance
175 unsigned int cond_depth = 0; /* current .if nesting level */ variable1070 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()1076 cond_depth--; in Cond_EvalLine()1078 return cond_states[cond_depth] & IFS_ACTIVE in Cond_EvalLine()1095 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()1101 state = cond_states[cond_depth]; in Cond_EvalLine()1110 cond_states[cond_depth] = state; in Cond_EvalLine()1126 if (cond_depth == CurFile_CondMinDepth()) { in Cond_EvalLine()1131 state = cond_states[cond_depth]; in Cond_EvalLine()1134 cond_states[cond_depth] = in Cond_EvalLine()[all …]
2184 curFile->condMinDepth = cond_depth; in Parse_PushInput()2731 cond_depth = CurFile_CondMinDepth(); in HandleBreak()2810 if (cond_depth == curFile->condMinDepth + 1) in Parse_GuardElse()2818 if (cond_depth == curFile->condMinDepth in Parse_GuardEndif()
842 extern unsigned int cond_depth;