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