Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/col/
Dcol.c77 short c_column; /* column character is in */ member
216 if (cur_col == (tc->c_column + in do_col()
345 if ((tc->c_column == cur_col) && tc->c_width) in do_col()
353 lastc_col = c->c_column = (c->c_width == 0) && in do_col()
474 count[c->c_column]++; in flush_line()
487 sorted[count[c->c_column]++] = *c; in flush_line()
492 this_col = c->c_column; in flush_line()
498 } while (--nchars > 0 && this_col == endc->c_column); in flush_line()