Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 54) sorted by relevance

123

/titanic_53/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); }
90 | MARK box { mark($2); }
91 | size box %prec SIZE { size($1, $2); }
92 | font box %prec FONT { font($1, $2); }
93 | FAT box { fatbox($2); }
[all …]
/titanic_53/usr/src/lib/libcurses/screen/
H A DV3.box.c48 #undef box
50 box(WINDOW *win, _ochtype v, _ochtype h) in box() function
H A D_box.c49 box(WINDOW *win, chtype v, chtype h) in box() function
H A Dmapfile-vers61 box;
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);
/titanic_53/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbox.c49 #undef box
52 box(WINDOW *w, chtype v, chtype h) in box() function
/titanic_53/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbox.c46 #undef box
49 box(WINDOW *w, chtype v, chtype h) in box() function
/titanic_53/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE44 fact you would think that determining the bounding box of \(bv would be enough
47 the pieces from the \(bv bounding box. Think roundoff errors introduced by the
50 Clipping a rectangular region 2 pixels smaller in height than the bounding box
51 of the \(bv character, and using the corners of that box to locate the top and
55 a tight bounding box around the \(bv character independent of the rotation of
/titanic_53/usr/src/common/crypto/aes/amd64/
H A Daesopt.h696 #define no_table(x, box, vf, rf, c) bytes2word(\ argument
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)
H A Daestab.h106 d_1(uint8_t, t_dec(s, box), sb_data, h0);
109 d_1(uint8_t, t_dec(i, box), isb_data, h0);
/titanic_53/usr/src/ucblib/libcurses/
H A Dbox.c32 box(WINDOW *win, char vert, char hor) in box() function
H A DMakefile.com32 box.o \
H A Dmapfile-vers47 box;
/titanic_53/usr/src/cmd/ipf/examples/
H A Dnat.eg10 # For example, to redirect FTP connections through this box, to the local ftp
/titanic_53/usr/src/boot/sys/boot/forth/
H A Dframes.4th122 : box ( w h x y -- ) \ Draw a box word
H A Dshortcuts.4th48 menu-init \ Initialize menu and draw bounding box (in menu.4th)
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinit_disp.c93 box(line_win, '-', '-'); in init_display()
/titanic_53/usr/src/common/ficl/
H A DReadMe.txt18 Ficl builds out-of-the-box on the following platforms:
/titanic_53/usr/src/lib/libxcurses2/
H A DMakefile.com52 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
/titanic_53/usr/src/boot/sys/boot/common/linenoise/
H A DREADME.markdown23 …Smaller programs will just include this, supporing line editing out of the box. Larger programs ma…
/titanic_53/usr/src/lib/libxcurses/src/
H A Dmapfile-vers81 box;
/titanic_53/usr/src/lib/libxcurses/
H A DMakefile.com54 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
/titanic_53/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers83 box;
/titanic_53/usr/src/ucbhead/
H A Dcurses.h209 extern int box(WINDOW *, char, char);
/titanic_53/usr/src/uts/common/sys/
H A Dsysevent_impl.h533 typedef struct box { struct

123