Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dada-lang.c2597 int n_chosen; in user_select_syms() local
2663 n_chosen = get_selections (chosen, nsyms, max_results, max_results > 1, in user_select_syms()
2666 for (i = 0; i < n_chosen; i += 1) in user_select_syms()
2673 return n_chosen; in user_select_syms()
2699 int n_chosen; in get_selections() local
2714 n_chosen = 0; in get_selections()
2725 if (*args == '\0' && n_chosen == 0) in get_selections()
2741 n_chosen = n_choices; in get_selections()
2748 for (j = n_chosen - 1; j >= 0 && choice < choices[j]; j -= 1) in get_selections()
2755 for (k = n_chosen - 1; k > j; k -= 1) in get_selections()
[all …]