Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/less/
Dcommand.c65 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
242 if (shellcmd != NULL) in exec_mca()
243 free(shellcmd); in exec_mca()
244 shellcmd = fexpand(cbuf); in exec_mca()
249 if (shellcmd == NULL) in exec_mca()
252 lsystem(shellcmd, "!done"); in exec_mca()
Dfilename.c575 shellcmd(cmd) in shellcmd() function
783 fd = shellcmd(cmd);
872 fd = shellcmd(cmd);
965 fd = shellcmd(cmd);
/mirbsd/src/usr.sbin/httpd/src/include/
Dutil_script.h90 char **env, int shellcmd);
/mirbsd/src/usr.sbin/httpd/src/main/
Dutil_script.c677 char **env, int shellcmd) in ap_call_exec() argument
774 if (shellcmd) { in ap_call_exec()
794 if (shellcmd) { in ap_call_exec()