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

  /src/usr.bin/sdiff/
sdiff.c 63 size_t line_width; /* width of a line (two columns and divider) */ variable in typeref:typename:size_t
285 /* Make sure line_width can fit in size_t. */
288 line_width = width * 2 + 3;
533 printcol(s2, &col, line_width);
sdiff.c 63 size_t line_width; /* width of a line (two columns and divider) */ variable in typeref:typename:size_t
285 /* Make sure line_width can fit in size_t. */
288 line_width = width * 2 + 3;
533 printcol(s2, &col, line_width);

Completed in 24 milliseconds