Searched refs:opt_name (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | defparse.y | 40 %type <id> opt_name opt_equal_name 49 NAME opt_name opt_base { def_name ($2, $3); } 50 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); } 141 opt_name: ID { $$ =$1; }
|
| D | ChangeLog-9899 | 1055 * defparse.y (opt_name): Allow "." in name.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | defparse.y | 40 %type <id> opt_name opt_equal_name 49 NAME opt_name opt_base { def_name ($2, $3); } 50 | LIBRARY opt_name opt_base option_list { def_library ($2, $3); } 141 opt_name: ID { $$ =$1; }
|
| D | ChangeLog-9899 | 1055 * defparse.y (opt_name): Allow "." in name.
|
| /openbsd/src/gnu/usr.bin/texinfo/doc/ |
| D | help2man | 61 my ($opt_name, @opt_include, $opt_output, $opt_no_info); 63 'n|name=s' => \$opt_name, 234 $include{NAME} = "$program \\- $opt_name\n" if $opt_name;
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | deffilep.y | 116 %type <id> opt_name opt_equal_name dot_name 125 NAME opt_name opt_base { def_name ($2, $3); } 126 | LIBRARY opt_name opt_base { def_library ($2, $3); } 215 opt_name: ID { $$ = $1; }
|
| D | ChangeLog-0001 | 3367 * deffilep.y (opt_name): Allow "." in name.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | deffilep.y | 115 %type <id> opt_name opt_equal_name dot_name 124 NAME opt_name opt_base { def_image_name ($2, $3, 0); } 125 | LIBRARY opt_name opt_base { def_image_name ($2, $3, 1); } 214 opt_name: ID { $$ = $1; }
|
| D | ChangeLog-0001 | 3367 * deffilep.y (opt_name): Allow "." in name.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/ |
| D | Prove.pm | 433 ( my $opt_name = lc $handler ) =~ s/::/-/g; 437 "$opt_name-option=s%" => sub {
|
| /openbsd/src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ |
| D | Man.pm | 882 if (defined $self->{opt_name}) { 883 $name = $self->{opt_name};
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCTrampolineHandler.cpp | 1168 const char *opt_name = g_opt_dispatch_names[(*pos).second]; in GetStepThroughDispatchPlan() local 1170 thread, *this, opt_name); in GetStepThroughDispatchPlan()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/bin/ |
| D | zipdetails | 1021 my ($opt_name, $opt_value) = @_; 7010 my $opt_name = shift; 7014 die "Encoding '$opt_value' not found for option '$opt_name'\n" 7017 if ($opt_name eq 'encoding') 7021 elsif ($opt_name eq 'output-encoding') 7027 die "Unknown option $opt_name\n" 7033 my $opt_name = shift; 7041 my $opt_name = shift;
|
| /openbsd/src/gnu/llvm/clang/tools/c-index-test/ |
| D | c-index-test.c | 218 static int parse_remapped_files_with_opt(const char *opt_name, in parse_remapped_files_with_opt() argument 225 int prefix_len = strlen(opt_name); in parse_remapped_files_with_opt() 232 if (strncmp(argv[arg], opt_name, prefix_len)) in parse_remapped_files_with_opt() 257 "error: %sfrom:to argument is missing comma\n", opt_name); in parse_remapped_files_with_opt() 328 char opt_name[32]; in parse_remapped_files_with_try() local 335 sprintf(opt_name, "-remap-file-%d=", try_idx); in parse_remapped_files_with_try() 336 ret = parse_remapped_files_with_opt(opt_name, argc, argv, start_arg, in parse_remapped_files_with_try()
|
| /openbsd/src/gnu/llvm/llvm/utils/UpdateTestChecks/ |
| D | common.py | 1178 opt_name = 'filter-out' if elem.is_filter_out else 'filter' 1180 new_arg = '--%s "%s" ' % (opt_name, opt_value.strip('"'))
|