Searched refs:base_command (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl2/texinfo/dist/makeinfo/ |
H A D | defun.c | 694 char *base_command = xstrdup (command); /* command with any `x' removed */ in cm_defun() local 698 base_command[strlen (base_command) - 1] = 0; in cm_defun() 700 type = find_type_from_name (base_command); in cm_defun() 714 base_command, command); in cm_defun() 721 free (base_command); in cm_defun()
|
/netbsd/external/bsd/kyua-cli/dist/utils/cmdline/ |
H A D | base_command.hpp | 130 class base_command : public command_proto { class 151 base_command(const std::string&, const std::string&, const int, const int,
|
H A D | base_command.ipp | 32 #include "utils/cmdline/base_command.hpp" 64 base_command< Data >::base_command(const std::string& name_, 94 base_command< Data >::main(ui* ui, const args_vector& args, const Data& data)
|
H A D | base_command_test.cpp | 51 class mock_cmd : public cmdline::base_command< Data > { 61 cmdline::base_command< Data >("mock", "arg1 [arg2 [arg3]]", 1, 3, in mock_cmd()
|
/netbsd/external/bsd/kyua-cli/dist/cli/ |
H A D | common.hpp | 75 typedef utils::cmdline::base_command< utils::config::tree > cli_command;
|
H A D | common.ipp | 30 #include "utils/cmdline/base_command.ipp"
|
/netbsd/external/bsd/kyua-cli/lib/utils/ |
H A D | Makefile | 19 SRCS+= cmdline/base_command.cpp \
|
/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | stack.c | 1974 base_command (const char *arg, int from_tty) in base_command() function 3343 &frame_cmd.base_command, _("\ in _initialize_stack() 3441 &select_frame_cmd.base_command, _("\ in _initialize_stack() 3514 add_prefix_cmd ("frame", class_info, &info_frame_cmd.base_command, in _initialize_stack()
|
/netbsd/external/gpl3/gdb.old/dist/gdb/ |
H A D | stack.c | 1974 base_command (const char *arg, int from_tty) in base_command() function 3343 &frame_cmd.base_command, _("\ in _initialize_stack() 3441 &select_frame_cmd.base_command, _("\ in _initialize_stack() 3514 add_prefix_cmd ("frame", class_info, &info_frame_cmd.base_command, in _initialize_stack()
|