Searched defs:colwidth (Results 1 – 2 of 2) sorted by relevance
638 def format(cols, colwidth=_colwidth, spacing=_spacing): argument643 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
360 colwidth = int((options.output_width - 3) / 2) variable