Searched refs:false_nesting (Results 1 – 1 of 1) sorted by relevance
50 static int false_nesting = 0; variable295 if (false_nesting) { in collect_arg()1667 token_type(token) = false_nesting ? TOKEN_SKIP_GROUPS : TOKEN_IF; in preprocessor_if()1671 if (false_nesting || cond != 1) in preprocessor_if()1672 false_nesting++; in preprocessor_if()1684 if (!false_nesting) in handle_ifdef()1708 if (!false_nesting) in handle_ifndef()1823 if (!false_nesting) in handle_if()1844 if (!false_nesting) in handle_elif()1845 false_nesting = 1; in handle_elif()[all …]