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.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/contrib/bmake/
H A Dparse.c2848 const char *shellcmd = NULL; in ParseDependencyLine() local