Searched refs:description_length (Results 1 – 1 of 1) sorted by relevance
1042 const size_t description_length = line.size(); in PrintCompletion() local1043 if (position + description_length < max_length) { in PrintCompletion()1044 fprintf(output_file, "%.*s\n", static_cast<int>(description_length), in PrintCompletion()