Searched refs:l_max_col (Results 1 – 1 of 1) sorted by relevance
74 size_t l_max_col; /* max column in the line */ member292 if (cur_col < l->l_max_col) in main()295 l->l_max_col = cur_col; in main()402 if (l->l_max_col >= count_size) { in flush_line()403 count_size = l->l_max_col + 1; in flush_line()407 memset(count, 0, sizeof(*count) * (l->l_max_col + 1)); in flush_line()415 for (tot = 0, i = 0; i <= l->l_max_col; i++) { in flush_line()