Home
last modified time | relevance | path

Searched refs:shell_command (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dtmux.c44 const char *shell_command; variable
388 shell_command = optarg; in main()
446 if (shell_command != NULL && argc != 0) in main()
Dclient.c249 if (shell_command != NULL) { in client_main()
688 client_exec(data, shell_command); in client_dispatch_wait()
Dtmux.h2141 extern const char *shell_command;
2143 extern const char *shell_command;
/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-cmds.c969 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/
DChangeLog-20173582 (help_command, complete_command, shell_command, edit_command)
15263 (shell_command): New function.
15265 (init_cli_cmds): Register shell_command instead of shell_escape.
DChangeLog-20113287 instead of xmalloc for argv. Move len and shell_command
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.texinfo1654 @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}.