Searched refs:shellcmd (Results 1 – 3 of 3) sorted by relevance
69 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()313 if (shellcmd == NULL) in exec_mca()314 shellcmd = ""; in exec_mca()315 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()
2795 const char *shellcmd = NULL; in ParseDependencyLine() local2807 shellcmd = semicolon + 1; in ParseDependencyLine()2856 if (shellcmd != NULL) in ParseDependencyLine()2857 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine()