subshell_command  571 src/subshell/common.c     char *subshell_command;
subshell_command  682 src/subshell/common.c     subshell_command = strchr (subshell_response_buffer, '\n');
subshell_command  683 src/subshell/common.c     if (subshell_command == NULL)
subshell_command  685 src/subshell/common.c     subshell_command++;
subshell_command  686 src/subshell/common.c     command_length = str_length (subshell_command);
subshell_command  694 src/subshell/common.c     for (unsigned char *p = (unsigned char *) subshell_command; *p != '\0'; p++)
subshell_command  699 src/subshell/common.c     input_insert (cmdline, subshell_command, FALSE);
subshell_command  707 src/subshell/common.c         curr = subshell_command;