Home
last modified time | relevance | path

Searched refs:shellcmd (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/tmux/dist/
H A Dcmd-if-shell.c60 char *shellcmd; in cmd_if_shell_exec() local
85 shellcmd = format_expand(ft, args->argv[0]); in cmd_if_shell_exec()
100 job_run(shellcmd, s, cmd_if_shell_callback, cmd_if_shell_free, cdata); in cmd_if_shell_exec()
101 free(shellcmd); in cmd_if_shell_exec()
H A Dcmd-run-shell.c78 char *shellcmd; in cmd_run_shell_exec() local
103 shellcmd = format_expand(ft, args->argv[0]); in cmd_run_shell_exec()
107 cdata->cmd = shellcmd; in cmd_run_shell_exec()
114 job_run(shellcmd, s, cmd_run_shell_callback, cmd_run_shell_free, cdata); in cmd_run_shell_exec()
H A Dtmux.c179 shell_exec(const char *shell, const char *shellcmd) in shell_exec() argument
200 execl(shell, argv0, "-c", shellcmd, (char *) NULL); in shell_exec()
/minix3/external/bsd/less/dist/
H A Dfilename.c68 static FILE *shellcmd __P((char *));
580 shellcmd(cmd) in shellcmd() function
783 fd = shellcmd(cmd);
895 fd = shellcmd(cmd);
988 fd = shellcmd(cmd);
H A Dcommand.c65 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
270 if (shellcmd != NULL) in exec_mca()
271 free(shellcmd); in exec_mca()
272 shellcmd = fexpand(cbuf); in exec_mca()
277 if (shellcmd == NULL) in exec_mca()
280 lsystem(shellcmd, "!done"); in exec_mca()