Home
last modified time | relevance | path

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

/freebsd-src/lib/libdpv/
H A Dutil.c39 static char shellcmd[PATH_MAX] = PATH_SHELL; variable
/freebsd-src/contrib/less/
H A Dfilename.c546 static FILE * shellcmd(char *cmd) shellcmd() function
H A Dcommand.c76 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ global() variable
/freebsd-src/contrib/bmake/
H A Dparse.c2856 const char *shellcmd = NULL; ParseDependencyLine() local