subshell_command  604 src/subshell/common.c     char *subshell_command;
subshell_command  735 src/subshell/common.c     subshell_command = strchr (subshell_response_buffer, '\n');
subshell_command  736 src/subshell/common.c     if (subshell_command == NULL)
subshell_command  738 src/subshell/common.c     subshell_command++;
subshell_command  739 src/subshell/common.c     command_length = str_length (subshell_command);
subshell_command  747 src/subshell/common.c     for (unsigned char *p = (unsigned char *) subshell_command; *p != '\0'; p++)
subshell_command  752 src/subshell/common.c     input_insert (cmdline, subshell_command, FALSE);
subshell_command  760 src/subshell/common.c         curr = subshell_command;