/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); } 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 …]
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | V3.box.c | 46 #undef box 48 box(WINDOW *win, _ochtype v, _ochtype h) in box() function
|
H A D | _box.c | 47 box(WINDOW *win, chtype v, chtype h) in box() function
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | box.c | 47 #undef box 50 box(WINDOW *w, chtype v, chtype h) in box() function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | box.c | 44 #undef box 47 box(WINDOW *w, chtype v, chtype h) in box() function
|
/illumos-gate/usr/src/test/util-tests/tests/mdb/options/ |
H A D | tst.autowrap.mdb.out | 1 Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six piqued gymnasts!… 5 Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level s
|
H A D | tst.autowrap.mdb | 3 0::printf "Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six pique… 10 0::printf "Pack my box with five dozen liquor jugs. How razorback-jumping frogs can level six pique…
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
H A D | BRACKETS_NOTE | 44 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
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aesopt.h | 696 #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 D | aestab.h | 104 d_1(uint8_t, t_dec(s, box), sb_data, h0); 107 d_1(uint8_t, t_dec(i, box), isb_data, h0);
|
/illumos-gate/usr/src/cmd/ptools/ptree/ |
H A D | ptree.c | 115 static const char **box; variable 181 box = get_boxchars(); in main() 332 (void) printf("%s ", HAS_SIBLING(ancestor) ? box[BAR] : " "); in printlines() 335 (void) printf("%s%s", HAS_SIBLING(p) ? box[VRIGHT] : box[CORNER], in printlines() 336 box[DASH]); in printlines()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | structure.tex | 53 breaklines=true, % Automatic line breaking (prevents code from protruding outside the box) 59 frame=single, % Frame around the code box, value can be: none, leftline, topline, bottomline, lines… 64 numbersep=10pt, % Distance of line numbers from the code box 240 % Theorem box 252 % Exercise box 269 % Definition box 285 % Corollary box 303 …ssigns it a theorem text style from the "Theorem Styles" section above and a colored box from above 364 %Commenting the 3 lines below removes the small contents box in the chapter heading
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | box.c | 30 box(WINDOW *win, char vert, char hor) in box() function
|
H A D | Makefile.com | 33 box.o \
|
/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | nat.eg | 10 # For example, to redirect FTP connections through this box, to the local ftp
|
/illumos-gate/usr/src/boot/forth/ |
H A D | frames.4th | 123 : box ( w h x y -- ) \ Draw a box
|
H A D | shortcuts.4th | 48 menu-init \ Initialize menu and draw bounding box (in menu.4th)
|
H A D | menu.4th | 875 : menu-box ( -- ) 877 TRUE ( draw a box? default yes, but might be altered below ) 885 drop FALSE \ don't draw a box 888 42 13 menuX @ 3 - menuY @ 1- box \ Draw frame (w,h,x,y) 922 ['] menu-box console-iterate
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 91 box(line_win, '-', '-'); in init_display()
|
/illumos-gate/usr/src/common/ficl/ |
H A D | ReadMe.txt | 18 Ficl builds out-of-the-box on the following platforms:
|
/illumos-gate/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 53 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
|
/illumos-gate/usr/src/boot/common/linenoise/ |
H A D | README.markdown | 23 …Smaller programs will just include this, supporing line editing out of the box. Larger programs ma…
|
/illumos-gate/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 55 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 81 box;
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 207 extern int box(WINDOW *, char, char);
|