Searched refs:bot (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1809 * (lav): added more cases, used dl/il when bot==maxy and in csr case.
1822 int bot,
1829 if (n == 1 && scroll_forward && top == miny && bot == maxy) {
1830 GoTo(NCURSES_SP_ARGx bot, 0);
1833 } else if (n == 1 && delete_line && bot == maxy) {
1837 } else if (parm_index && top == miny && bot == maxy) {
1838 GoTo(NCURSES_SP_ARGx bot, 0);
1845 } else if (parm_delete_line && bot == maxy) {
1853 } else if (scroll_forward && top == miny && bot == maxy) {
1854 GoTo(NCURSES_SP_ARGx bot,
1819 scroll_csr_forward(NCURSES_SP_DCLx int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1884 scroll_csr_backward(NCURSES_SP_DCLx int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
2000 _nc_scrolln(NCURSES_SP_DCLx int n, int top, int bot, int maxy) argument
2137 _nc_scrolln(int n, int top, int bot, int maxy) argument
[all...]
H A Dhashmap.c442 NCURSES_SP_NAME(_nc_scroll_oldhash) (NCURSES_SP_DCLx int n, int top, int bot) argument
450 size = sizeof(*(oldhash(SP_PARM))) * (size_t) (bot - top + 1 - abs(n));
453 for (i = bot; i > bot - n; i--)
464 _nc_scroll_oldhash(int n, int top, int bot) argument
466 NCURSES_SP_NAME(_nc_scroll_oldhash) (CURRENT_SCREEN, n, top, bot);
/freebsd-current/lib/libc/stdlib/
H A Dmerge.c248 #define reverse(bot, top) { \
253 tmp = *bot; *bot++ = *s; *s++ = tmp; \
256 } while(bot < s); \
/freebsd-current/contrib/libdiff/compat/
H A Dmerge.c235 #define reverse(bot, top) { \
240 tmp = *bot; *bot++ = *s; *s++ = tmp; \
243 } while(bot < s); \
/freebsd-current/lib/libc/stdtime/
H A Dstrftime.c371 int bot; local
381 bot = ((yday + 11 - wday) %
387 top = bot -
397 if (yday >= bot) {
398 w = 1 + ((yday - bot) /
/freebsd-current/contrib/tzcode/
H A Dstrftime.c406 int bot; local
416 bot = ((yday + 11 - wday) %
422 top = bot -
432 if (yday >= bot) {
433 w = 1 + ((yday - bot) /
/freebsd-current/stand/libsa/
H A Dbootp.c62 static time_t bot; variable
137 if (!bot)
138 bot = getsecs();
273 bp->bp_secs = htons((u_short)(getsecs() - bot));
/freebsd-current/usr.bin/vmstat/
H A Dvmstat.c906 pct(long top, long bot) argument
910 if (bot == 0)
912 ans = (quad_t)top * 100 / bot;
916 #define PCT(top, bot) pct((long)(top), (long)(bot))
/freebsd-current/sys/vm/
H A Dvm_map.c4569 vm_offset_t bot, gap_bot, gap_top, top; local
4617 bot = addrbos + max_ssize - init_ssize;
4618 top = bot + init_ssize;
4620 gap_top = bot;
4622 bot = addrbos;
4623 top = bot + init_ssize;
4627 rv = vm_map_insert1(map, NULL, 0, bot, top, prot, max, cow,
4631 KASSERT(new_entry->end == top || new_entry->start == bot,
4664 (void)vm_map_delete(map, bot, top);
/freebsd-current/contrib/less/
H A Dscreen.c2345 short bot, right;
2353 _gettextwindow(&top, &left, &bot, &right);
2364 _settextwindow(top, left, bot, right);

Completed in 217 milliseconds