Symbol: box
usr/src/cmd/cmd-inet/usr.bin/talk/init_disp.c
91
box(line_win, '-', '-');
usr/src/cmd/eqn/e.y
100
| box sub box %prec SUB { bshiftb($1, $2, $3); }
usr/src/cmd/eqn/e.y
101
| box sup box %prec SUP { bshiftb($1, $2, $3); }
usr/src/cmd/eqn/e.y
102
| int sub box sbox %prec SUB { integral($1, $3, $4); }
usr/src/cmd/eqn/e.y
103
| int sub box %prec SUB { integral($1, $3, 0); }
usr/src/cmd/eqn/e.y
104
| int sup box %prec SUP { integral($1, 0, $3); }
usr/src/cmd/eqn/e.y
108
| box from box tbox %prec FROM { fromto($1, $3, $4); fromflg=0; }
usr/src/cmd/eqn/e.y
109
| box to box %prec TO { fromto($1, 0, $3); }
usr/src/cmd/eqn/e.y
110
| box diacrit { diacrit($1, $2); }
usr/src/cmd/eqn/e.y
111
| fwd box %prec UP { move(FWD, $1, $2); }
usr/src/cmd/eqn/e.y
112
| up box %prec UP { move(UP, $1, $2); }
usr/src/cmd/eqn/e.y
113
| back box %prec UP { move(BACK, $1, $2); }
usr/src/cmd/eqn/e.y
114
| down box %prec UP { move(DOWN, $1, $2); }
usr/src/cmd/eqn/e.y
56
eqn : box
usr/src/cmd/eqn/e.y
57
| eqn box { eqnbox($1, $2, 0); }
usr/src/cmd/eqn/e.y
62
lineupbox: LINEUP box { $$ = $2; lineup(1); }
usr/src/cmd/eqn/e.y
82
sbox : sup box %prec SUP { $$ = $2; }
usr/src/cmd/eqn/e.y
85
tbox : to box %prec TO { $$ = $2; }
usr/src/cmd/eqn/e.y
89
box : box OVER box { boverb($1, $3); }
usr/src/cmd/eqn/e.y
90
| MARK box { mark($2); }
usr/src/cmd/eqn/e.y
91
| size box %prec SIZE { size($1, $2); }
usr/src/cmd/eqn/e.y
92
| font box %prec FONT { font($1, $2); }
usr/src/cmd/eqn/e.y
93
| FAT box { fatbox($2); }
usr/src/cmd/eqn/e.y
94
| SQRT box { sqrt($2); }
usr/src/cmd/eqn/e.y
99
| box sub box sbox %prec SUB { shift2($1, $3, $4); }
usr/src/cmd/ptools/ptree/ptree.c
115
static const char **box;
usr/src/cmd/ptools/ptree/ptree.c
181
box = get_boxchars();
usr/src/cmd/ptools/ptree/ptree.c
332
(void) printf("%s ", HAS_SIBLING(ancestor) ? box[BAR] : " ");
usr/src/cmd/ptools/ptree/ptree.c
335
(void) printf("%s%s", HAS_SIBLING(p) ? box[VRIGHT] : box[CORNER],
usr/src/cmd/ptools/ptree/ptree.c
336
box[DASH]);
usr/src/common/crypto/aes/amd64/aesopt.h
696
#define no_table(x, box, vf, rf, c) bytes2word(\
usr/src/common/crypto/aes/amd64/aesopt.h
697
box[bval(vf(x, 0, c), rf(0, c))], \
usr/src/common/crypto/aes/amd64/aesopt.h
698
box[bval(vf(x, 1, c), rf(1, c))], \
usr/src/common/crypto/aes/amd64/aesopt.h
699
box[bval(vf(x, 2, c), rf(2, c))], \
usr/src/common/crypto/aes/amd64/aesopt.h
700
box[bval(vf(x, 3, c), rf(3, c))])
usr/src/common/crypto/aes/amd64/aesopt.h
758
#define ls_box(x, c) no_table(x, t_use(s, box), vf1, rf2, c)
usr/src/common/crypto/aes/amd64/aestab.h
104
d_1(uint8_t, t_dec(s, box), sb_data, h0);
usr/src/common/crypto/aes/amd64/aestab.h
107
d_1(uint8_t, t_dec(i, box), isb_data, h0);
usr/src/lib/libxcurses/h/curses.h
474
extern int box(WINDOW *, chtype, chtype);
usr/src/lib/libxcurses2/h/curses.h
381
extern int box(WINDOW *, chtype, chtype);
usr/src/ucbhead/curses.h
207
extern int box(WINDOW *, char, char);