Lines Matching refs:text_width
323 text_width = self._width - self._current_indent
324 if len(prefix) + len(usage) > text_width:
348 if line_len + 1 + len(part) > text_width and line:
361 if len(prefix) + len(prog) <= 0.75 * text_width:
487 text_width = max(self._width - self._current_indent, 11)
489 return self._fill_text(text, text_width, indent) + '\n\n'