OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matching_opt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/common/
sim-options.c
1028
const OPTION *
matching_opt
= NULL;
local
1063
matching_opt
= opt;
1073
return
matching_opt
;
1145
const OPTION *
matching_opt
= NULL;
local
1172
matching_opt
= find_match (sd, cpu, argv, &matching_argi);
1181
if (
matching_opt
== NULL)
1184
matching_opt
= find_match (sd, NULL, argv, &matching_argi);
1187
if (
matching_opt
!= NULL)
1189
switch (
matching_opt
->opt.has_arg)
1193
matching_opt
->handler (sd, cpu, matching_opt->opt.val
[
all
...]
/src/external/gpl3/gdb/dist/sim/common/
sim-options.c
1028
const OPTION *
matching_opt
= NULL;
local
1063
matching_opt
= opt;
1073
return
matching_opt
;
1145
const OPTION *
matching_opt
= NULL;
local
1172
matching_opt
= find_match (sd, cpu, argv, &matching_argi);
1181
if (
matching_opt
== NULL)
1184
matching_opt
= find_match (sd, NULL, argv, &matching_argi);
1187
if (
matching_opt
!= NULL)
1189
switch (
matching_opt
->opt.has_arg)
1193
matching_opt
->handler (sd, cpu, matching_opt->opt.val
[
all
...]
Completed in 64 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026