Searched refs:num_choices (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/lib/libform/ |
| D | type_enum.c | 54 unsigned num_choices; member 103 new->num_choices = 0; in create_enum_args() 106 new->num_choices, new->choices[new->num_choices]); in create_enum_args() 107 new->num_choices++; in create_enum_args() 111 new->num_choices); in create_enum_args() 148 match_enum(char **choices, unsigned num_choices, bool ignore_case, in match_enum() argument 164 for (i = 0; i < num_choices; i++) { in match_enum() 233 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case, in enum_check_field() 262 if (match_enum(ta->choices, ta->num_choices, ta->ignore_case, in next_enum() 272 if (cur_choice >= ta->num_choices) in next_enum() [all …]
|
| /netbsd/src/external/lgpl3/gmp/dist/tune/ |
| D | speed.c | 576 int num_choices = 0; variable 628 for (i = 0; i < num_choices; i++) in run_one() 660 for (i = 0; i < num_choices; i++) in run_one() 689 if (num_choices > 1 && (fastest == -1 || choice[i].time < fastest_time)) in run_one() 750 for (i = 0; i < num_choices; i++) in run_one() 761 for (i = 0; i < num_choices; i++) in run_one() 909 for (i = 0; i < num_choices; i++) in run_gnuplot() 914 if (i != num_choices-1) in run_gnuplot() 1329 choice[num_choices] = c; in main() 1330 num_choices++; in main() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | options.cc | 278 const char* choices[], int num_choices) in parse_choices() argument 280 for (int i = 0; i < num_choices; i++) in parse_choices() 289 for (int i = 0; i < num_choices; i++) in parse_choices() 292 if (i != num_choices - 1) in parse_choices()
|
| D | options.h | 123 const char* choices[], int num_choices);
|