null

Searched defs:box (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A DV3.box.c48 #undef box macro
50 box(WINDOW *win, _ochtype v, _ochtype h) function
H A D_box.c49 box(WINDOW *win, chtype v, chtype h) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbox.c30 * 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 Dbox.c32 * 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 Dbox.c21 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 De.y56 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 Dr300_cmdbuf.c67 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 Di915_dma.c419 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 Dradeon_state.c444 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 Dsysevent_impl.h533 typedef struct box { struct
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h383 extern int box(WINDOW *, chtype, chtype);
832 #define box(w, v, h) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h249 * 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 DMakefile155 box.3xcurses \
479 box.3xcurses := LINKSRC = border.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile144 box.3curses \
660 box.3curses := LINKSRC = curs_border.3curses

Completed in 75 milliseconds