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

  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.c 52 struct cmd_list_element **prefix_cmd,
1746 struct cmd_list_element *c, *alias, *prefix_cmd, *c_cmd;
1766 lookup_cmd_composition (orig_command, &alias, &prefix_cmd, &c_cmd);
2478 within its own scope so that the PREFIX_CMD local is not visible
2479 later in this function. The value returned in PREFIX_CMD is based on
2486 struct cmd_list_element *prefix_cmd = nullptr;
2487 if (!lookup_cmd_composition_1 (text, &alias, &prefix_cmd, &cmd, list))
2558 command) set *PREFIX_CMD.
2563 If any of *ALIAS, *PREFIX_CMD, or *CMD cannot be determined or do not
2571 struct cmd_list_element **prefix_cmd,
1745 struct cmd_list_element *c, *alias, *prefix_cmd, *c_cmd; local
2484 struct cmd_list_element *prefix_cmd = nullptr; local
    [all...]
cli-script.c 1517 struct cmd_list_element *alias, *prefix_cmd, *c;
1523 lookup_cmd_composition (comfull, &alias, &prefix_cmd, &c);
1514 struct cmd_list_element *alias, *prefix_cmd, *c; local
cli-cmds.c 342 If the found command is a postfix command, set *PREFIX_CMD to its
347 struct cmd_list_element **prefix_cmd)
373 has specified an alias, and find the possible prefix_cmd
378 &alias, prefix_cmd, &cmd);
2044 cmd_list_element *alias_cmd, *prefix_cmd, *cmd;
2046 if (lookup_cmd_composition (alias, &alias_cmd, &prefix_cmd, &cmd))
2054 && alias_cmd->prefix == prefix_cmd
2060 if (cmd->prefix == prefix_cmd
375 &alias, prefix_cmd, &cmd); local
2039 cmd_list_element *alias_cmd, *prefix_cmd, *cmd; local
  /src/external/gpl3/gdb/dist/gdb/
maint.c 673 struct cmd_list_element *prefix_cmd = NULL; local
684 if (!lookup_cmd_composition (text, &alias, &prefix_cmd, &cmd))
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.c 52 struct cmd_list_element **prefix_cmd,
1746 struct cmd_list_element *c, *alias, *prefix_cmd, *c_cmd;
1766 lookup_cmd_composition (orig_command, &alias, &prefix_cmd, &c_cmd);
2471 within its own scope so that the PREFIX_CMD local is not visible
2472 later in this function. The value returned in PREFIX_CMD is based on
2479 struct cmd_list_element *prefix_cmd = nullptr;
2480 if (!lookup_cmd_composition_1 (text, &alias, &prefix_cmd, &cmd, list))
2551 command) set *PREFIX_CMD.
2556 If any of *ALIAS, *PREFIX_CMD, or *CMD cannot be determined or do not
2564 struct cmd_list_element **prefix_cmd,
1745 struct cmd_list_element *c, *alias, *prefix_cmd, *c_cmd; local
2477 struct cmd_list_element *prefix_cmd = nullptr; local
    [all...]
cli-script.c 1517 struct cmd_list_element *alias, *prefix_cmd, *c;
1523 lookup_cmd_composition (comfull, &alias, &prefix_cmd, &c);
1514 struct cmd_list_element *alias, *prefix_cmd, *c; local
cli-cmds.c 341 If the found command is a postfix command, set *PREFIX_CMD to its
346 struct cmd_list_element **prefix_cmd)
372 has specified an alias, and find the possible prefix_cmd
377 &alias, prefix_cmd, &cmd);
2053 cmd_list_element *alias_cmd, *prefix_cmd, *cmd;
2055 if (lookup_cmd_composition (alias, &alias_cmd, &prefix_cmd, &cmd))
2063 && alias_cmd->prefix == prefix_cmd
2069 if (cmd->prefix == prefix_cmd
374 &alias, prefix_cmd, &cmd); local
2048 cmd_list_element *alias_cmd, *prefix_cmd, *cmd; local
  /src/external/gpl3/gdb.old/dist/gdb/
maint.c 665 struct cmd_list_element *prefix_cmd = NULL; local
676 if (!lookup_cmd_composition (text, &alias, &prefix_cmd, &cmd))

Completed in 41 milliseconds