Searched refs:shcmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/bin/sh/
H A Dshow.c58 static void shcmd(union node *, FILE *);
98 shcmd(n, fp);
104 shcmd(lp->n, fp);
124 shcmd(union node *cmd, FILE *fp) function
/freebsd-13-stable/bin/ed/
H A Dmain.c72 static char *shcmd; /* shell command buffer */ variable
843 if (sflags) printf("%s\n", shcmd + 1);
844 system(shcmd + 1);
929 printf("%s\n", shcmd + 1);
930 return shcmd;
983 else if (shcmd == NULL || *(shcmd + 1) == '\0')
985 else if (shcmd == NULL)
992 for (s = shcmd + 1; s < shcmd
[all...]
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua199 local shcmd = "/bin/sh -c \"" .. cmd .. "\""
200 local fh = io.popen(shcmd)

Completed in 192 milliseconds