Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/col/
H A Dcol.c83 short c_column; /* column character is in */ member
326 c->c_column = cur_col; in main()
463 count[c->c_column]++; in flush_line()
476 sorted[count[c->c_column]++] = *c; in flush_line()
481 this_col = c->c_column; in flush_line()
485 } while (--nchars > 0 && this_col == endc->c_column); in flush_line()
491 this_col + c->c_width > endc->c_column) in flush_line()