Searched refs:shellcmd (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dfilename.c572 shellcmd(cmd) function
775 fd = shellcmd(cmd);
887 fd = shellcmd(cmd);
980 fd = shellcmd(cmd);
H A Dcommand.c61 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
260 * !! just uses whatever is in shellcmd.
261 * Otherwise, copy cmdbuf to shellcmd,
266 if (shellcmd != NULL)
267 free(shellcmd);
268 shellcmd = fexpand(cbuf);
273 if (shellcmd == NULL)
276 lsystem(shellcmd, "!done");

Completed in 79 milliseconds