OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmd_group
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c
1798
struct cmd_list_element *
cmd_group
= cmdlist;
1810
for (struct cmd_list_element *c =
cmd_group
; c != nullptr; c = c->next)
1820
cmd_group
= *c->subcommands;
1827
for (struct cmd_list_element *c =
cmd_group
; c != nullptr; c = c->next)
1793
struct cmd_list_element *
cmd_group
= cmdlist;
local
/src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c
1841
struct cmd_list_element *
cmd_group
= cmdlist;
1853
for (struct cmd_list_element *c =
cmd_group
; c != nullptr; c = c->next)
1863
cmd_group
= *c->subcommands;
1870
for (struct cmd_list_element *c =
cmd_group
; c != nullptr; c = c->next)
1836
struct cmd_list_element *
cmd_group
= cmdlist;
local
Completed in 97 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026