Home
last modified time | relevance | path

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

12345678910>>...28

/openbsd-src/usr.bin/tmux/
H A Dcmd-parse.y54 struct cmd_parse_commands *commands; member
83 struct cmd_parse_commands *commands; member
109 struct cmd_parse_commands *commands; member
111 struct cmd_parse_commands *commands; member
128 %type <commands> argument_statements statements statement
129 %type <commands> commands condition condition1
139 ps->commands = $1;
174 | commands
330 cmd_parse_free_commands($4.commands);
[all...]
/openbsd-src/gnu/lib/libreadline/examples/
H A Dfileman.c83 COMMAND commands[] = { variable
200 for (i = 0; commands[i].name; i++)
201 if (strcmp (name, commands[i].name) == 0)
202 return (&commands[i]);
294 while (name = commands[list_index].name)
392 for (i = 0; commands[i].name; i++)
394 if (!*arg || (strcmp (arg, commands[i].name) == 0))
396 printf ("%s\t\t%s.\n", commands[i].name, commands[i].doc);
405 for (i = 0; commands[i].name; i++)
414 printf ("%s\t", commands[i].name);
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DShCommands.py62 def __init__(self, commands, negate=False, pipe_err=False): argument
63 self.commands = commands
68 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
75 return ((self.commands, self.negate, self.pipe_err) ==
76 (other.commands, other.negate, self.pipe_err))
83 for cmd in self.commands:
85 if cmd is not self.commands[-1]:
/openbsd-src/gnu/llvm/lldb/tools/intel-features/
H A DREADME.txt4 * This file provides all the information regarding new CLI commands that *
23 agglomerates all cli commands for various hardware features. This wrapper is
25 commands.
27 For each hardware feature, separate cli commands have been developed that are
31 For details regarding cli commands of each feature, please refer to these
58 All CLI commands provided by this shared library can be used through the LLDB's
68 commands.
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp15 const llvm::ArrayRef<std::string> &commands, in RunLLDBCommands() argument
17 if (commands.empty()) in RunLLDBCommands()
22 for (const auto &command : commands) { in RunLLDBCommands()
40 const llvm::ArrayRef<std::string> &commands) { in RunLLDBCommands() argument
43 RunLLDBCommands(prefix, commands, strm); in RunLLDBCommands()
H A DREADME.md93 |**initCommands** |[string]| | LLDB commands executed upon debugger startup prior to creating the…
94 |**preRunCommands** |[string]| | LLDB commands executed just before launching after the LLDB target…
95 |**stopCommands** |[string]| | LLDB commands executed just after each stop. Commands and command …
96 |**exitCommands** |[string]| | LLDB commands executed when the program exits. Commands and comman…
97 |**terminateCommands** |[string]| | LLDB commands executed when the debugging session ends. Command…
120 |**initCommands** |[string]| | LLDB commands executed upon debugger startup prior to creating the…
121 |**preRunCommands** |[string]| | LLDB commands executed just before launching after the LLDB target…
122 |**stopCommands** |[string]| | LLDB commands executed just after each stop. Commands and command …
123 |**exitCommands** |[string]| | LLDB commands executed when the program exits. Commands and comman…
124 |**terminateCommands** |[string]| | LLDB commands executed when the debugging session ends. Command…
[all …]
H A DLLDBUtils.h37 const llvm::ArrayRef<std::string> &commands,
56 const llvm::ArrayRef<std::string> &commands);
/openbsd-src/usr.bin/vi/docs/internals/
H A Dquoting23 4: In the ex commands themselves.
25 1: Vi text input mode (a, i, o, :colon commands, etc.):
76 4: The ex commands:
78 Ex commands are delimited by '|' or newline characters.
79 Within the commands, whitespace characters delimit the
82 commands, control-V escapes the next character, instead.
88 Escaping characters in file names in ex commands:
108 4: Escaping characters in non-file arguments in ex commands:
119 These commands use whitespace to delimit their arguments, and use
133 4.1: The edit/ex commands:
[all …]
H A Dcontext11 ex commands: undo, "z.", global, v
13 vi commands: (, ), {, }, %, [[, ]], ^]
21 vi commands: '<mark>, G, H, L, M, z
27 vi commands: `<mark>, /, ?, N, n
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DInterpreterProperties.td7 …ession alias commands will show the expanded command that will be executed. This can be used to de…
31 def EchoCommands: Property<"echo-commands", "Boolean">,
34 Desc<"If true, commands will be echoed before they are evaluated.">;
35 def EchoCommentCommands: Property<"echo-comment-commands", "Boolean">,
38 Desc<"If true, commands will be echoed even if they are pure comment lines.">;
46 …"If true, require --overwrite in 'command script add' before overwriting existing user commands.">;
/openbsd-src/usr.bin/mg/
H A DREADME71 some commands like "shell-command-on-region" always pop up a buffer to
74 While navigating source code using Mg's cscope commands, the cursor
76 the same keybindings of GNU Emacs's xcscope package for it's cscope commands.
77 As Mg's keybindings are case-insensitive some of the commands don't have a
82 insert and define-key are new commands corresponding to the mocklisp
88 Some commands that do not mimic emacs exactly don't have a "standard"
90 implementation of emacs' range of commands that allow a user to
92 were coded of these commands the non standard commands would probably
/openbsd-src/gnu/llvm/llvm/utils/
H A Dupdate_llc_test_checks.py63 commands = [cmd.strip() for cmd in l.split('|')]
64 assert len(commands) >= 2
66 if len(commands) > 2:
67 preprocess_cmd = " | ".join(commands[:-2])
68 llc_cmd = commands[-2]
69 filecheck_cmd = commands[-1]
H A Dupdate_test_checks.py90 commands = [cmd.strip() for cmd in l.split('|')]
91 assert len(commands) >= 2
93 if len(commands) > 2:
94 preprocess_cmd = " | ".join(commands[:-2])
95 tool_cmd = commands[-2]
96 filecheck_cmd = commands[-1]
/openbsd-src/gnu/usr.bin/perl/t/win32/
H A Dsystem_tests34 my @commands = (
90 print "1.." . (@commands * @av * 3) . "\n";
91 for my $cmds (@commands) {
/openbsd-src/gnu/llvm/lldb/examples/customization/bin-utils/
H A DREADME6 following commands: 'itob' and 'utob'.
10 Python module which provides implementation for the 'itob' and 'utob' commands.
19 file imports the utils Python module and adds the 'itob' and 'utob' commands.
/openbsd-src/bin/chio/
H A Dchio.c85 const struct changer_command commands[] = { variable
141 for (i = 0; commands[i].cc_name != NULL; ++i) in main()
142 if (strcmp(*argv, commands[i].cc_name) == 0) in main()
144 if (commands[i].cc_name == NULL) { in main()
146 for (i = 0; commands[i].cc_name != NULL; ++i) in main()
147 if (strncmp(*argv, commands[i].cc_name, in main()
151 if (commands[i].cc_name == NULL) in main()
154 exit((*commands[i].cc_handler)(commands[i].cc_name, argc, argv)); in main()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointLocation.cpp274 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() argument
275 LLDB_INSTRUMENT_VA(this, commands); in SetCommandLineCommands()
280 if (commands.GetSize() == 0) in SetCommandLineCommands()
286 new BreakpointOptions::CommandData(*commands, eScriptLanguageNone)); in SetCommandLineCommands()
291 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() argument
292 LLDB_INSTRUMENT_VA(this, commands); in GetCommandLineCommands()
301 commands.AppendList(command_list); in GetCommandLineCommands()
/openbsd-src/bin/ed/
H A DPOSIX23 1) BSD commands have been implemented wherever they do not conflict with
31 2) The POSIX interactive global commands `G' and `V' are extended to
32 support multiple commands, including `a', `i' and `c'. The command
33 format is the same as for the global commands `g' and `v', i.e., one
37 3) An extension to the POSIX file commands `E', `e', `r', `W' and `w' is
69 `u' within a global command undoes all previous commands (including
/openbsd-src/gnu/usr.bin/binutils/etc/
H A Dmake-stds.texi44 * Install Command Categories:: Three categories of commands in the `install'
145 Write the Makefile commands (and any shell scripts, such as
210 Makefiles should provide variables for overriding certain commands, options,
237 compilation commands or by defining an implicit rule, like this:
266 commands for actual installation, for executables and nonexecutables
288 the installation commands. Use a separate command for each file to be
471 The Makefile commands should check whether the value of
589 The commands should create all the directories in which files are to be
629 commands into three categories: normal ones, @dfn{pre-installation}
630 commands and @dfn{post-installation} commands. @xref{Install Command
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/etc/
H A Dmake-stds.texi44 * Install Command Categories:: Three categories of commands in the `install'
145 Write the Makefile commands (and any shell scripts, such as
210 Makefiles should provide variables for overriding certain commands, options,
237 compilation commands or by defining an implicit rule, like this:
266 commands for actual installation, for executables and nonexecutables
288 the installation commands. Use a separate command for each file to be
471 The Makefile commands should check whether the value of
589 The commands should create all the directories in which files are to be
629 commands into three categories: normal ones, @dfn{pre-installation}
630 commands and @dfn{post-installation} commands. @xref{Install Command
[all …]
/openbsd-src/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/
H A DREADME6 following commands: 'pwd', 'cd', and 'system'.
10 Python module which provides implementation for the 'cd' and 'system' commands.
20 commands.
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dtutorial.rst14 …e-form, we tried to make the lldb command syntax fairly structured. The commands are all of the fo…
21 across all the commands. The command syntax for basic commands is very simple,
59 commands are more verbose but also more precise and allow for intelligent auto
78 conditions or commands without having to specify them multiple times:
114 on command names, so the following two commands will both execute the same
130 The individual commands are pretty extensively documented. You can use the help
131 command to get an overview of which commands are available or to obtain details
132 about specific commands. There is also an apropos command that will search the
133 help text for all commands for a particular word and dump a summary help string
136 Finally, there is a mechanism to construct aliases for commonly used commands.
[all …]
/openbsd-src/usr.bin/vi/docs/
H A Dev8 Meta key commands:
25 Single key commands:
27 ^C ^C Interrupt long-running commands.
54 New ex mode commands:
/openbsd-src/usr.bin/rsync/
H A Drules.c48 } commands[] = { variable
136 for (i = 0; commands[i].type != RULE_NONE; i++) {
137 if (strncmp(commands[i].lopt, command, len) == 0)
138 return commands[i].type;
139 if (len == 1 && commands[i].sopt == *command)
140 return commands[i].type;
/openbsd-src/gnu/llvm/lldb/docs/man/
H A Dlldb.rst58 Tells the debugger to run the commands from -s, -S, -o & -O, and then quit.
106 …Tells the debugger to read in and execute the lldb commands in the given file, before any file has…
110 When in batch mode, tells the debugger to source this file of lldb commands if the target crashes.
114 …Tells the debugger not to echo commands while sourcing files or one-line commands provided on the …
118 …Tells the debugger to read in and execute the lldb commands in the given file, after any file has …
284 run the specified commands before or after events, like loading the file or
291 Note: In REPL mode no file is loaded, so commands specified to run after
298 descriptions and examples of all :program:`lldb` commands. To get help on
302 commands for a given term ‐‐ this is useful for locating a command by topic.
309 :program:`lldb` reads things like settings, aliases and commands from the

12345678910>>...28