Lines Matching full:columns
111 * Calculate the abstract widths and decimal positions of columns in a
112 * table. This routine allocates the columns structures then runs over
193 * of all groups of columns joined by spans,
214 * The minimum width of columns explicitly specified
263 * Rebuild the array of the widths of all columns
275 * among the columns which may need expamsion.
290 * for any one of the narrowest columns,
291 * and mark the columns wanting that width.
336 * Count columns to equalize and columns to maximize.
337 * Find maximum width of the columns to equalize.
338 * Find total width of the columns *not* to maximize.
359 * Equalize columns, if requested for any of them.
360 * Update total width of the columns not to maximize.
377 * If there are any columns to maximize, find the total
378 * available width, deducting 3n margins between columns.
392 * manifests itself for large numbers of x-columns.
393 * Emulating it for 5 x-columns gives identical
394 * behaviour for up to 6 x-columns.