Searched refs:shell_command (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | tmux.c | 44 const char *shell_command; variable 388 shell_command = optarg; in main() 446 if (shell_command != NULL && argc != 0) in main()
|
| D | client.c | 249 if (shell_command != NULL) { in client_main() 688 client_exec(data, shell_command); in client_dispatch_wait()
|
| D | tmux.h | 2141 extern const char *shell_command; 2143 extern const char *shell_command;
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-cmds.c | 969 shell_command (const char *arg, int from_tty) in shell_command() function 1135 const char *shell_command = skip_spaces (arg); in pipe_command() local 1136 if (*shell_command == '\0') in pipe_command() 1139 FILE *to_shell_command = popen (shell_command, "w"); in pipe_command() 1142 error (_("Error launching \"%s\""), shell_command); in pipe_command() 1159 error (_("shell command \"%s\" failed: %s"), shell_command, in pipe_command() 2803 = add_com ("shell", class_support, shell_command, _("\ in _initialize_cli_cmds()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2017 | 3582 (help_command, complete_command, shell_command, edit_command) 15263 (shell_command): New function. 15265 (init_cli_cmds): Register shell_command instead of shell_escape.
|
| D | ChangeLog-2011 | 3287 instead of xmalloc for argv. Move len and shell_command
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | gdb.texinfo | 1654 @item pipe [@var{command}] | @var{shell_command} 1655 @itemx | [@var{command}] | @var{shell_command} 1656 @itemx pipe -d @var{delim} @var{command} @var{delim} @var{shell_command} 1657 @itemx | -d @var{delim} @var{command} @var{delim} @var{shell_command} 1658 Executes @var{command} and sends its output to @var{shell_command}. 1664 the @var{command} from the @var{shell_command}.
|