/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | V3.box.c | 48 #undef box macro 50 box(WINDOW *win, _ochtype v, _ochtype h) function
|
H A D | _box.c | 49 box(WINDOW *win, chtype v, chtype h) function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | box.c | 30 * box.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/box.c 1.1 1995/05/26 19:11:36 ant Exp $"; 46 #undef box macro 49 box(WINDOW *w, chtype v, chtype h) function 54 __m_trace("box(%p, %ld, %ld)", w, v, h); 59 return __m_return_code("box", code);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | box.c | 32 * box.c 42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/box.c 1.1 " 49 #undef box macro 52 box(WINDOW *w, chtype v, chtype h) function
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | box.c | 21 sccsid[] = "@(#)box.c 1.6 88/02/08 SMI"; /* from UCB 5.1 85/06/07 */ 27 * This routine draws a box around the given window with "vert" 32 box(WINDOW *win, char vert, char hor) function
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 56 eqn : box 57 | eqn box { eqnbox($1, $2, 0); } 62 lineupbox: LINEUP box { $$ = $2; lineup(1); } 82 sbox : sup box %prec SUP { $$ = $2; } 85 tbox : to box %prec TO { $$ = $2; } 89 box : box OVER box { boverb($1, $3); } label 90 | MARK box { mark($2); } 91 | size box [all...] |
/illumos-gate/usr/src/uts/intel/io/drm/ |
H A D | r300_cmdbuf.c | 67 drm_clip_rect_t box; local 84 (&box, &cmdbuf->boxes[n + i], sizeof (box))) { 89 box.x1 = 90 (box.x1 + 92 box.y1 = 93 (box.y1 + 95 box.x2 = 96 (box.x2 + 98 box [all...] |
H A D | i915_dma.c | 419 drm_clip_rect_t box; local 422 if (DRM_COPY_FROM_USER_UNCHECKED(&box, &boxes[i], sizeof(box))) { 423 DRM_ERROR("emit box failed to copy from user"); 427 if (box.y2 <= box.y1 || box.x2 <= box.x1) { 428 DRM_ERROR("Bad box %d,%d..%d,%d\n", 429 box [all...] |
H A D | radeon_state.c | 444 drm_clip_rect_t *box) 448 DRM_DEBUG(" box: x1=%d y1=%d x2=%d y2=%d\n", 449 box->x1, box->y1, box->x2, box->y2); 453 OUT_RING((box->y1 << 16) | box->x1); 455 OUT_RING(((box->y2 - 1) << 16) | (box 443 radeon_emit_clip_rect(drm_radeon_private_t *dev_priv, drm_clip_rect_t *box) argument 2976 drm_clip_rect_t box; local [all...] |
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysevent_impl.h | 533 typedef struct box { struct
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 383 extern int box(WINDOW *, chtype, chtype); 832 #define box(w, v, h) \ macro
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 249 * MKS Extensions for double width box characters. 320 * MKS Extensions for double width box characters. 476 extern int box(WINDOW *, chtype, chtype); 897 #define box(w,v,h) wborder(w,v,v,h,h,0,0,0,0) macro
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 155 box.3xcurses \ 479 box.3xcurses := LINKSRC = border.3xcurses
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 144 box.3curses \ 660 box.3curses := LINKSRC = curs_border.3curses
|