subshell_command  607 src/subshell/common.c     char *subshell_command;
subshell_command  739 src/subshell/common.c     subshell_command = strchr (subshell_response_buffer, '\n');
subshell_command  740 src/subshell/common.c     if (subshell_command == NULL)
subshell_command  742 src/subshell/common.c     subshell_command++;
subshell_command  743 src/subshell/common.c     command_length = str_length (subshell_command);
subshell_command  751 src/subshell/common.c     for (unsigned char *p = (unsigned char *) subshell_command; *p != '\0'; p++)
subshell_command  756 src/subshell/common.c     input_insert (cmdline, subshell_command, FALSE);
subshell_command  764 src/subshell/common.c         curr = subshell_command;