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

/freebsd-12-stable/usr.bin/col/
H A Dcol.c502 int tab_col, tab_size; local
504 tab_col = (last_col + 8) & ~7;
505 if (tab_col > this_col)
507 tab_size = tab_col - last_col;
513 last_col = tab_col;

Completed in 124 milliseconds