Lines Matching refs:Columns
6 // translates tabbed columns in input into properly aligned text.
35 // columns in its input to align them in the output.
44 // the same width, effectively aligning the columns. It assumes that
56 // the b and c are in distinct columns (the b column is not contiguous
64 // If DiscardEmptyColumns is set, empty columns that are terminated
65 // entirely by vertical (or "soft") tabs are discarded. Columns
83 // all columns in the current line (effectively calling Flush). Tab-
84 // terminated cells in the next line start new columns. Unless found
160 // Handle empty columns as if they were not present in
164 // Always use tabs for indentation columns (i.e., padding of
168 // Print a vertical bar ('|') between columns (after formatting).
169 // Discarded columns appear as zero-width columns ("||").
370 // discard empty columns if necessary
375 // format and print all columns to the right of this column
376 // (we know the widths of this column and all columns to the left)