Home | History | Annotate | Download | only in tabwriter

Lines Matching full:cells

37 // of cells terminated by (horizontal or vertical) tabs or line
38 // breaks (newline or formfeed characters). Cells in adjacent lines
40 // make all cells in a column have the same width, effectively
43 // Note that cells are tab-terminated, not tab-separated: trailing
69 // Flush). Cells in the next line start new columns. Unless found
74 // of one line may depend on the cells in future lines. Clients must
91 lines [][]cell // list of lines; each line is a list of cells
118 // which contains a list of cells for each line
150 // leading empty cells on the left) independent of padchar.
167 // and cells are left-aligned independent of align_left
264 // if TabIndent is set, use tabs to pad leading empty cells
323 // has more cells than the previous line
324 // (the last cell per line is ignored because cells are
335 discardable := true // true if all cells in this column are empty and "soft"
426 // Terminate the current cell by adding it to the list of cells of the
427 // current line. Returns the number of cells in that line.
480 // split text into cells