Home
last modified time | relevance | path

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

/dflybsd-src/contrib/less/
H A Dcommand.c69 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
307 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()
H A Dfilename.c549 static FILE * shellcmd(constant char *cmd) in shellcmd() function
746 fd = shellcmd(cmd); in lglob()
903 fd = shellcmd(cmd); in open_altfile()
995 fd = shellcmd(cmd); in close_altfile()
/dflybsd-src/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()