Searched refs:count_local (Results 1 – 1 of 1) sorted by relevance
159 int count_local=0; in test_nesting() local234 count_local++; in test_nesting()238 printf("%d: %d %d %d\n", count_local, (int)count[0], (int)count[1], (int)count[2]); in test_nesting()241 if (!(count_local && count[0] && count[1] && count[2])) { in test_nesting()