Searched refs:line_width (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
H A D | draw.c | 402 if (desired_line_width != dw->dvi.line_width) { in setGC() 404 values.line_width = DeviceToX(dw, desired_line_width); in setGC() 405 if (values.line_width == 0) in setGC() 406 values.line_width = 1; in setGC() 409 dw->dvi.line_width = desired_line_width; in setGC()
|
H A D | Dvi.c | 229 dw->dvi.line_width = 1; in Initialize() 265 values.line_width = dw->dvi.line_width; in Realize()
|
H A D | DviP.h | 164 int line_width; member
|
/netbsd-src/usr.bin/sdiff/ |
H A D | sdiff.c | 63 size_t line_width; /* width of a line (two columns and divider) */ variable 288 line_width = width * 2 + 3; in main() 533 printcol(s2, &col, line_width); in println()
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | env.h | 135 void line_width(); 390 friend void line_width();
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
H A D | cpplint.py | 2871 line_width = GetLineWidth(line) 2872 if line_width > 100: 2875 elif line_width > 80:
|
/netbsd-src/external/bsd/nvi/dist/motif_l/ |
H A D | xtabbed.c | 899 values.line_width = 2 * ((XmTabsWidget)self)->xmManager.shadow_thickness; 915 values.line_width = 2 * ((XmTabsWidget)self)->xmManager.shadow_thickness;
|
/netbsd-src/external/mit/xorg/lib/libxcb/files/ |
H A D | xproto.h | 3239 uint32_t line_width; member 3283 uint32_t line_width; member
|
H A D | xproto.c | 6653 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->line_width; in xcb_create_gc_value_list_serialize() 6875 _aux->line_width = *(uint32_t *)xcb_tmp; in xcb_create_gc_value_list_unpack() 7264 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->line_width; in xcb_change_gc_value_list_serialize() 7486 _aux->line_width = *(uint32_t *)xcb_tmp; in xcb_change_gc_value_list_unpack()
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog | 204 hyphenation_margin_request, line_width, tabs_save, tabs_restore,
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2013 | 12706 line_width.
|
H A D | ChangeLog-2020 | 4400 first_col, line_width, ndigits parameters. Add length.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2013 | 12706 line_width.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2017 | 32515 line_width, rather than calling location_get_source_line. Drop 38639 * input.c (get_substring_ranges_for_loc): Replace line_width
|
H A D | ChangeLog-2014 | 28898 if a column is larger than the line_width.
|