Searched defs:colwidth (Results 1 – 4 of 4) sorted by relevance
27 int colwidth[]; field in Shell
596 def format(cols, colwidth=_colwidth, spacing=_spacing): argument601 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
640 def format(cols, colwidth=_colwidth, spacing=_spacing): argument645 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): argument
4879 const unsigned colwidth = (rmargin - lmargin) + 1; in arg_print_formatted() local