Searched refs:columns (Results 1 – 25 of 36) sorted by relevance
12
/coreutils/src/ |
D | pr.c | 608 static int columns = 1; variable 792 for (q = column_vector, i = 0; i < columns; ++q, ++i) in cols_ready_to_print() 841 getoptnum (s, 1, &columns, _("invalid number of columns")); in parse_column_count() 1225 columns = number_of_files; in init_parameters() 1233 if (columns > 1) in init_parameters() 1288 if (ckd_mul (&sep_chars, columns - 1, col_sep_length)) in init_parameters() 1293 chars_per_column = useful_chars / columns; in init_parameters() 1333 column_vector = xnmalloc (columns, sizeof (COLUMN)); in init_fps() 1343 --columns; in init_fps() 1346 if (columns == 0) in init_fps() [all …]
|
D | df.c | 219 static struct field_data_t **columns; variable 396 int fill = width < 0 ? 0 : columns[col]->width - width; in print_table() 397 if (columns[col]->align_right) in print_table() 416 columns = xnrealloc (columns, ncolumns, sizeof (struct field_data_t *)); in alloc_field() 417 columns[ncolumns - 1] = &field_data[f]; in alloc_field() 419 columns[ncolumns - 1]->caption = c; in alloc_field() 577 char const *header = _(columns[col]->caption); in get_header() 579 if (columns[col]->field == SIZE_FIELD in get_header() 622 else if (header_mode == POSIX_MODE && columns[col]->field == SIZE_FIELD) in get_header() 642 columns[col]->width = MAX (columns[col]->width, cell_width); in get_header() [all …]
|
/coreutils/tests/pr/ |
D | nSml24-t-t-FF | 14 9.9 With columns use:--:9 With columns use:--:9
|
D | nSml20-t-t-FF | 14 9.9 With columns use:--:9 With columns use:--:9
|
D | ml24f-t | 14 9 With columns use <= 5 text lin 9 With columns use <= 5 text lin
|
D | ml24-t | 14 9 With columns use <= 5 text lin 9 With columns use <= 5 text lin
|
D | o3a3Sl24f-tn | 8 7 3456789 123456789 1:--:8 3 Columns downwar:--:9 With columns use
|
D | o3b3Sl24f-tn | 14 9 With columns use :--:3 :--:7
|
D | o3a3l24f-tn | 8 7 3456789 123456789 123 8 3 Columns downwards 9 With columns use <
|
D | o3b3l24f-tn | 14 9 With columns use < 3 7
|
D | b3l15f-t | 9 4 Options [+2|+ 9 With columns use < 14 456789 123456789 123
|
D | b3l15-t | 9 4 Options [+2|+ 9 With columns use < 14 456789 123456789 123
|
D | a3l15-t | 8 7 3456789 123456789 123 8 3 Columns downwards 9 With columns use <
|
D | a3l15f-t | 8 7 3456789 123456789 123 8 3 Columns downwards 9 With columns use <
|
D | loli | 9 9::: With columns use <= 5 text lines/page, :::
|
D | tn | 9 9 With columns use <= 5 text lines/page,
|
D | t-t | 9 9 With columns use <= 5 text lines/page,
|
D | tt-t | 9 9 With columns use <= 5 text lines/page,
|
D | l24f-t | 14 9 With columns use <= 5 text lines/page,
|
D | l24-t | 14 9 With columns use <= 5 text lines/page,
|
D | ml24f-t-0F | 14 9 With columns use <= 5 text lin
|
D | ml24f-lm-lo | 14 9<<< >>> 9::: With columns use <= 5 text l
|
D | Jml24f-lm-lo | 14 9<<< >>> 9::: With columns use <= 5 text lines/page, :::
|
D | W35Jml24f-lmlo | 14 9<<< >>> 9::: With columns use <= 5 text lines/page, :::
|
/coreutils/tests/stty/ |
D | stty-row-col.sh | 89 stty rows $2 columns $3 || exit 1
|
12