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

  /src/external/bsd/kyua-cli/dist/utils/cmdline/
base_command.hpp 29 /// \file utils/cmdline/base_command.hpp
30 /// Provides the utils::cmdline::base_command class.
130 class base_command : public command_proto { class in namespace:utils::cmdline
151 base_command(const std::string&, const std::string&, const int, const int,
  /src/external/gpl2/texinfo/dist/makeinfo/
defun.c 695 char *base_command = xstrdup (command); /* command with any `x' removed */
699 base_command[strlen (base_command) - 1] = 0;
701 type = find_type_from_name (base_command);
715 base_command, command);
722 free (base_command);
694 char *base_command = xstrdup (command); \/* command with any `x' removed *\/ local
  /src/external/gpl3/gdb.old/dist/gdb/
stack.c 1954 base_command (const char *arg, int from_tty)
3290 &frame_cmd.base_command, _("\
3388 &select_frame_cmd.base_command, _("\
3463 = add_prefix_cmd ("frame", class_info, &info_frame_cmd.base_command,
1952 base_command (const char *arg, int from_tty) function
  /src/external/gpl3/gdb/dist/gdb/
stack.c 1952 base_command (const char *arg, int from_tty)
3296 &frame_cmd.base_command, _("\
3394 &select_frame_cmd.base_command, _("\
3469 = add_prefix_cmd ("frame", class_info, &info_frame_cmd.base_command,
1950 base_command (const char *arg, int from_tty) function

Completed in 19 milliseconds