HomeSort by: relevance | last modified time | path
    Searched defs:this_col (Results 1 - 3 of 3) sorted by relevancy

  /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;

Completed in 32 milliseconds