Searched refs:max_results (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ada-lang.c | 3040 user_select_syms (struct ada_symbol_info *syms, int nsyms, int max_results) in user_select_syms() argument 3045 int first_choice = (max_results == 1) ? 1 : 2; in user_select_syms() 3047 if (max_results < 1) in user_select_syms() 3053 if (max_results > 1) in user_select_syms() 3116 n_chosen = get_selections (chosen, nsyms, max_results, max_results > 1, in user_select_syms() 3142 get_selections (int *choices, int n_choices, int max_results, in get_selections() argument 3210 if (n_chosen > max_results) in get_selections() 3211 error (_("Select no more than %d of the above"), max_results); in get_selections()
|