Home
last modified time | relevance | path

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

/dports/misc/gwhich/which-2.21/
H A Dwhich.c256 static int max_func_count; variable
622 if (func_count == max_func_count) in main()
624 max_func_count += 16; in main()
625 …functions = (struct function_st *)xrealloc(functions, max_func_count * sizeof(struct function_st)); in main()