command_length 572 src/subshell/common.c int command_length; // in characters command_length 686 src/subshell/common.c command_length = str_length (subshell_command); command_length 713 src/subshell/common.c if (cursor_position > command_length) command_length 714 src/subshell/common.c cursor_position = command_length; command_length 727 src/subshell/common.c if (cursor_position != command_length) command_length 735 src/subshell/common.c if (command_length > 0)