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

/freebsd-9.3-release/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-9.3-release/bin/ed/
H A Dmain.c76 char *shcmd; /* shell command buffer */ variable
853 if (sflags) printf("%s\n", shcmd + 1);
854 system(shcmd + 1);
939 printf("%s\n", shcmd + 1);
940 return shcmd;
993 else if (shcmd == NULL || *(shcmd + 1) == '\0')
995 else if (shcmd == NULL)
1002 for (s = shcmd + 1; s < shcmd
[all...]

Completed in 188 milliseconds