Home
last modified time | relevance | path

Searched refs:_commands (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dcommands_map.ipp49 for (typename impl_map::iterator iter = _commands.begin();
50 iter != _commands.end(); iter++)
67 INV(_commands.find(command->name()) == _commands.end());
70 _commands[ptr->name()] = ptr;
101 return _commands.empty();
136 typename impl_map::iterator iter = _commands.find(name);
137 if (iter == _commands.end())
153 typename impl_map::const_iterator iter = _commands.find(name);
154 if (iter == _commands.end())
H A Dcommands_map.hpp63 impl_map _commands; member in utils::cmdline::commands_map
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp217 _commands(commands_) in cmd_help()
234 general_help(ui, _options, _commands); in run()
238 const cli::cli_command* command = _commands->find(cmdname); in run()
H A Dcmd_help.hpp48 const utils::cmdline::commands_map< cli_command >* _commands; member in cli::cmd_help
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c2523 static struct command _commands[] = { variable
2567 for (i = 0; _commands[i].name; i++) in _usage()
2568 fprintf(out, "\t%s %s\n", _commands[i].name, _commands[i].help); in _usage()
2607 for (i = 0; _commands[i].name; i++) in _find_command()
2608 if (!strcmp(_commands[i].name, name)) in _find_command()
2609 return _commands + i; in _find_command()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DJSONCompilationDatabase.rst90 The convention is to name the file compile\_commands.json and put it at