Lines Matching defs:shcmd
80 char *shcmd; /* shell command buffer */
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;)
1041 REALLOC(shcmd, shcmdsz, i + 1, ERR);
1042 memcpy(shcmd, buf, i);
1043 shcmd[shcmdi = i] = '\0';