Searched refs:max_len_base (Results 1 – 1 of 1) sorted by relevance
1660 int *max_len_base = &env.output_spec.lens[3 * i + 0]; in output_comp_stats() local1716 if (len > *max_len_base) in output_comp_stats()1717 *max_len_base = len; in output_comp_stats()1731 printf(fmt, i == 0 ? "" : COLUMN_SEP, *max_len_base, base_buf); in output_comp_stats()