/openbsd/usr.bin/tmux/ |
H A D | cmd-parse.y | 129 %type <commands> commands condition condition1 139 ps->commands = $1; 174 | commands 332 $$ = $4.commands; 347 $$ = $4.commands; 376 $$.commands = $4.commands; 386 commands : command 397 | commands ';' 475 | if_open commands if_else commands if_close 499 | if_open commands elif1 if_else commands if_close [all …]
|
/openbsd/gnu/lib/libreadline/examples/ |
H A D | fileman.c | 83 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/gnu/llvm/llvm/utils/lit/lit/ |
H A D | ShCommands.py | 62 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/gnu/llvm/lldb/tools/intel-features/ |
H A D | README.txt | 4 * 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/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | LLDBUtils.cpp | 15 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 D | README.md | 93 |**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 D | LLDBUtils.h | 37 const llvm::ArrayRef<std::string> &commands, 56 const llvm::ArrayRef<std::string> &commands);
|
/openbsd/usr.bin/vi/docs/internals/ |
H A D | quoting | 23 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: 133 4.1: The edit/ex commands: 140 In addition, the edit and ex commands have historically 147 with how it is handled in other commands. [all …]
|
H A D | context | 11 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/gnu/llvm/lldb/source/Interpreter/ |
H A D | InterpreterProperties.td | 7 …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/usr.bin/mg/ |
H A D | README | 71 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/gnu/llvm/llvm/utils/ |
H A D | update_llc_test_checks.py | 63 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 D | update_test_checks.py | 90 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/gnu/usr.bin/perl/t/win32/ |
H A D | system_tests | 34 my @commands = ( 90 print "1.." . (@commands * @av * 3) . "\n"; 91 for my $cmds (@commands) {
|
/openbsd/gnu/llvm/lldb/examples/customization/bin-utils/ |
H A D | README | 6 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/bin/chio/ |
H A D | chio.c | 85 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/gnu/llvm/lldb/source/API/ |
H A D | SBBreakpointLocation.cpp | 274 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/bin/ed/ |
H A D | POSIX | 23 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/gnu/usr.bin/binutils/etc/ |
H A D | make-stds.texi | 145 Write the Makefile commands (and any shell scripts, such as 471 The Makefile commands should check whether the value of 630 commands and @dfn{post-installation} commands. @xref{Install Command 844 @cindex pre-installation commands 845 @cindex post-installation commands 848 commands and @dfn{post-installation} commands. 858 commands, and post-installation commands are typically run after the 859 normal commands. 873 specifies the category for the commands that follow. 888 $(NORMAL_INSTALL) # @r{Normal commands follow.} [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/etc/ |
H A D | make-stds.texi | 145 Write the Makefile commands (and any shell scripts, such as 471 The Makefile commands should check whether the value of 630 commands and @dfn{post-installation} commands. @xref{Install Command 844 @cindex pre-installation commands 845 @cindex post-installation commands 848 commands and @dfn{post-installation} commands. 858 commands, and post-installation commands are typically run after the 859 normal commands. 873 specifies the category for the commands that follow. 888 $(NORMAL_INSTALL) # @r{Normal commands follow.} [all …]
|
/openbsd/gnu/llvm/lldb/examples/customization/pwd-cd-and-system/ |
H A D | README | 6 following commands: 'pwd', 'cd', and 'system'. 10 Python module which provides implementation for the 'cd' and 'system' commands. 20 commands.
|
/openbsd/gnu/llvm/lldb/docs/use/ |
H A D | tutorial.rst | 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 152 is more convenient to make the basic commands unique down to a letter or two, 182 The lldb command parser also supports "raw" commands, where, after command 184 uninterpreted to the command. This is convenient for commands whose arguments 189 commands still can have options, if your command string has dashes in it, 298 commands. You can also specify this explicitly by passing the "--command" 522 There are many commands that won't work while running, and the command [all …]
|
/openbsd/usr.bin/vi/docs/ |
H A D | ev | 8 Meta key commands: 25 Single key commands: 27 ^C ^C Interrupt long-running commands. 54 New ex mode commands:
|
/openbsd/usr.bin/rsync/ |
H A D | rules.c | 48 } 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/gnu/llvm/lldb/docs/man/ |
H A D | lldb.rst | 58 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
|