HomeSort by: relevance | last modified time | path
    Searched defs:prefixcmd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/unittests/
command-def-selftests.c 149 struct cmd_list_element *c, *prefixcmd; local
166 /* All commands of *list must have a prefix command equal to PREFIXCMD,
169 prefixcmd = nullptr; /* A prefix command with an empty subcommand list. */
171 prefixcmd = (*list)->prefix;
184 if (prefixcmd != c->prefix
185 || (prefixcmd == nullptr && *list != cmdlist))
189 " command '%s' has null prefixcmd\n",
194 " command '%s' has a different prefixcmd\n",
  /src/external/gpl3/gdb/dist/gdb/unittests/
command-def-selftests.c 148 struct cmd_list_element *c, *prefixcmd; local
165 /* All commands of *list must have a prefix command equal to PREFIXCMD,
168 prefixcmd = nullptr; /* A prefix command with an empty subcommand list. */
170 prefixcmd = (*list)->prefix;
183 if (prefixcmd != c->prefix
184 || (prefixcmd == nullptr && *list != cmdlist))
188 " command '%s' has null prefixcmd\n",
193 " command '%s' has a different prefixcmd\n",
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.c 224 cmd_list_element *prefixcmd = lookup_cmd_with_subcommands (list, cmdlist); local
225 c->prefix = prefixcmd;
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.c 240 cmd_list_element *prefixcmd = lookup_cmd_with_subcommands (list, cmdlist); local
241 c->prefix = prefixcmd;

Completed in 24 milliseconds