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

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/win32/
H A Dproc.c541 char *shellcmd = getenv("COMSPEC"); local
542 if (!shellcmd) {
548 if (shellcmd[0] == '"') {
549 progname = apr_pstrndup(pool, shellcmd + 1, strlen(shellcmd) - 2);
552 progname = shellcmd;
553 if (has_space(shellcmd)) {
554 shellcmd = apr_pstrcat(pool, "\"", shellcmd, "\"", NULL);
561 cmdline = apr_pstrcat(pool, shellcmd, " /
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/win32/
H A Dproc.c541 char *shellcmd = getenv("COMSPEC"); local
542 if (!shellcmd) {
548 if (shellcmd[0] == '"') {
549 progname = apr_pstrndup(pool, shellcmd + 1, strlen(shellcmd) - 2);
552 progname = shellcmd;
553 if (has_space(shellcmd)) {
554 shellcmd = apr_pstrcat(pool, "\"", shellcmd, "\"", NULL);
561 cmdline = apr_pstrcat(pool, shellcmd, " /
[all...]
/macosx-10.9.5/vim-53/src/
H A Dos_amiga.c1204 char_u *shellcmd = NULL; local
1291 shellcmd = vim_strsave(p_sh);
1292 if (shellcmd == NULL) /* out of memory, use Execute */
1296 shellarg = skiptowhite(shellcmd); /* find start of arguments */
1318 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg, NULL);
1332 x = fexecl((char *)shellcmd, (char *)shellcmd, (char *)shellarg,
1335 x = fexecl((char *)shellcmd, (char *)shellcmd, (cha
[all...]
/macosx-10.9.5/less-23/less/
H A Dcommand.c68 static char *shellcmd = NULL; /* For holding last shell command for "!!" */ variable
248 * !! just uses whatever is in shellcmd.
249 * Otherwise, copy cmdbuf to shellcmd,
254 if (shellcmd != NULL)
255 free(shellcmd);
256 shellcmd = fexpand(cbuf);
261 if (shellcmd == NULL)
264 lsystem(shellcmd, "!done");
H A Dfilename.c569 shellcmd(cmd) function
772 fd = shellcmd(cmd);
851 fd = shellcmd(cmd);
930 fd = shellcmd(cmd);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvim.vim202 syn keyword vimUserAttrbCmplt contained augroup buffer command dir environment event expression file function help highlight mapping menu option shellcmd something tag tag_listfiles var

Completed in 135 milliseconds