Home
last modified time | relevance | path

Searched refs:shellcmd (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/less/
H A Dcommand.c74 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
305 if (shellcmd != NULL) in exec_mca()
306 free(shellcmd); in exec_mca()
307 shellcmd = fexpand(cbuf); in exec_mca()
312 if (shellcmd == NULL) in exec_mca()
315 lsystem(shellcmd, "!done"); in exec_mca()
H A Dfilename.c546 static FILE * shellcmd(char *cmd) in shellcmd() function
742 fd = shellcmd(cmd); in lglob()
882 fd = shellcmd(cmd); in open_altfile()
975 fd = shellcmd(cmd); in close_altfile()
/dragonfly/contrib/bmake/
H A Dparse.c2795 const char *shellcmd = NULL; in ParseDependencyLine() local
2807 shellcmd = semicolon + 1; in ParseDependencyLine()
2856 if (shellcmd != NULL) in ParseDependencyLine()
2857 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine()