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

  /src/external/gpl2/groff/dist/src/devices/xditview/
DviP.h 164 int line_width; member in struct:__anon7002
draw.c 402 if (desired_line_width != dw->dvi.line_width) {
404 values.line_width = DeviceToX(dw, desired_line_width);
405 if (values.line_width == 0)
406 values.line_width = 1;
409 dw->dvi.line_width = desired_line_width;
Dvi.c 229 dw->dvi.line_width = 1;
265 values.line_width = dw->dvi.line_width;
  /src/external/gpl2/groff/dist/src/roff/troff/
env.h 135 void line_width();
390 friend void line_width();
  /src/usr.bin/sdiff/
sdiff.c 63 size_t line_width; /* width of a line (two columns and divider) */ variable
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:
  /src/external/bsd/nvi/dist/motif_l/
xtabbed.c 905 values.line_width = 2 * ((XmTabsWidget)self)->xmManager.shadow_thickness;
921 values.line_width = 2 * ((XmTabsWidget)self)->xmManager.shadow_thickness;

Completed in 41 milliseconds