Searched refs:fn_list (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcompleter.c203 char ** fn_list = NULL;
285 fn_list = make_source_files_completion_list (text, text);
289 if (fn_list)
290 for ( ; fn_list[n_files]; n_files++)
297 fn_list[] onto the end of list[]. */
301 memcpy (list + n_syms, fn_list, (n_files + 1) * sizeof (char *));
302 xfree (fn_list);
321 for (n_files = 0; fn_list[n_files]; n_files++)
323 memmove (fn_list[n_files], fn_list[n_file
202 char ** fn_list = NULL; local
[all...]
H A Dhpread.c3617 struct next_fn_field *fn_list = 0;
3911 fn_p = fn_list;
3926 fn_new->next = fn_list;
3927 fn_list = fn_new;
3932 fn_list->field.name = method_name;
3935 fn_list->field.fn_fields = (struct fn_field *) xmalloc (5 * (sizeof (struct fn_field)));
3936 fn_list->field.length = 1; /* Init # of overloaded instances */
3937 fn_list->num_fn_fields = 5; /* # of entries for which space allocated */
3938 fn_p = fn_list;
4306 for (n = n_fn_fields; fn_list; fn_lis
3602 struct next_fn_field *fn_list = 0; local
[all...]

Completed in 122 milliseconds