Searched refs:list_alloced (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | symtab.c | 3671 char ***list, int *list_used, int *list_alloced) in add_filename_to_list() argument 3676 if (*list_used + 1 >= *list_alloced) in add_filename_to_list() 3678 *list_alloced *= 2; in add_filename_to_list() 3680 *list_alloced * sizeof (char *)); in add_filename_to_list() 3736 int list_alloced = 1; in make_source_files_completion_list() local 3739 char **list = (char **) xmalloc (list_alloced * sizeof (char *)); in make_source_files_completion_list() 3762 &list, &list_used, &list_alloced); in make_source_files_completion_list() 3780 &list, &list_used, &list_alloced); in make_source_files_completion_list() 3801 &list, &list_used, &list_alloced); in make_source_files_completion_list() 3816 &list, &list_used, &list_alloced); in make_source_files_completion_list()
|