Searched defs:shellcmd (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/lib/libdpv/ | ||
H A D | util.c | 39 static char shellcmd[PATH_MAX] = PATH_SHELL; variable |
/freebsd-src/contrib/less/ | ||
H A D | filename.c | 546 static FILE * shellcmd(char *cmd) shellcmd() function |
H A D | command.c | 76 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ global() variable |
/freebsd-src/contrib/bmake/ | ||
H A D | parse.c | 2856 const char *shellcmd = NULL; ParseDependencyLine() local |