Searched refs:nr_patterns (Results 1 – 1 of 1) sorted by relevance
606 static int nr_patterns, alloced_patterns; variable675 for (i = nr_patterns - 1; i >= 0; i--) { in is_ignored()745 if (nr_patterns >= alloced_patterns) { in add_pattern()751 pattern_list[nr_patterns++] = p; in add_pattern()817 nr_patterns_at[depth] = nr_patterns; in increment_depth()827 while (nr_patterns > nr_patterns_at[depth]) in decrement_depth()828 free(pattern_list[--nr_patterns]); in decrement_depth()1047 while (nr_patterns > 0) in main()1048 free(pattern_list[--nr_patterns]); in main()
Completed in 4 milliseconds