command_length    608 src/subshell/common.c     int command_length;  // in characters
command_length    743 src/subshell/common.c     command_length = str_length (subshell_command);
command_length    770 src/subshell/common.c     if (cursor_position > command_length)
command_length    771 src/subshell/common.c         cursor_position = command_length;
command_length    784 src/subshell/common.c         if (cursor_position != command_length)
command_length    792 src/subshell/common.c     if (command_length > 0)