bin/ed/main.c
1000
REALLOC(shcmd, shcmdsz, i + 1, ERR);
bin/ed/main.c
1001
memcpy(shcmd, buf, i);
bin/ed/main.c
1002
shcmd[shcmdi = i] = '\0';
bin/ed/main.c
63
static char *shcmd; /* shell command buffer */
bin/ed/main.c
834
if (sflags) printf("%s\n", shcmd + 1);
bin/ed/main.c
835
system(shcmd + 1);
bin/ed/main.c
920
printf("%s\n", shcmd + 1);
bin/ed/main.c
921
return shcmd;
bin/ed/main.c
974
else if (shcmd == NULL || *(shcmd + 1) == '\0')
bin/ed/main.c
976
else if (shcmd == NULL)
bin/ed/main.c
983
for (s = shcmd + 1; s < shcmd + shcmdi;)
bin/sh/show.c
50
static void shcmd(union node *, FILE *);
bin/sh/show.c
90
shcmd(n, fp);
bin/sh/show.c
96
shcmd(lp->n, fp);