Symbol: bot
games/hack/extern.h
342
void bot(void);
games/hack/hack.eat.c
415
bot();
games/hack/hack.main.c
436
bot();
games/hack/hack.pri.c
310
bot();
lib/libc/stdlib/merge.c
238
#define reverse(bot, top) { \
lib/libc/stdlib/merge.c
243
tmp = *bot; *bot++ = *s; *s++ = tmp; \
lib/libc/stdlib/merge.c
246
} while(bot < s); \
lib/libc/stdtime/strftime.c
370
int bot;
lib/libc/stdtime/strftime.c
380
bot = ((yday + 11 - wday) %
lib/libc/stdtime/strftime.c
386
top = bot -
lib/libc/stdtime/strftime.c
396
if (yday >= bot) {
lib/libc/stdtime/strftime.c
397
w = 1 + ((yday - bot) /
stand/lib/bootp.c
261
bp->bp_secs = htons((u_short)(getsecs() - bot));
stand/lib/bootp.c
59
static time_t bot;
stand/lib/bootp.c
98
if (!bot)
stand/lib/bootp.c
99
bot = getsecs();
sys/platform/pc64/x86_64/machdep.c
3630
char *bot;
sys/platform/pc64/x86_64/machdep.c
3647
bot = (char *)td->td_kstack + PAGE_SIZE; /* skip guard */
sys/platform/pc64/x86_64/machdep.c
3649
if (bot >= top)
sys/platform/pc64/x86_64/machdep.c
3657
if (rbp < bot || rbp > top - 8 || ((intptr_t)rbp & 7))
sys/platform/pc64/x86_64/mp_flame.c
101
char *bot;
sys/platform/pc64/x86_64/mp_flame.c
124
bot = (char *)td->td_kstack + PAGE_SIZE; /* skip guard */
sys/platform/pc64/x86_64/mp_flame.c
126
if (bot >= top)
sys/platform/pc64/x86_64/mp_flame.c
136
if (rbp < bot || rbp > top - 8 || ((intptr_t)rbp & 7))
usr.bin/vmstat/vmstat.c
713
pct(long top, long bot)
usr.bin/vmstat/vmstat.c
717
if (bot == 0)
usr.bin/vmstat/vmstat.c
719
ans = (quad_t)top * 100 / bot;
usr.bin/vmstat/vmstat.c
723
#define PCT(top, bot) pct((long)(top), (long)(bot))
usr.bin/window/ttgeneric.c
423
gen_setscroll(int top, int bot)
usr.bin/window/ttgeneric.c
425
tttgoto(gen_CS, bot, top);
usr.bin/window/ttgeneric.c
427
tt.tt_scroll_bot = bot;
usr.bin/window/ttzapple.c
348
zz_setscroll(int top, int bot)
usr.bin/window/ttzapple.c
352
ttputc(bot + ' ');
usr.bin/window/ttzapple.c
354
tt.tt_scroll_bot = bot;
usr.bin/window/wwupdate.c
157
bot = scan_bot;
usr.bin/window/wwupdate.c
165
bot = scan_bot;
usr.bin/window/wwupdate.c
185
for (i = top, touched = &wwtouched[i], upd = &wwupd[i]; i < bot;
usr.bin/window/wwupdate.c
41
wwupdate1(int top, int bot)
usr.bin/window/wwupdate.c
52
char *t1 = wwtouched + top, *t2 = wwtouched + bot;
usr.bin/window/wwupdate.c
61
scan_bot = bot = t2 - wwtouched + 1;
usr.bin/window/xx.c
153
xxscroll(int dir, int top, int bot)
usr.bin/window/xx.c
158
xp->arg1 == top && xp->arg2 == bot &&
usr.bin/window/xx.c
167
xp->arg2 = bot;