Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/sdiff/
H A Dsdiff.c378 size_t new_col; in printcol() local
390 new_col = (*col / 8 + 1) * 8; in printcol()
396 if (new_col > col_max) in printcol()
398 *col = new_col; in printcol()