Home
last modified time | relevance | path

Searched refs:nr_patterns_at (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/scripts/
A Dlist-gitignored.c609 static int *nr_patterns_at; variable
813 nr_patterns_at = xrealloc(nr_patterns_at, in increment_depth()
814 sizeof(*nr_patterns_at) * max_depth); in increment_depth()
817 nr_patterns_at[depth] = nr_patterns; in increment_depth()
827 while (nr_patterns > nr_patterns_at[depth]) in decrement_depth()
1050 free(nr_patterns_at); in main()

Completed in 5 milliseconds