Searched refs:shcmd (Results 1 – 1 of 1) sorted by relevance
80 char *shcmd; /* shell command buffer */ variable875 if (sflags) printf("%s\n", shcmd + 1); in exec_command()876 system(shcmd + 1); in exec_command()961 if (n) printf("%s\n", shcmd + 1); in get_filename()962 return shcmd; in get_filename()1015 else if (shcmd == NULL || *(shcmd + 1) == '\0') in get_shell_command()1017 else if (shcmd == NULL) in get_shell_command()1024 for (s = shcmd + 1; s < shcmd + shcmdi;) in get_shell_command()1041 REALLOC(shcmd, shcmdsz, i + 1, ERR); in get_shell_command()1042 memcpy(shcmd, buf, i); in get_shell_command()[all …]