Searched refs:option_list (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/usr.bin/menuc/ |
| D | parse.y | 62 %type <optn_value> option option_list 115 opts ";" expaction dispact option_list exitact helpstr 164 option_list : option 165 | option_list option { $2->next = $1; $$ = $2; }
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-options.h | 124 typedef struct option_list { struct 125 struct option_list *next; argument
|
| D | sim-options.c | 47 struct option_list *ol = ((struct option_list *) in sim_add_option_table() 48 xmalloc (sizeof (struct option_list))); in sim_add_option_table() 588 const struct option_list *ol; in sim_parse_args() 802 print_help (SIM_DESC sd, sim_cpu *cpu, const struct option_list *ol, int is_command) in print_help() 1025 const struct option_list *ol; in find_match() 1077 complete_option_list (char **ret, size_t *cnt, const struct option_list *ol, in complete_option_list()
|
| D | sim-cpu.h | 63 struct option_list *options;
|
| D | sim-base.h | 129 struct option_list *options;
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | defparse.y | 54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); } 234 option_list: 236 | option_list opt_comma option
|
| D | ChangeLog-9899 | 501 (command): Add option_list after LIBRARY. 503 (option_list, option): New nonterminals.
|
| /netbsd/src/external/bsd/libarchive/dist/cpio/ |
| D | cpio.h | 42 int option_list; /* -t */ member
|
| D | cpio.c | 327 cpio->option_list = 1; in main() 371 if (cpio->option_list && cpio->mode == '\0') in main() 374 if (cpio->option_list && cpio->mode != 'i') in main() 377 if (cpio->option_numeric_uid_gid && !cpio->option_list) in main() 409 if (cpio->option_list) in main()
|
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | options.c | 217 struct option_list { struct 219 struct option_list *next; argument 222 static struct option_list *extra_options = NULL; 778 struct option_list *list; in find_option() 1037 struct option_list *list; in ppp_add_options() 1178 struct option_list *list; in print_options() 1282 struct option_list *list; in showopts()
|
| /netbsd/src/external/gpl2/xcvs/dist/diff/ |
| D | diff.c | 47 static char *option_list PARAMS((char **, int)); 83 option_list (optionvec, count) in option_list() function 674 switch_string = option_list (argv + 1, optind - 1);
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_parser.y | 346 %type <Attr_val_fifo> option_list 444 : client_type address option_list 479 option_list 482 | option_list option
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mips/ |
| D | interp.c | 607 struct option_list * ol; in sim_open() 608 struct option_list * prev; in sim_open()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-nds32.c | 5483 enum nds32_insn_type option_list; member 5771 enum nds32_insn_type optional = hint->option_list; in nds32_find_reloc_table()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-tic54x.texi | 552 @item .option @var{option_list}
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2018 | 1179 (struct nds32_hint_map): Add `option_list' field.
|