count_spaces
int count_spaces(int, char *);
cur_col = count_spaces(cur_col, s_lab);
cur_col = count_spaces(cur_col, s_code);
if ((w = count_spaces(t, s_code) - opt.max_col) > 0
&& count_spaces(target_col, s_code) <= opt.max_col) {
target_col = count_spaces(compute_code_target(), s_code);
target_col = count_spaces(compute_label_target(), s_lab);