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

/freebsd-10-stable/usr.bin/col/
H A Dcol.c430 int i, j, nchars, last_col, save, this_col, tot; local
475 this_col = c->c_column;
479 } while (--nchars > 0 && this_col == endc->c_column);
485 this_col + c->c_width > endc->c_column)
489 if (this_col > last_col) {
490 int nspace = this_col - last_col;
497 if (tab_col > this_col)
510 last_col = this_col;

Completed in 106 milliseconds