Searched refs:shellcmd (Results 1 – 4 of 4) 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()
70 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable294 if (shellcmd != NULL) in exec_mca()295 free(shellcmd); in exec_mca()296 shellcmd = fexpand(cbuf); in exec_mca()301 if (shellcmd == NULL) in exec_mca()304 lsystem(shellcmd, "!done"); in exec_mca()
567 shellcmd(cmd) in shellcmd() function765 fd = shellcmd(cmd);901 fd = shellcmd(cmd);991 fd = shellcmd(cmd);
2763 const char *shellcmd = NULL; in ParseDependencyLine() local2775 shellcmd = semicolon + 1; in ParseDependencyLine()2824 if (shellcmd != NULL) in ParseDependencyLine()2825 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine()