Home
last modified time | relevance | path

Searched refs:shell_cmd (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/tmux/dist/
H A Dtmux.c45 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 Dclient.c196 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 Dtmux.h1501 extern char *shell_cmd;
/minix3/lib/libwrap/
H A Dshell_cmd.c46 shell_cmd(char *command) in shell_cmd() function
H A DMakefile7 SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c hosts_ctl.c \
H A Dtcpd.h76 extern void shell_cmd /* execute shell command */
H A Doptions.c327 shell_cmd(value); in spawn_option()
H A Dhosts_access.c190 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request)); in table_match()