OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:option_map
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/public-domain/xz/dist/src/xz/
options.c
31
}
option_map
;
typedef in typeref:struct:__anon24655
60
parse_options(const char *str, const
option_map
*opts,
167
static const
option_map
opts[] = {
211
static const
option_map
opts[] = {
334
static const
option_map
opts[] = {
/src/external/gpl3/gcc/dist/gcc/
opts-common.cc
432
struct
option_map
struct
449
static const struct
option_map
option_map
[] =
local
471
/* Given buffer P of size SZ, look for a prefix within
OPTION_MAP
;
479
for (unsigned i = 0; i < ARRAY_SIZE (
option_map
); i++)
481
const char * const old_prefix =
option_map
[i].opt0;
486
*out_new_prefix =
option_map
[i].new_prefix;
496
option_map
above provides various prefixes for spelling command-line
524
for (unsigned i = 0; i < ARRAY_SIZE (
option_map
); i++)
526
const char *opt0 =
option_map
[i].opt0
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc
432
struct
option_map
struct
449
static const struct
option_map
option_map
[] =
local
474
option_map
above provides various prefixes for spelling command-line
502
for (unsigned i = 0; i < ARRAY_SIZE (
option_map
); i++)
504
const char *opt0 =
option_map
[i].opt0;
505
const char *opt1 =
option_map
[i].opt1;
506
const char *new_prefix =
option_map
[i].new_prefix;
509
if (option->cl_reject_negative &&
option_map
[i].negated)
562
&& i < ARRAY_SIZE (
option_map
))
[
all
...]
/src/external/gpl3/gdb/dist/sim/igen/
ld-insn.c
622
static const name_map
option_map
[] = {
variable
671
option_names option = name2i (name,
option_map
);
/src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.c
622
static const name_map
option_map
[] = {
variable
671
option_names option = name2i (name,
option_map
);
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026