HomeSort by: relevance | last modified time | path
    Searched defs:new_col (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/sdiff/
sdiff.c 378 size_t new_col; local in function:printcol
390 new_col = (*col / 8 + 1) * 8;
396 if (new_col > col_max)
398 *col = new_col;

Completed in 10 milliseconds