Searched refs:shellcmd (Results 1 – 3 of 3) sorted by relevance
81 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable334 if (shellcmd != NULL) in exec_mca()335 free(shellcmd); in exec_mca()336 shellcmd = fexpand(cbuf); in exec_mca()340 if (shellcmd == NULL) in exec_mca()341 shellcmd = ""; in exec_mca()342 lsystem(shellcmd, done_msg); in exec_mca()
548 static FILE * shellcmd(constant char *cmd) in shellcmd() function750 fd = shellcmd(cmd); in lglob()907 fd = shellcmd(cmd); in open_altfile()999 fd = shellcmd(cmd); in close_altfile()
2864 const char *shellcmd = NULL; in ParseDependencyLine() local2871 shellcmd = semicolon + 1; in ParseDependencyLine()2886 if (shellcmd != NULL) in ParseDependencyLine()2887 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine()