Home
last modified time | relevance | path

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

/freebsd/usr.bin/col/
H A Dcol.c70 short c_column; /* column character is in */ member
313 c->c_column = cur_col; in main()
450 count[c->c_column]++; in flush_line()
463 sorted[count[c->c_column]++] = *c; in flush_line()
468 this_col = c->c_column; in flush_line()
472 } while (--nchars > 0 && this_col == endc->c_column); in flush_line()
478 this_col + c->c_width > endc->c_column) in flush_line()