Searched refs:shell_cmd (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/tmux/dist/ |
| H A D | tmux.c | 45 char *shell_cmd; variable 245 free(shell_cmd); in main() 246 shell_cmd = xstrdup(optarg); in main() 288 if (shell_cmd != NULL && argc != 0) in main()
|
| H A D | client.c | 196 if (shell_cmd != NULL) { in client_main() 229 if (shell_cmd == NULL && environ_path != NULL && in client_main() 253 event_set(&client_event, fd, EV_READ, client_callback, shell_cmd); in client_main() 406 &client_event, client_ibuf.fd, events, client_callback, shell_cmd); in client_update_event()
|
| H A D | tmux.h | 1501 extern char *shell_cmd;
|
| /minix3/lib/libwrap/ |
| H A D | shell_cmd.c | 46 shell_cmd(char *command) in shell_cmd() function
|
| H A D | Makefile | 7 SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \
|
| H A D | tcpd.h | 76 extern void shell_cmd /* execute shell command */
|
| H A D | options.c | 327 shell_cmd(value); in spawn_option()
|
| H A D | hosts_access.c | 190 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request)); in table_match()
|