Lines Matching refs:Columns
6 // translates tabbed columns in input into properly aligned text.
34 // columns in its input to align them in the output.
41 // aligning the columns. It assumes that all characters have the
49 // If DiscardEmptyColumns is set, empty columns that are terminated
50 // entirely by vertical (or "soft") tabs are discarded. Columns
68 // terminates all columns in the current line (effectively calling
69 // Flush). Cells in the next line start new columns. Unless found
145 // Handle empty columns as if they were not present in
149 // Always use tabs for indentation columns (i.e., padding of
153 // Print a vertical bar ('|') between columns (after formatting).
154 // Discarded columns appear as zero-width columns ("||").
355 // discard empty columns if necessary
360 // format and print all columns to the right of this column
361 // (we know the widths of this column and all columns to the left)