Searched defs:colwidth (Results 1 – 4 of 4) sorted by relevance
596 def format(cols, colwidth=_colwidth, spacing=_spacing): argument601 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
27 int colwidth[]; field in Shell
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