HomeSort by: relevance | last modified time | path
    Searched refs: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);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 2871 line_width = GetLineWidth(line)
2872 if line_width > 100:
2875 elif line_width > 80:

Completed in 15 milliseconds