Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-982 * add (subcommand): Adding files.
85 * Admin (subcommand): admin.
92 * annotate (subcommand): annotate.
134 * checkout (subcommand): checkout.
144 * co (subcommand): checkout.
148 * commit (subcommand): commit.
242 * diff (subcommand): diff.
250 * edit (subcommand): Editing files.
259 * editors (subcommand): Watch information.
278 * export (subcommand): export.
[all …]
H A Dcvs.texinfo1871 @cindex init (subcommand)
2257 @cindex pserver (subcommand)
2456 @cindex Login (subcommand)
2547 @cindex Logout (subcommand)
3491 @cindex tag (subcommand)
3523 @cindex rtag (subcommand)
4145 the @samp{-j @var{branchname}} flag to the @code{update} subcommand. With one
4637 @cindex add (subcommand)
4765 @cindex Remove (subcommand)
5348 @cindex annotate (subcommand)
[all …]
H A Dcvs.info-3630 giving the `-j BRANCHNAME' flag to the `update' subcommand. With one
H A DChangeLog54 version subcommand
2891 * cvs.texinfo (Setting up): Add index entry for "init (subcommand)".
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-platform.cpp90 static void display_usage(const char *progname, const char *subcommand) { in display_usage() argument
94 progname, subcommand); in display_usage()
144 const char *subcommand = argv[1]; in main_platform() local
271 display_usage(progname, subcommand); in main_platform()
H A Dlldb-gdbserver.cpp197 const char *const progname, const char *const subcommand, in ConnectToRemote() argument
340 const char *subcommand = argv[1]; in main_gdbserver() local
463 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver()
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst12 :program:`llvm-pdbutil` [*subcommand*] [*options*]
52 The **pretty** subcommand is built on the Windows DIA SDK, and as such is not
60 The *pretty* subcommand displays a very high level representation of your
256 The **dump** subcommand displays low level information about the structure of a
262 The **dump** subcommand exposes internal details of the file format. As
430 Like the **dump** subcommand, the **bytes** subcommand displays low level
432 forensics. The **bytes** subcommand finds various structures in a PDB file
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectHelp.cpp21 llvm::StringRef subcommand, bool include_upropos, in GenerateAdditionalHelpAvenuesMessage() argument
28 std::string subcommand_str = subcommand.str(); in GenerateAdditionalHelpAvenuesMessage()
H A DCommandObjectHelp.h30 llvm::StringRef subcommand, bool include_upropos = true,
H A DOptionsBase.td109 // The full associated command/subcommand such as "settings set".
/openbsd-src/gnu/llvm/llvm/docs/
H A DXRayExample.rst279 of being developed. One interesting subcommand that can highlight a few
280 interesting things is the ``graph`` subcommand. Given for example the following
H A DXRay.rst307 subcommand to conveniently represent a function call graph with statistics
H A DCMake.rst1099 ninja: build stopped: subcommand failed.
H A DWritingAnLLVMPass.rst261 USAGE: opt [subcommand] [options] <input bitcode file>
/openbsd-src/sys/dev/ata/
H A Datascsi.c1865 atascsi_port_set_features(struct atascsi_port *ap, int subcommand, int arg) in atascsi_port_set_features() argument
1875 xa->fis->features = subcommand; in atascsi_port_set_features()
/openbsd-src/gnu/llvm/clang/docs/
H A DRefactoringEngine.rst70 ``clang-refactor`` subcommand. The first rule will describe a local operation
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst687 For more help on any particular subcommand, type 'help <command> <subcommand>'.
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x3439 subcommand, but an argument to a command).
4576 "environment" subcommand of "delete".
4587 * command.c (lookup_cmd): A null string subcommand is treated as
4588 an unknown subcommand rather than an ambiguous one (eg. "set $x =
H A DChangeLog-19941419 (_initialize_cp_valprint): New print set subcommand
2461 * valprint.c (_initialize_valprint): New print set subcommand
H A DChangeLog-19923071 under new maintenance print subcommand.
3165 list of possibilities when no subcommand is specified.
H A DChangeLog-19985558 subcommand of "maintenance", as it should have been from the
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo736 has a recursive subcommand capability, where the first argument to
6541 @code{info} subcommand, @samp{_info}. For example, the @code{step}
6569 gdb easier. The @code{info} command, when executed without a subcommand
/openbsd-src/gnu/usr.bin/cvs/src/
H A DChangeLog-971169 * sanity.sh (rcslib): Change "cvs" to "${PROG}" and subcommand
H A DChangeLog-962598 command option parsing should be up to each subcommand and the -H
H A DChangeLog19 * main.c (cmd_usage): Add missing version subcommand.