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

/freebsd-10-stable/usr.bin/col/
H A Dcol.c96 int l_max_col; /* max column in the line */ member in struct:line_str
340 if (cur_col < l->l_max_col)
343 l->l_max_col = cur_col;
449 if (l->l_max_col >= count_size) {
450 count_size = l->l_max_col + 1;
455 memset(count, 0, sizeof(int) * l->l_max_col + 1);
463 for (tot = 0, i = 0; i <= l->l_max_col; i++) {

Completed in 261 milliseconds