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

  /src/external/gpl3/binutils/dist/include/opcode/
ns32k.h 89 const char *default_args; /* default to those args when none given */ member in struct:ns32k_opcode
  /src/external/gpl3/binutils.old/dist/include/opcode/
ns32k.h 89 const char *default_args; /* default to those args when none given */ member in struct:ns32k_opcode
  /src/external/gpl3/gdb/dist/include/opcode/
ns32k.h 89 const char *default_args; /* default to those args when none given */ member in struct:ns32k_opcode
  /src/external/gpl3/gdb.old/dist/include/opcode/
ns32k.h 89 const char *default_args; /* default to those args when none given */ member in struct:ns32k_opcode
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.h 213 std::string default_args; member in struct:cmd_list_element
cli-cmds.c 1958 std::string default_args;
1960 = lookup_cmd_1 (& command, cmdlist, NULL, &default_args, 1);
1965 if (!default_args.empty ())
2002 const char *default_args = equals + 1;
2005 lookup_cmd_for_default_args (&default_args, &c_command_prefix);
2007 default_args == nullptr
2009 : default_args - equals - 1);
2118 gdb_assert (alias_cmd->default_args.empty ());
2119 if (default_args != nullptr)
2121 default_args = skip_spaces (default_args)
1953 std::string default_args; local
1997 const char *default_args = equals + 1; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.h 210 std::string default_args; member in struct:cmd_list_element
cli-cmds.c 1967 std::string default_args;
1969 = lookup_cmd_1 (& command, cmdlist, NULL, &default_args, 1);
1974 if (!default_args.empty ())
2011 const char *default_args = equals + 1;
2014 lookup_cmd_for_default_args (&default_args, &c_command_prefix);
2016 default_args == nullptr
2018 : default_args - equals - 1);
2127 gdb_assert (alias_cmd->default_args.empty ());
2128 if (default_args != nullptr)
2130 default_args = skip_spaces (default_args)
1962 std::string default_args; local
2006 const char *default_args = equals + 1; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
top.c 481 std::string default_args;
490 c = lookup_cmd (&cmd, cmdlist, "", &default_args, 0, 1);
497 if (!default_args.empty ())
500 default_args_and_arg = default_args + ' ' + p;
502 default_args_and_arg = default_args;
480 std::string default_args; local
  /src/external/gpl3/gdb.old/dist/gdb/
top.c 480 std::string default_args;
489 c = lookup_cmd (&cmd, cmdlist, "", &default_args, 0, 1);
496 if (!default_args.empty ())
499 default_args_and_arg = default_args + ' ' + p;
501 default_args_and_arg = default_args;
479 std::string default_args; local

Completed in 38 milliseconds