Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/col/
Dcol.c434 int i, j, nchars, last_col, save, this_col, tot; in flush_line() local
479 this_col = c->c_column; in flush_line()
483 } while (--nchars > 0 && this_col == endc->c_column); in flush_line()
489 this_col + c->c_width > endc->c_column) in flush_line()
493 if (this_col > last_col) { in flush_line()
494 int nspace = this_col - last_col; in flush_line()
501 if (tab_col > this_col) in flush_line()
514 last_col = this_col; in flush_line()