Searched refs:if_nesting (Results 1 – 1 of 1) sorted by relevance
970 int if_nesting = 1; /* Level of nesting of #if's */ in check_protection() local1020 if_nesting++; in check_protection()1024 if_nesting--; in check_protection()1025 if (if_nesting == 0) in check_protection()1030 if (if_nesting == 1) in check_protection()