Searched refs:l_max_col (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.bin/col/
H A Dcol.c99 int l_max_col; /* max column in the line */ member in struct:line_str
334 if (cur_col < l->l_max_col)
337 l->l_max_col = cur_col;
457 if (l->l_max_col >= count_size) {
458 count_size = l->l_max_col + 1;
463 memset(count, 0, sizeof(int) * l->l_max_col + 1);
471 for (tot = 0, i = 0; i <= l->l_max_col; i++) {

Completed in 77 milliseconds