Lines Matching refs:COLUMN_SEP
1253 #define COLUMN_SEP " "
1262 printf("%s", i == 0 ? "" : COLUMN_SEP);
1286 printf(fmt_str, i == 0 ? "" : COLUMN_SEP, *max_len, stat_defs[id].header);
1355 printf("%s%-*s", i == 0 ? "" : COLUMN_SEP, *max_len, str);
1357 printf("%s%*ld", i == 0 ? "" : COLUMN_SEP, *max_len, val);
1546 printf("%s", i + j == 0 ? "" : COLUMN_SEP);
1580 printf("%s%-*s%s", i + j == 0 ? "" : COLUMN_SEP,
1680 printf(fmt, i == 0 ? "" : COLUMN_SEP, *max_len_base, base_buf);
1682 printf(fmt, COLUMN_SEP, *max_len_comp, comp_buf);
1683 printf(fmt, COLUMN_SEP, *max_len_diff, diff_buf);