/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
|
H A D | llib-lcurses | 1254 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 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/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/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
|
H A D | Makefile.com | 32 box.o \
|
/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/common/crypto/aes/amd64/ |
H A D | aestab.h | 51 * 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 D | aesopt.h | 696 #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 D | init_disp.c | 93 box(line_win, '-', '-');
|
/illumos-gate/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 54 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
|
/illumos-gate/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 52 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 209 extern int box(WINDOW *, char, char);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysevent_impl.h | 533 typedef struct box { struct
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 155 * box.c 157 int box(WINDOW *, chtype, chtype);
|
H A D | llib-lxcurses | 155 * box.c 157 int box(WINDOW *, chtype, chtype);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 155 * box.c 157 int box(WINDOW *, chtype, chtype);
|
H A D | llib-lxcurses | 155 * box.c 157 int box(WINDOW *, chtype, chtype);
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 58 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 D | Makefile | 155 box.3xcurses \ 479 box.3xcurses := LINKSRC = border.3xcurses
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 371 \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...] |