max_length 1463 src/subshell/common.c const int max_length = COOKED_MODE_BUFFER_SIZE - MAX (before_wrap_len, quote_cmd_end_len); max_length 1464 src/subshell/common.c g_assert (max_length >= 64); // make sure we have enough room to breathe max_length 1482 src/subshell/common.c if (line_length + (n - su) > max_length) max_length 1499 src/subshell/common.c if (line_length + escaped_char_len > max_length)