bot
bot();
void bot(void);
if(flags.botl || flags.botlx) bot();
bot();
#define reverse(bot, top) { \
tmp = *bot; *bot++ = *s; *s++ = tmp; \
} while(bot < s); \
int bot;
bot = ((yday + 11 - wday) %
top = bot -
if (yday >= bot) {
w = 1 + ((yday - bot) /
int bot;
bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3;
top = bot - (len % DAYSPERWEEK);
if (yday >= bot) {
w = 1 + ((yday - bot) / DAYSPERWEEK);
extern NCURSES_EXPORT(void) _nc_scroll_oldhash (int n, int top, int bot);
extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_scroll_oldhash)(SCREEN*, int n, int top, int bot);
NCURSES_SP_NAME(_nc_scroll_oldhash) (NCURSES_SP_DCLx int n, int top, int bot)
size = sizeof(*(oldhash(SP_PARM))) * (size_t) (bot - top + 1 - abs(n));
for (i = bot; i > bot - n; i--)
_nc_scroll_oldhash(int n, int top, int bot)
NCURSES_SP_NAME(_nc_scroll_oldhash) (CURRENT_SCREEN, n, top, bot);
int bot,
if (n == 1 && scroll_forward && top == miny && bot == maxy) {
GoTo(NCURSES_SP_ARGx bot, 0);
} else if (n == 1 && delete_line && bot == maxy) {
} else if (parm_index && top == miny && bot == maxy) {
GoTo(NCURSES_SP_ARGx bot, 0);
} else if (parm_delete_line && bot == maxy) {
} else if (scroll_forward && top == miny && bot == maxy) {
GoTo(NCURSES_SP_ARGx bot, 0);
} else if (delete_line && bot == maxy) {
GoTo(NCURSES_SP_ARGx bot - i, 0);
int bot,
if (n == 1 && scroll_reverse && top == miny && bot == maxy) {
} else if (n == 1 && insert_line && bot == maxy) {
} else if (parm_rindex && top == miny && bot == maxy) {
} else if (parm_insert_line && bot == maxy) {
} else if (scroll_reverse && top == miny && bot == maxy) {
} else if (insert_line && bot == maxy) {
int bot,
(void *) SP_PARM, n, top, bot, maxy));
res = scroll_csr_forward(NCURSES_SP_ARGx n, top, bot, 0, maxy, blank);
&& (SP_PARM->_cursrow == bot || SP_PARM->_cursrow == bot - 1))
TIPARM_2(change_scroll_region, top, bot));
res = scroll_csr_forward(NCURSES_SP_ARGx n, top, bot, top, bot, blank);
res = scroll_idl(NCURSES_SP_ARGx n, top, bot - n + 1, blank);
&& (non_dest_scroll_region || (memory_below && bot == maxy))) {
if (bot == maxy && clr_eos) {
GoTo(NCURSES_SP_ARGx bot - n + 1, 0);
GoTo(NCURSES_SP_ARGx bot - i, 0);
res = scroll_csr_backward(NCURSES_SP_ARGx -n, top, bot, 0, maxy, blank);
TIPARM_2(change_scroll_region, top, bot));
-n, top, bot, top, bot, blank);
res = scroll_idl(NCURSES_SP_ARGx -n, bot + n + 1, top, blank);
(NCURSES_SIZE_T) bot,
NCURSES_SP_NAME(_nc_scroll_oldhash) (NCURSES_SP_ARGx n, top, bot);
_nc_scrolln(int n, int top, int bot, int maxy)
return NCURSES_SP_NAME(_nc_scrolln) (CURRENT_SCREEN, n, top, bot, maxy);
struct fixed31_32 bot = dc_fixpt_add(data->inits.v, data->ratios.vert);
init_frac = dc_fixpt_u0d19(bot) << 5;
init_int = dc_fixpt_floor(bot);
struct fixed31_32 bot = dc_fixpt_add(data->inits.v_c, data->ratios.vert_c);
init_frac = dc_fixpt_u0d19(bot) << 5;
init_int = dc_fixpt_floor(bot);
struct fixed31_32 bot = dc_fixpt_add(data->inits.v, data->ratios.vert);
init_frac = dc_fixpt_u0d19(bot) << 5;
init_int = dc_fixpt_floor(bot);
struct fixed31_32 bot = dc_fixpt_add(data->inits.v_c, data->ratios.vert_c);
init_frac = dc_fixpt_u0d19(bot) << 5;
init_int = dc_fixpt_floor(bot);
struct spl_fixed31_32 bot;
bot = spl_fixpt_add(scl_data->inits.v, scl_data->ratios.vert);
dscl_prog_data->init.v_filter_init_bot_frac = spl_fixpt_u0d19(bot) << 5;
dscl_prog_data->init.v_filter_init_bot_int = spl_fixpt_floor(bot);
bot = spl_fixpt_add(scl_data->inits.v_c, scl_data->ratios.vert_c);
dscl_prog_data->init.v_filter_init_bot_frac_c = spl_fixpt_u0d19(bot) << 5;
dscl_prog_data->init.v_filter_init_bot_int_c = spl_fixpt_floor(bot);
bp->bp_secs = htons((u_short)(getsecs() - bot));
static time_t bot;
if (!bot)
bot = getsecs();
ttinsl(int row, int bot, int nchunk)
if (row == bot) {
nl = bot - row;
ttwindow(row, bot);
ttmove(1 + bot - nchunk, 0);
ttdell(int row, int bot, int nchunk)
if (row == bot) {
nl = bot - row;
ttwindow(row, bot);
ttmove(bot, 0);
ttmove(1 + bot - nchunk, 0);
ttwindow(int top, int bot)
if (change_scroll_region && (tttop != top || ttbot != bot)) {
putpad(tgoto(change_scroll_region, bot, top), nrow - ttrow);
ttbot = bot;
pct(int64_t top, int64_t bot)
if (bot == 0)
ans = top * 100 / bot;