Symbol: bottom
games/canfield/canfield/canfield.c
1178
bottom[des] = *cp;
games/canfield/canfield/canfield.c
1230
if (tabok(bottom[sour], des)) {
games/canfield/canfield/canfield.c
1232
temp = bottom[sour];
games/canfield/canfield/canfield.c
1233
bottom[sour] = NIL;
games/canfield/canfield/canfield.c
1234
if (bottom[des] == NIL)
games/canfield/canfield/canfield.c
1235
bottom[des] = temp;
games/canfield/canfield/canfield.c
155
static struct cardtype *bottom[4], *found[4], *tableau[4];
games/canfield/canfield/canfield.c
705
bottom[i] = tableau[i];
games/canfield/canfield/canfield.c
858
cp != bottom[0] && cp != bottom[1] &&
games/canfield/canfield/canfield.c
859
cp != bottom[2] && cp != bottom[3])
games/dab/algor.cc
87
ne += bbox.isset(BOX::bottom);
games/dab/human.cc
127
dir = BOX::bottom;
games/worms/worms.c
203
int CO, LI, last, bottom, ch, number, trail;
games/worms/worms.c
436
bottom = LI - 1;
games/worms/worms.c
505
mvaddch(y = w->ypos[h] = bottom,
games/worms/worms.c
524
: (y == bottom ? lowleft : left))
games/worms/worms.c
527
: (y == bottom ? lowright : right))
games/worms/worms.c
529
: (y == bottom ? lower : normal)))
lib/libcurses/border.c
101
bottom & __CHARTEXT, bottom & __ATTRIBUTES);
lib/libcurses/border.c
118
bottom |= (bottom & __COLOR) ? (win->wattr & ~__COLOR) : win->wattr;
lib/libcurses/border.c
119
bottom |= (bottom & __COLOR) ? (win->battr & ~__COLOR) : win->battr;
lib/libcurses/border.c
144
lp[i].ch = (wchar_t) bottom & __CHARTEXT;
lib/libcurses/border.c
145
lp[i].attr = (attr_t) bottom & __ATTRIBUTES;
lib/libcurses/border.c
178
S(bottom, bs, WACS_HLINE);
lib/libcurses/border.c
208
cchar_t left, right, bottom, top, topleft, topright, botleft, botright;
lib/libcurses/border.c
227
memcpy(&bottom, bs, sizeof(cchar_t));
lib/libcurses/border.c
229
memcpy(&bottom, WACS_HLINE, sizeof(cchar_t));
lib/libcurses/border.c
255
bottom.vals[0], bottom.attributes );
lib/libcurses/border.c
278
bottom.attributes |= (bottom.attributes & __COLOR) ?
lib/libcurses/border.c
280
bottom.attributes |= (bottom.attributes & __COLOR) ?
lib/libcurses/border.c
460
win->alines[endy]->line[i + j].ch = bottom.vals[0];
lib/libcurses/border.c
462
win->alines[endy]->line[i + j].attr = bottom.attributes;
lib/libcurses/border.c
476
if (bottom.elements > 1) {
lib/libcurses/border.c
477
for (k = 1; k < bottom.elements; k++) {
lib/libcurses/border.c
481
np->ch = bottom.vals[ k ];
lib/libcurses/border.c
51
border(chtype left, chtype right, chtype top, chtype bottom, chtype topleft,
lib/libcurses/border.c
54
return wborder(stdscr, left, right, top, bottom, topleft, topright,
lib/libcurses/border.c
66
wborder(WINDOW *win, chtype left, chtype right, chtype top, chtype bottom,
lib/libcurses/border.c
82
if (!(bottom & __CHARTEXT))
lib/libcurses/border.c
83
bottom |= ACS_HLINE;
lib/libcurses/scroll.c
131
wsetscrreg(WINDOW *win, int top, int bottom)
lib/libcurses/scroll.c
136
if (top < 0 || bottom >= win->maxy || bottom - top < 1)
lib/libcurses/scroll.c
139
win->scr_b = bottom;
lib/libcurses/scroll.c
148
wgetscrreg(WINDOW *win, int *top, int *bottom)
lib/libcurses/scroll.c
154
*bottom = win->scr_b;
lib/libcurses/scroll.c
73
setscrreg(int top, int bottom)
lib/libcurses/scroll.c
76
return wsetscrreg(stdscr, top, bottom);
lib/libcurses/scroll.c
84
getscrreg(int *top, int *bottom)
lib/libcurses/scroll.c
87
return wgetscrreg(stdscr, top, bottom);
lib/libintl/gettext.c
851
int top, bottom, middle, omiddle;
lib/libintl/gettext.c
856
bottom = mohandle->mo.mo_nstring;
lib/libintl/gettext.c
860
if (top > bottom)
lib/libintl/gettext.c
862
middle = (top + bottom) / 2;
lib/libintl/gettext.c
876
bottom = middle;
lib/libpuffs/callcontext.c
338
uintptr_t bottom;
lib/libpuffs/callcontext.c
343
bottom = ((uintptr_t)&bottom) & ~(stacksize-1);
lib/libpuffs/callcontext.c
344
return (struct puffs_cc *)bottom;
sbin/ifconfig/env.c
47
prop_dictionary_augment(prop_dictionary_t bottom, prop_dictionary_t top)
sbin/ifconfig/env.c
55
d = prop_dictionary_copy_mutable(bottom);
sbin/nvmectl/bignum.c
159
mp_digit *top, *bottom;
sbin/nvmectl/bignum.c
181
bottom = a->dp + a->used - 1 - b;
sbin/nvmectl/bignum.c
188
*top-- = *bottom--;
sbin/nvmectl/bignum.c
5615
BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
sbin/nvmectl/bignum.c
5639
if (bottom) {
sys/arch/amiga/dev/grfabs_reg.h
269
(r)->bottom = (b)->y + (b)->height -1; \
sys/arch/amiga/dev/grfabs_reg.h
276
(b)->height = (r)->bottom - (r)->top +1; \
sys/arch/amiga/dev/grfabs_reg.h
280
#define INIT_RECT(rc,l,t,r,b) do{(rc)->left = l; (rc)->right = r; (rc)->top = t; (rc)->bottom = b;}while (0)
sys/arch/amiga/dev/grfabs_reg.h
60
long bottom;
sys/arch/amiga/dev/ite_rh.c
147
screen_up(struct ite_softc *ip, int top, int bottom, int lines)
sys/arch/amiga/dev/ite_rh.c
151
if (top >= bottom)
sys/arch/amiga/dev/ite_rh.c
154
if (top + lines >= bottom) {
sys/arch/amiga/dev/ite_rh.c
155
RZ3AlphaErase(ip->grf, 0, top, bottom - top, ip->cols);
sys/arch/amiga/dev/ite_rh.c
159
RZ3AlphaCopy(ip->grf, 0, top+lines, 0, top, ip->cols, bottom-top-lines+1);
sys/arch/amiga/dev/ite_rh.c
160
RZ3AlphaErase(ip->grf, 0, bottom - lines + 1, ip->cols, lines);
sys/arch/amiga/dev/ite_rh.c
165
screen_down (struct ite_softc *ip, int top, int bottom, int lines)
sys/arch/amiga/dev/ite_rh.c
169
if (top >= bottom)
sys/arch/amiga/dev/ite_rh.c
172
if (top + lines >= bottom) {
sys/arch/amiga/dev/ite_rh.c
173
RZ3AlphaErase(ip->grf, 0, top, bottom - top, ip->cols);
sys/arch/amiga/dev/ite_rh.c
177
RZ3AlphaCopy(ip->grf, 0, top, 0, top+lines, ip->cols, bottom-top-lines+1);
sys/arch/amiga/dev/ite_rt.c
146
screen_up(struct ite_softc *ip, int top, int bottom, int lines)
sys/arch/amiga/dev/ite_rt.c
153
if (top >= bottom)
sys/arch/amiga/dev/ite_rt.c
156
if (top + lines >= bottom)
sys/arch/amiga/dev/ite_rt.c
158
retina_clear (ip, top, 0, bottom - top, ip->cols);
sys/arch/amiga/dev/ite_rt.c
199
short x = (1 + bottom - (top + lines)) * (md->TX / 16) - 1;
sys/arch/amiga/dev/ite_rt.c
241
f += (1 + bottom - lines) * md->TX * 2;
sys/arch/amiga/dev/ite_rt.c
256
p += (1 + bottom - lines) * (md->TX/4);
sys/arch/amiga/dev/ite_rt.c
274
screen_down(struct ite_softc *ip, int top, int bottom, int lines)
sys/arch/amiga/dev/ite_rt.c
281
if (top >= bottom)
sys/arch/amiga/dev/ite_rt.c
284
if (top + lines >= bottom)
sys/arch/amiga/dev/ite_rt.c
286
retina_clear (ip, top, 0, bottom - top, ip->cols);
sys/arch/amiga/dev/ite_rt.c
317
short x = (1 + bottom - (top + lines)) * (md->TX / 16) - 1;
sys/arch/amiga/dev/ite_rt.c
318
p += (1 + bottom - (top + lines)) * md->TX;
sys/arch/amiga/dev/ite_ul.c
300
static void screen_up(struct ite_softc *ip, int top, int bottom, int lines)
sys/arch/amiga/dev/ite_ul.c
309
printf("screen_up %d %d %d ->",top,bottom,lines);
sys/arch/amiga/dev/ite_ul.c
313
if (top >= bottom)
sys/arch/amiga/dev/ite_ul.c
316
if (top + lines >= bottom)
sys/arch/amiga/dev/ite_ul.c
318
ulowell_clear (ip, top, 0, bottom - top, ip->cols);
sys/arch/amiga/dev/ite_ul.c
326
cmd[4] = (bottom-top+1) * ip->ftheight; /* h */
sys/arch/amiga/dev/ite_ul.c
331
ulowell_clear(ip, bottom-lines+1, 0, lines-1, ip->cols);
sys/arch/amiga/dev/ite_ul.c
334
static void screen_down(struct ite_softc *ip, int top, int bottom, int lines)
sys/arch/amiga/dev/ite_ul.c
343
printf("screen_down %d %d %d ->",top,bottom,lines);
sys/arch/amiga/dev/ite_ul.c
348
if (top >= bottom)
sys/arch/amiga/dev/ite_ul.c
351
if (top + lines >= bottom)
sys/arch/amiga/dev/ite_ul.c
353
ulowell_clear (ip, top, 0, bottom - top, ip->cols);
sys/arch/amiga/dev/ite_ul.c
361
cmd[4] = (bottom - top - lines) * ip->ftheight; /* h */
sys/arch/atari/dev/grfabs_reg.h
60
long bottom;
sys/arch/hpc/stand/hpcboot/menu/menu.cpp
466
SCALEY(UNSCALEY(_rect.bottom - _rect.top) - 60), TRUE);
sys/arch/hpc/stand/hpcboot/menu/tabwindow.cpp
44
int cy = _rect.bottom - _rect.top;
sys/arch/hpc/stand/hpcboot/menu/tabwindow.h
104
_rect.bottom - _rect.top, TRUE);
sys/arch/hpcmips/stand/pbsdboot/layout.c
69
ratio_y = (rect.bottom - rect.top) * 100 / dlg.cy;
sys/arch/mac68k/dev/grfvar.h
133
u_int16_t bottom;
sys/arch/mac68k/nubus/grf_nubus.c
205
gm->height = image.bottom - image.top;
sys/arch/mac68k/nubus/grf_nubus.c
92
memcpy(&image->bottom, d + 14, 2);
sys/arch/vax/include/qevent.h
109
short bottom;
sys/dev/ieee1394/fwohci.c
1304
sc->atrq.bottom = sc->atrq.top;
sys/dev/ieee1394/fwohci.c
1305
sc->atrs.bottom = sc->atrs.top;
sys/dev/ieee1394/fwohci.c
1501
if (db_tr != dbch->bottom)
sys/dev/ieee1394/fwohci.c
1573
tr = dbch->bottom;
sys/dev/ieee1394/fwohci.c
1643
dbch->bottom = STAILQ_NEXT(tr, link);
sys/dev/ieee1394/fwohci.c
1678
if (dbch->bottom == dbch->top) {
sys/dev/ieee1394/fwohci.c
1684
tr = dbch->bottom;
sys/dev/ieee1394/fwohci.c
1807
dbch->bottom = dbch->top;
sys/dev/ieee1394/fwohci.c
1835
for (i = 0, dbch->bottom = dbch->top; i < dbch->ndb - 1; i++)
sys/dev/ieee1394/fwohci.c
1836
dbch->bottom = STAILQ_NEXT(dbch->bottom, link);
sys/dev/ieee1394/fwohci.c
1859
dbch->bottom->db[dbch->bottom->dbcnt - 1].db.desc.depend, 0xf);
sys/dev/ieee1394/fwohci.c
1881
for (i = 0, dbch->bottom = dbch->top; i < dbch->ndb - 1; i++)
sys/dev/ieee1394/fwohci.c
1882
dbch->bottom = STAILQ_NEXT(dbch->bottom, link);
sys/dev/ieee1394/fwohci.c
1907
FWOHCI_DMA_CLEAR(dbch->bottom->db[db_tr->dbcnt - 1].db.desc.depend,
sys/dev/ieee1394/fwohci.c
2732
struct fwohcidb_tr *bdb_tr = dbch->bottom;
sys/dev/ieee1394/fwohci.c
2743
dbch->bottom = db_tr;
sys/dev/ieee1394/fwohcivar.h
53
struct fwohcidb_tr *bottom;
sys/dev/iscsi/iscsi_globals.h
200
int bottom; /* bottom of buffer (oldest element) */
sys/dev/iscsi/iscsi_globals.h
614
return buf->top == buf->bottom;
sys/dev/iscsi/iscsi_utils.c
573
buff->bottom = 0;
sys/dev/iscsi/iscsi_utils.c
618
b = buff->bottom;
sys/dev/iscsi/iscsi_utils.c
654
int b = buff->bottom;
sys/dev/iscsi/iscsi_utils.c
667
if (b == buff->bottom)
sys/dev/iscsi/iscsi_utils.c
668
buff->bottom = (b + 1) % SERNUM_BUFFER_LENGTH;
sys/dev/iscsi/iscsi_utils.c
673
for (b = buff->bottom, num = buff->sernum[b] - 1;
sys/dev/iscsi/iscsi_utils.c
683
buff->bottom, buff->top, num, buff->ExpSN));
sys/dev/qbus/qd.c
2486
eqh->curs_pos.y <= eqh->curs_box.bottom ) {
sys/dev/qbus/qd.c
2662
eqh->curs_pos.y <= eqh->curs_box.bottom ) {
sys/dev/qbus/qd.c
3313
eq_header[unit]->curs_box.bottom = 0;
sys/dev/qbus/qd.c
3364
short bottom;
sys/dev/qbus/qd.c
3514
bottom = 2048;
sys/dev/qbus/qd.c
3520
adder->y_clip_max = bottom;
sys/dev/qbus/qd.c
3524
adder->scroll_y_max = bottom;
sys/dev/qbus/qevent.h
109
short bottom;
tests/lib/libcurses/slave/curses_commands.c
3353
ARG_INT(bottom);
tests/lib/libcurses/slave/curses_commands.c
3356
report_return(wsetscrreg(win, top, bottom));
tests/lib/libcurses/slave/curses_commands.c
647
ARG_INT(bottom);
tests/lib/libcurses/slave/curses_commands.c
650
report_return(setscrreg(top, bottom));
tests/usr.bin/xlint/lint1/lang_level_c99.c
150
short top, left, bottom, right;
usr.bin/make/suff.c
1771
Candidate *bottom; /* Start of found transformation path */
usr.bin/make/suff.c
1801
bottom = NULL;
usr.bin/make/suff.c
1816
bottom = FindThem(&sources, cs);
usr.bin/make/suff.c
1818
if (bottom == NULL) {
usr.bin/make/suff.c
1832
for (targ = bottom;
usr.bin/make/suff.c
1879
while (bottom != NULL && bottom->parent != NULL) {
usr.bin/make/suff.c
1880
CandidateSearcher_AddIfNew(cs, bottom);
usr.bin/make/suff.c
1881
bottom = bottom->parent;
usr.bin/make/suff.c
1883
bottom = src;
usr.bin/make/suff.c
1887
if (bottom == NULL) {
usr.bin/make/suff.c
1904
if (bottom->node == NULL)
usr.bin/make/suff.c
1905
bottom->node = Targ_GetNode(bottom->file);
usr.bin/make/suff.c
1907
for (src = bottom; src->parent != NULL; src = src->parent) {
usr.bin/make/suff.c
1940
if (bottom != NULL)
usr.bin/make/suff.c
1941
CandidateSearcher_AddIfNew(cs, bottom);
usr.bin/telnet/ring.c
107
ring->supply = ring->consume = ring->bottom = buffer;
usr.bin/telnet/ring.c
109
ring->top = ring->bottom+ring->size;
usr.bin/telnet/ring.c
182
ring->bottom <= ring->clearto)
usr.bin/telnet/ring.c
191
ring->consume = ring->supply = ring->bottom;
usr.bin/telnet/ring.c
302
(*encryptor)(ring->bottom, s - ring->bottom);
usr.bin/telnet/ring.c
75
#define ring_decrement(d,a,c) (((a)-(c) >= (d)->bottom)? \
usr.bin/telnet/ring.h
49
*bottom, /* lowest address in buffer */
usr.bin/telnet/terminal.c
114
n1 = TerminalWrite(ttyoring.bottom, n1);