HomeSort by: relevance | last modified time | path
    Searched defs:shcmd (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
show.c 103 static void shcmd(union node *, TFILE *);
346 shcmd(n, fp);
547 shcmd(union node *cmd, TFILE *fp) function in typeref:typename:void
  /src/bin/ed/
main.c 80 char *shcmd; /* shell command buffer */ variable in typeref:typename:char *
875 if (sflags) printf("%s\n", shcmd + 1);
876 system(shcmd + 1);
961 if (n) printf("%s\n", shcmd + 1);
962 return shcmd;
1015 else if (shcmd == NULL || *(shcmd + 1) == '\0')
1017 else if (shcmd == NULL)
1024 for (s = shcmd + 1; s < shcmd + shcmdi;
    [all...]

Completed in 13 milliseconds