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()
78 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable330 if (shellcmd != NULL) in exec_mca()331 free(shellcmd); in exec_mca()332 shellcmd = fexpand(cbuf); in exec_mca()336 if (shellcmd == NULL) in exec_mca()337 shellcmd = ""; in exec_mca()338 lsystem(shellcmd, done_msg); in exec_mca()
549 static FILE * shellcmd(constant char *cmd) in shellcmd() function746 fd = shellcmd(cmd); in lglob()903 fd = shellcmd(cmd); in open_altfile()995 fd = shellcmd(cmd); in close_altfile()
2905 const char *shellcmd = NULL; in ParseDependencyLine() local2912 shellcmd = semicolon + 1; in ParseDependencyLine()2927 if (shellcmd != NULL) in ParseDependencyLine()2928 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine()