Home
last modified time | relevance | path

Searched defs:shellcmd (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libdpv/
H A Dutil.c39 static char shellcmd[PATH_MAX] = PATH_SHELL; variable
/freebsd/contrib/less/
H A Dfilename.c549 static FILE * shellcmd(constant char *cmd) in shellcmd() function
H A Dcommand.c75 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
/freebsd/contrib/bmake/
H A Dparse.c2904 const char *shellcmd = NULL; in ParseDependencyLine() local