Searched refs:box (Results 1 - 25 of 29) sorted by relevance

12

/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
H A Dllib-lcurses1254 int box(WINDOW *win, chtype v, chtype h);
1256 /* V3.box.c */
1257 #undef box
1258 int box(WINDOW *win, _ochtype v, _ochtype h);
/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/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/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
H A DMakefile.com32 box.o \
/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/common/crypto/aes/amd64/
H A Daestab.h51 * t_xxx(s, box) => forward S box
52 * t_xxx(i, box) => inverse S box
106 d_1(uint8_t, t_dec(s, box), sb_data, h0);
109 d_1(uint8_t, t_dec(i, box), isb_data, h0);
H A Daesopt.h696 #define no_table(x, box, vf, rf, c) bytes2word(\
697 box[bval(vf(x, 0, c), rf(0, c))], \
698 box[bval(vf(x, 1, c), rf(1, c))], \
699 box[bval(vf(x, 2, c), rf(2, c))], \
700 box[bval(vf(x, 3, c), rf(3, c))])
758 #define ls_box(x, c) no_table(x, t_use(s, box), vf1, rf2, c)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c93 box(line_win, '-', '-');
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com54 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com52 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h209 extern int box(WINDOW *, char, char);
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h533 typedef struct box { struct
/illumos-gate/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses155 * box.c
157 int box(WINDOW *, chtype, chtype);
H A Dllib-lxcurses155 * box.c
157 int box(WINDOW *, chtype, chtype);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses155 * box.c
157 int box(WINDOW *, chtype, chtype);
H A Dllib-lxcurses155 * box.c
157 int box(WINDOW *, chtype, chtype);
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com58 V2.makenew.o V3.box.o V3.initscr.o V3.m_addch.o V3.m_addstr.o \
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile155 box.3xcurses \
479 box.3xcurses := LINKSRC = border.3xcurses
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex371 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
664 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
698 % The \vtop produces a box with normal height and large depth; thus, TeX puts
708 % \dimen0 is the vertical size of the group's box.
719 \box\groupbox
739 %% if the depth of the box does not fit.
746 % Ensure vertical mode, so we don't make a big box in the middle of a
756 % Do a \strut just to make the height of this box be normal, so the
763 % empty box we just added fits on the page, we must make it consider
765 % page after the empty box
[all...]

Completed in 118 milliseconds

12