HomeSort by: relevance | last modified time | path
    Searched defs:last_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
436 last_col = 0;
493 if (this_col > last_col) {
494 int nspace = this_col - last_col;
500 tab_col = (last_col + 8) & ~7;
503 tab_size = tab_col - last_col;
509 last_col = tab_col;
514 last_col = this_col;
535 last_col += (c - 1)->c_width;
col.c 434 int i, j, nchars, last_col, save, this_col, tot; local in function:flush_line
436 last_col = 0;
493 if (this_col > last_col) {
494 int nspace = this_col - last_col;
500 tab_col = (last_col + 8) & ~7;
503 tab_size = tab_col - last_col;
509 last_col = tab_col;
514 last_col = this_col;
535 last_col += (c - 1)->c_width;
col.c 434 int i, j, nchars, last_col, save, this_col, tot; local in function:flush_line
436 last_col = 0;
493 if (this_col > last_col) {
494 int nspace = this_col - last_col;
500 tab_col = (last_col + 8) & ~7;
503 tab_size = tab_col - last_col;
509 last_col = tab_col;
514 last_col = this_col;
535 last_col += (c - 1)->c_width;

Completed in 32 milliseconds