command_length 605 src/subshell/common.c int command_length; // in characters command_length 739 src/subshell/common.c command_length = str_length (subshell_command); command_length 766 src/subshell/common.c if (cursor_position > command_length) command_length 767 src/subshell/common.c cursor_position = command_length; command_length 780 src/subshell/common.c if (cursor_position != command_length) command_length 788 src/subshell/common.c if (command_length > 0)