Searched refs:shellcmd (Results 1 – 3 of 3) sorted by relevance
41 static char shellcmd[PATH_MAX] = PATH_SHELL; variable43 shellcmd,47 shellcmd,101 error = posix_spawnp(pid, shellcmd, &action, in shell_spawn_pipecmd()103 if (error != 0) err(EXIT_FAILURE, "%s", shellcmd); in shell_spawn_pipecmd()
65 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable271 if (shellcmd != NULL) in exec_mca()272 free(shellcmd); in exec_mca()273 shellcmd = fexpand(cbuf); in exec_mca()278 if (shellcmd == NULL) in exec_mca()281 lsystem(shellcmd, "!done"); in exec_mca()
571 shellcmd(cmd) in shellcmd() function769 fd = shellcmd(cmd);888 fd = shellcmd(cmd);971 fd = shellcmd(cmd);