/src/lib/libcurses/ |
border.c | 1 /* $NetBSD: border.c,v 1.26 2024/12/25 15:35:29 christos Exp $ */ 34 __RCSID("$NetBSD: border.c,v 1.26 2024/12/25 15:35:29 christos Exp $"); 46 * border -- 47 * Draw a border around stdscr using the specified 51 border(chtype left, chtype right, chtype top, chtype bottom, chtype topleft, function in typeref:typename:int 62 * Draw a border around the given window using the specified delimiting 304 /* left border */ 348 /* right border */ 411 /* upper border */ 457 /* lower border */ [all...] |
curses.h | 447 #define border(l, r, t, b, tl, tr, bl, br) \ macro 552 int border(chtype, chtype, chtype, chtype,
|
/src/sbin/wsconsctl/ |
display.c | 45 static int border; variable in typeref:typename:int 60 { "border", &border, FMT_COLOR, 0 }, 123 if (field_by_value(&border)->flags & FLG_GET) 124 if (ioctl(fd, WSDISPLAYIO_GBORDER, &border) < 0) 125 field_disable_by_value(&border); 201 if (field_by_value(&border)->flags & FLG_SET) { 202 if (ioctl(fd, WSDISPLAYIO_SBORDER, &border) < 0) 204 pr_field(field_by_value(&border), " -> ");
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_panel.c | 253 u32 border, sync_pos, blank_width, sync_width; local in function:centre_horizontally 260 border = (adjusted_mode->crtc_hdisplay - width + 1) / 2; 261 border += border & 1; /* make the border even */ 264 adjusted_mode->crtc_hblank_start = width + border; 275 u32 border, sync_pos, blank_width, sync_width; local in function:centre_vertically 282 border = (adjusted_mode->crtc_vdisplay - height + 1) / 2; 285 adjusted_mode->crtc_vblank_start = height + border; 327 u32 *border) 387 u32 pfit_control = 0, pfit_pgm_ratios = 0, border = 0; local in function:intel_gmch_panel_fitting [all...] |
/src/sys/net/ |
zlib.c | 3901 uInt index; /* index into blens (or border) */ 3975 local const uInt border[] = { /* Order of the bit length code lengths */ variable in typeref:typename:local const uInt[] 4189 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7; 4193 s->sub.trees.blens[border[s->sub.trees.index++]] = 0;
|