Searched refs:shellcmd (Results 1 – 4 of 4) sorted by relevance
39 static char shellcmd[PATH_MAX] = PATH_SHELL; variable41 shellcmd,45 shellcmd,99 error = posix_spawnp(pid, shellcmd, &action, in shell_spawn_pipecmd()101 if (error != 0) err(EXIT_FAILURE, "%s", shellcmd); in shell_spawn_pipecmd()
76 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable307 if (shellcmd != NULL) in exec_mca()308 free(shellcmd); in exec_mca()309 shellcmd = fexpand(cbuf); in exec_mca()314 if (shellcmd == NULL) in exec_mca()317 lsystem(shellcmd, "!done"); in exec_mca()
546 static FILE * shellcmd(char *cmd) in shellcmd() function742 fd = shellcmd(cmd); in lglob()882 fd = shellcmd(cmd); in open_altfile()975 fd = shellcmd(cmd); in close_altfile()
2909 const char *shellcmd = NULL; in ParseDependencyLine() local2921 shellcmd = semicolon + 1; in ParseDependencyLine()2970 if (shellcmd != NULL) in ParseDependencyLine()2971 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine()