OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alias_cmd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c
2044
cmd_list_element *
alias_cmd
, *prefix_cmd, *cmd;
2046
if (lookup_cmd_composition (alias, &
alias_cmd
, &prefix_cmd, &cmd))
2050
/* If we found an existing
ALIAS_CMD
, check that the prefix differ or
2053
if (
alias_cmd
!= nullptr
2054
&&
alias_cmd
->prefix == prefix_cmd
2055
&& strcmp (alias_name,
alias_cmd
->name) == 0)
2067
struct cmd_list_element *
alias_cmd
;
2081
alias_cmd
= add_com_alias (xstrdup (alias_argv[0]), target_cmd,
2112
alias_cmd
= add_alias_cmd (xstrdup (alias_argv[alias_argc - 1]),
2117
gdb_assert (
alias_cmd
!= nullptr)
2039
cmd_list_element *
alias_cmd
, *prefix_cmd, *cmd;
local
2062
struct cmd_list_element *
alias_cmd
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c
2087
cmd_list_element *
alias_cmd
, *prefix_cmd, *cmd;
2089
if (lookup_cmd_composition (alias, &
alias_cmd
, &prefix_cmd, &cmd))
2093
/* If we found an existing
ALIAS_CMD
, check that the prefix differ or
2096
if (
alias_cmd
!= nullptr
2097
&&
alias_cmd
->prefix == prefix_cmd
2098
&& strcmp (alias_name,
alias_cmd
->name) == 0)
2110
struct cmd_list_element *
alias_cmd
;
2124
alias_cmd
= add_com_alias (xstrdup (alias_argv[0]), target_cmd,
2155
alias_cmd
= add_alias_cmd (xstrdup (alias_argv[alias_argc - 1]),
2160
gdb_assert (
alias_cmd
!= nullptr)
2082
cmd_list_element *
alias_cmd
, *prefix_cmd, *cmd;
local
2105
struct cmd_list_element *
alias_cmd
;
local
[
all
...]
Completed in 41 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026