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