Searched refs:list_alloced (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | symtab.c | 3772 char ***list, int *list_used, int *list_alloced) in add_filename_to_list() argument 3777 if (*list_used + 1 >= *list_alloced) in add_filename_to_list() 3779 *list_alloced *= 2; in add_filename_to_list() 3781 *list_alloced * sizeof (char *)); in add_filename_to_list() 3837 int list_alloced = 1; in make_source_files_completion_list() local 3840 char **list = (char **) xmalloc (list_alloced * sizeof (char *)); in make_source_files_completion_list() 3863 &list, &list_used, &list_alloced); in make_source_files_completion_list() 3881 &list, &list_used, &list_alloced); in make_source_files_completion_list() 3902 &list, &list_used, &list_alloced); in make_source_files_completion_list() 3917 &list, &list_used, &list_alloced); in make_source_files_completion_list()
|