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

/freebsd-10-stable/bin/sh/
H A Dshow.c56 static void shcmd(union node *, FILE *);
96 shcmd(n, fp);
102 shcmd(lp->n, fp);
122 shcmd(union node *cmd, FILE *fp) function
/freebsd-10-stable/bin/ed/
H A Dmain.c76 static char *shcmd; /* shell command buffer */ variable
856 if (sflags) printf("%s\n", shcmd + 1);
857 system(shcmd + 1);
942 printf("%s\n", shcmd + 1);
943 return shcmd;
996 else if (shcmd == NULL || *(shcmd + 1) == '\0')
998 else if (shcmd == NULL)
1005 for (s = shcmd + 1; s < shcmd
[all...]

Completed in 87 milliseconds