Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcommand.c81 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
334 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()
H A Dfilename.c548 static FILE * shellcmd(constant char *cmd) in shellcmd() function
750 fd = shellcmd(cmd); in lglob()
907 fd = shellcmd(cmd); in open_altfile()
999 fd = shellcmd(cmd); in close_altfile()
/freebsd/contrib/bmake/
H A Dparse.c2864 const char *shellcmd = NULL; in ParseDependencyLine() local
2871 shellcmd = semicolon + 1; in ParseDependencyLine()
2886 if (shellcmd != NULL) in ParseDependencyLine()
2887 ParseLine_ShellCommand(shellcmd); in ParseDependencyLine()