Searched refs:tab_col (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.bin/col/
H A Dcol.c494 int tab_col, tab_size; local
496 tab_col = (last_col + 8) & ~7;
497 if (tab_col > this_col)
499 tab_size = tab_col - last_col;
505 last_col = tab_col;

Completed in 126 milliseconds