Home
last modified time | relevance | path

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

/freebsd/usr.bin/col/
H A Dcol.c423 int i, j, nchars, last_col, save, this_col, tot; in flush_line() local
468 this_col = c->c_column; in flush_line()
472 } while (--nchars > 0 && this_col == endc->c_column); in flush_line()
478 this_col + c->c_width > endc->c_column) in flush_line()
482 if (this_col > last_col) { in flush_line()
483 int nspace = this_col - last_col; in flush_line()
490 if (tab_col > this_col) in flush_line()
503 last_col = this_col; in flush_line()