| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-options.h | 124 typedef struct option_list { struct 125 struct option_list *next; 127 } OPTION_LIST;
|
| sim-options.h | 124 typedef struct option_list { struct 125 struct option_list *next; 127 } OPTION_LIST;
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-options.h | 124 typedef struct option_list { struct 125 struct option_list *next; 127 } OPTION_LIST;
|
| sim-options.h | 124 typedef struct option_list { struct 125 struct option_list *next; 127 } OPTION_LIST;
|
| /src/usr.bin/menuc/ |
| parse.y | 62 %type <optn_value> option option_list 115 opts ";" expaction dispact option_list exitact helpstr 164 option_list : option label 165 | option_list option { $2->next = $1; $$ = $2; }
|
| parse.y | 62 %type <optn_value> option option_list 115 opts ";" expaction dispact option_list exitact helpstr 164 option_list : option label 165 | option_list option { $2->next = $1; $$ = $2; }
|
| /src/external/gpl3/binutils/dist/binutils/ |
| defparse.y | 54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); } 238 option_list: label 240 | option_list opt_comma option
|
| defparse.y | 54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); } 238 option_list: label 240 | option_list opt_comma option
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| defparse.y | 54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); } 238 option_list: label 240 | option_list opt_comma option
|
| defparse.y | 54 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); } 238 option_list: label 240 | option_list opt_comma option
|
| /src/external/gpl2/xcvs/dist/diff/ |
| diff.c | 47 static char *option_list PARAMS((char **, int)); 83 option_list (optionvec, count) function 677 switch_string = option_list (argv + 1, optind - 1);
|
| diff.c | 47 static char *option_list PARAMS((char **, int)); 83 option_list (optionvec, count) function 677 switch_string = option_list (argv + 1, optind - 1);
|
| /src/external/bsd/libarchive/dist/cpio/ |
| cpio.h | 42 int option_list; /* -t */ member in struct:cpio
|
| cpio.h | 42 int option_list; /* -t */ member in struct:cpio
|
| /src/external/gpl2/diffutils/dist/src/ |
| diff.c | 113 option_list (char **optionvec, int count) function 708 switch_string = option_list (argv + 1, optind - 1);
|
| diff.c | 113 option_list (char **optionvec, int count) function 708 switch_string = option_list (argv + 1, optind - 1);
|
| /src/external/bsd/ppp/dist/pppd/ |
| options.c | 217 struct option_list { struct 219 struct option_list *next; 222 static struct option_list *extra_options = NULL; 778 struct option_list *list; 1037 struct option_list *list; 1178 struct option_list *list; 1282 struct option_list *list;
|
| options.c | 217 struct option_list { struct 219 struct option_list *next; 222 static struct option_list *extra_options = NULL; 778 struct option_list *list; 1037 struct option_list *list; 1178 struct option_list *list; 1282 struct option_list *list;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-nds32.c | 5490 enum nds32_insn_type option_list; 5778 enum nds32_insn_type optional = hint->option_list; 5483 enum nds32_insn_type option_list; member in struct:nds32_hint_map
|
| tc-nds32.c | 5490 enum nds32_insn_type option_list; 5778 enum nds32_insn_type optional = hint->option_list; 5483 enum nds32_insn_type option_list; member in struct:nds32_hint_map
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-nds32.c | 5485 enum nds32_insn_type option_list; 5773 enum nds32_insn_type optional = hint->option_list; 5478 enum nds32_insn_type option_list; member in struct:nds32_hint_map
|
| tc-nds32.c | 5485 enum nds32_insn_type option_list; 5773 enum nds32_insn_type optional = hint->option_list; 5478 enum nds32_insn_type option_list; member in struct:nds32_hint_map
|