Home
last modified time | relevance | path

Searched refs:choices (Results 1 – 25 of 187) sorted by relevance

12345678

/netbsd/src/lib/libform/
Dtype_enum.c53 char **choices; member
88 char **choices; in create_enum_args() local
94 new->choices = va_arg(*args, char **); in create_enum_args()
102 choices = new->choices; in create_enum_args()
104 while (*choices != NULL) { in create_enum_args()
106 new->num_choices, new->choices[new->num_choices]); in create_enum_args()
108 choices++; in create_enum_args()
148 match_enum(char **choices, unsigned num_choices, bool ignore_case, in match_enum() argument
165 enum_start = _formi_skip_blanks(choices[i], 0); in match_enum()
166 enum_end = trim_blanks(choices[i]); in match_enum()
[all …]
/netbsd/src/external/bsd/tmux/dist/
Doptions-table.c267 .choices = options_table_cursor_style_list,
314 .choices = options_table_extended_keys_list,
323 .choices = options_table_extended_keys_format_list,
373 .choices = options_table_popup_border_lines_list,
411 .choices = options_table_set_clipboard_list,
454 .choices = options_table_bell_action_list,
482 .choices = options_table_bell_action_list,
513 .choices = options_table_destroy_unattached_list,
522 .choices = options_table_detach_on_destroy_list,
612 .choices = options_table_message_line_list,
[all …]
Dwindow-customize.c663 char choices[256] = ""; in window_customize_draw_option() local
748 for (choice = oe->choices; *choice != NULL; choice++) { in window_customize_draw_option()
749 strlcat(choices, *choice, sizeof choices); in window_customize_draw_option()
750 strlcat(choices, ", ", sizeof choices); in window_customize_draw_option()
752 choices[strlen(choices) - 2] = '\0'; in window_customize_draw_option()
755 choices)) in window_customize_draw_option()
1088 if (oe->choices[choice + 1] == NULL) in window_customize_set_option()
Doptions.c158 s = xstrdup(o->tableentry->choices[ov->number]); in options_value_to_string()
311 s = xstrdup(oe->choices[oe->default_num]); in options_default_to_string()
1017 for (cp = oe->choices; *cp != NULL; cp++) { in options_find_choice()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlower-subreg.cc103 #define choices \ macro
231 choices[speed_p].move_modes_to_split[i] = true; in compute_costs()
232 choices[speed_p].something_to_do = true; in compute_costs()
243 if (choices[speed_p].move_modes_to_split[(int) twice_word_mode]) in compute_costs()
258 choices[speed_p].splitting_zext = true; in compute_costs()
261 choices[speed_p].splitting_ashift, ASHIFT, in compute_costs()
264 choices[speed_p].splitting_lshiftrt, LSHIFTRT, in compute_costs()
267 choices[speed_p].splitting_ashiftrt, ASHIFTRT, in compute_costs()
397 if (!choices[speed_p].move_modes_to_split[(int) mode]) in simple_move()
1276 || !choices[speed_p].splitting_zext) in find_decomposable_shift_zext()
[all …]
/netbsd/src/games/phantasia/
Dio.c171 getanswer(const char *choices, phbool def) in getanswer() argument
233 if (def || strchr(choices, ch) != NULL) in getanswer()
240 … YELL: mvprintw(oldy + 1, 0, "Please choose one of : [%s]\n", choices); in getanswer()
250 return (*choices); in getanswer()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dimplement-cxx.texi16 Some choices depend on the externally determined ABI for the platform
20 choices are documented in the preprocessor manual.
22 behavior, cpp, The C Preprocessor}. Some choices are documented in
24 Implementation}. Some choices are made by the library and operating
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dcheck_GNU_style.py32 choices = ['stdio', 'quickfix'])
Danalyze_brprob_spec.py31 choices = ['branches', 'branch-hitrate', 'hitrate', 'coverage', 'name'],
/netbsd/src/external/bsd/ntp/dist/html/hints/
Dfreebsd6 You have two choices:
Dsgi42 seem to compromise the above choices for tick and tickadj.
/netbsd/src/external/gpl3/gcc/dist/config/
Ddfp.m418 Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/examples/
Ddpp-qrcode.py117 parser.add_argument('command', choices=['logcat',
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dada-exp.y1136 ada_choices_component *choices = choice_component (); variable
1137 choices->set_associations (pop_associations ($1));
1154 ada_choices_component *choices = choice_component (); variable
1155 choices->set_associations (pop_associations ($5));
1160 var->set_choices (choices);
1164 choices->set_name (std::move (name));
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dm32c.cpu4457 (choices
4475 (choices
4486 (choices
4497 ; (choices
4513 (choices
4530 (choices
4541 (choices
4559 (choices
4570 (choices
4582 (choices
[all …]
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dm32c.cpu4457 (choices
4475 (choices
4486 (choices
4497 ; (choices
4513 (choices
4530 (choices
4541 (choices
4559 (choices
4570 (choices
4582 (choices
[all …]
/netbsd/src/external/gpl3/binutils/dist/config/
Ddfp.m436 Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
/netbsd/src/external/gpl3/gdb/dist/config/
Ddfp.m436 Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/rfc/
Drfc3948.txt636 so other solutions may exist. We first describe the generic choices
639 Generic choices for ESP transport mode:
656 Generic choices for ESP tunnel mode:
683 There are also implementation choices that offer limited
689 Limited interoperability choices for ESP transport mode:
702 Limited interoperability choices for ESP tunnel mode:
/netbsd/src/external/gpl3/binutils/dist/gold/
Doptions.h123 const char* choices[], int num_choices);
492 const char* choices[] = __VA_ARGS__; \
494 choices, sizeof(choices) / sizeof(*choices)); \
Doptions.cc278 const char* choices[], int num_choices) in parse_choices() argument
281 if (strcmp(choices[i], arg) == 0) in parse_choices()
291 choices_list += choices[i]; in parse_choices()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
DBUGS84 however, there are two choices: PSTRUCT + CPU_NR or PROCESSOR. I
/netbsd/src/sys/arch/hpcmips/stand/dspgen/
Dstatic_library_WCE_MIPS.tmpl18 !MESSAGE Possible choices for configuration are:
Dstatic_library_WCE_MIPS.tmpl.evc318 !MESSAGE Possible choices for configuration are:
/netbsd/src/external/bsd/wpa/dist/hostapd/
Dwps-ap-nfc.py284 parser.add_argument('command', choices=['write-config',

12345678