/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 1829 int bot, in scroll_csr_forward() argument 1836 if (n == 1 && scroll_forward && top == miny && bot == maxy) { in scroll_csr_forward() 1837 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward() 1840 } else if (n == 1 && delete_line && bot == maxy) { in scroll_csr_forward() 1844 } else if (parm_index && top == miny && bot == maxy) { in scroll_csr_forward() 1845 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward() 1852 } else if (parm_delete_line && bot == maxy) { in scroll_csr_forward() 1860 } else if (scroll_forward && top == miny && bot == maxy) { in scroll_csr_forward() 1861 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward() 1866 } else if (delete_line && bot == maxy) { in scroll_csr_forward() [all …]
|
H A D | hashmap.c | 445 NCURSES_SP_NAME(_nc_scroll_oldhash) (NCURSES_SP_DCLx int n, int top, int bot) in NCURSES_SP_NAME() 453 size = sizeof(*(oldhash(SP_PARM))) * (size_t) (bot - top + 1 - abs(n)); in NCURSES_SP_NAME() 456 for (i = bot; i > bot - n; i--) in NCURSES_SP_NAME() 467 _nc_scroll_oldhash(int n, int top, int bot) in _nc_scroll_oldhash() argument 469 NCURSES_SP_NAME(_nc_scroll_oldhash) (CURRENT_SCREEN, n, top, bot); in _nc_scroll_oldhash()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.agghist.d.out | 6 bot |@@@@@@@@@@ 20 25 bot |@@@@@@@@@@@@@@@@@@@ 20
|
/freebsd/contrib/tzcode/ |
H A D | strftime.c | 406 int bot; in _fmt() local 416 bot = ((yday + 11 - wday) % in _fmt() 422 top = bot - in _fmt() 432 if (yday >= bot) { in _fmt() 433 w = 1 + ((yday - bot) / in _fmt()
|
/freebsd/lib/libc/stdtime/ |
H A D | strftime.c | 371 int bot; in _fmt() local 381 bot = ((yday + 11 - wday) % in _fmt() 387 top = bot - in _fmt() 397 if (yday >= bot) { in _fmt() 398 w = 1 + ((yday - bot) / in _fmt()
|
/freebsd/lib/libc/stdlib/ |
H A D | merge.c | 248 #define reverse(bot, top) { \ argument 253 tmp = *bot; *bot++ = *s; *s++ = tmp; \ 256 } while(bot < s); \
|
/freebsd/stand/libsa/ |
H A D | bootp.c | 62 static time_t bot; variable 137 if (!bot) in bootp() 138 bot = getsecs(); in bootp() 273 bp->bp_secs = htons((u_short)(getsecs() - bot)); in bootpsend()
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc7180-trogdor-quackingstick-r0.dts | 20 qcom,phy-rescode-offset-bot = /bits/ 8 <(-13) (-13) (-13) (-13) (-13)>;
|
H A D | sc7180-trogdor-wormdingler-rev1-boe.dts | 23 qcom,phy-rescode-offset-bot = /bits/ 8 <31 31 31 31 (-32)>;
|
/freebsd/usr.bin/ee/nls/pt_BR.ISO8859-1/ |
H A D | ee.msg | 47 37 "^b bot�o de texto ^j nova linha ^t in�cio do texto " 69 59 "^b bot�o de texto ^g in�cio da linha ^w deletar palavra ^l esquerda … 158 148 "^c comando ^k deletar linha ^u bot�o de texto "
|
/freebsd/usr.bin/vmstat/ |
H A D | vmstat.c | 912 pct(long top, long bot) in pct() argument 916 if (bot == 0) in pct() 918 ans = (quad_t)top * 100 / bot; in pct() 922 #define PCT(top, bot) pct((long)(top), (long)(bot)) argument
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-ibm-everest.dts | 455 label = "cablecard-c01-cxp-bot"; 491 label = "cablecard-c02-cxp-bot"; 527 label = "cablecard-c03-cxp-bot"; 600 label = "cablecard-c04-cxp-bot"; 636 label = "cablecard-c05-cxp-bot"; 672 label = "cablecard-c06-cxp-bot"; 708 label = "cablecard-c07-cxp-bot"; 757 label = "cablecard-c08-cxp-bot"; 793 label = "cablecard-c09-cxp-bot"; 829 label = "cablecard-c10-cxp-bot"; [all …]
|
H A D | aspeed-bmc-ibm-fuji.dts | 457 label = "cablecard-c01-cxp-bot"; 493 label = "cablecard-c02-cxp-bot"; 529 label = "cablecard-c03-cxp-bot"; 600 label = "cablecard-c04-cxp-bot"; 636 label = "cablecard-c05-cxp-bot"; 672 label = "cablecard-c06-cxp-bot"; 708 label = "cablecard-c07-cxp-bot"; 756 label = "cablecard-c08-cxp-bot"; 792 label = "cablecard-c09-cxp-bot"; 828 label = "cablecard-c10-cxp-bot"; [all …]
|
H A D | aspeed-bmc-ibm-rainier.dts | 380 label = "cablecard0-cxp-bot"; 462 label = "cablecard3-cxp-bot"; 499 label = "cablecard4-cxp-bot"; 1394 label = "cablecard10-cxp-bot";
|
H A D | aspeed-bmc-ibm-blueridge.dts | 381 label = "cablecard0-cxp-bot"; 461 label = "cablecard3-cxp-bot"; 497 label = "cablecard4-cxp-bot"; 1345 label = "cablecard10-cxp-bot";
|
/freebsd/sys/vm/ |
H A D | vm_map.c | 4596 vm_offset_t bot, gap_bot, gap_top, top; in vm_map_stack_locked() 4634 bot = addrbos + max_ssize - init_ssize; in vm_map_stack_locked() 4635 top = bot + init_ssize; in vm_map_stack_locked() 4637 gap_top = bot; in vm_map_stack_locked() 4638 rv = vm_map_insert1(map, NULL, 0, bot, top, prot, max, cow, in vm_map_stack_locked() 4642 KASSERT(new_entry->end == top || new_entry->start == bot, in vm_map_stack_locked() 4670 (void)vm_map_delete(map, bot, top); in vm_map_stack_locked() 4595 vm_offset_t bot, gap_bot, gap_top, top; vm_map_stack_locked() local
|
/freebsd/contrib/less/ |
H A D | screen.c | 2355 short bot, right; in clear_eol() 2363 _gettextwindow(&top, &left, &bot, &right); in clear_eol() 2374 _settextwindow(top, left, bot, right); in clear_eol()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 87 int bot) 94 int bot) 2509 int bot, 2517 int bot,
|
H A D | llib-lncurses | 87 int bot) 94 int bot) 2500 int bot, 2508 int bot,
|
H A D | curses.priv.h | 2157 extern NCURSES_EXPORT(void) _nc_scroll_oldhash (int n, int top, int bot); 2618 …ern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_scroll_oldhash)(SCREEN*, int n, int top, int bot);
|
H A D | llib-lncursestw | 87 int bot) 94 int bot) 3101 int bot, 3109 int bot,
|
H A D | llib-lncursesw | 87 int bot) 94 int bot) 3092 int bot, 3100 int bot,
|
/freebsd/sys/contrib/openzfs/ |
H A D | AUTHORS | 175 Daniel Stevenson <bot@dstev.net>
|
/freebsd/share/termcap/ |
H A D | termcap | 2555 vt100-s-bot|dec-vt100-s-bot|vt100 with status line at bottom:\
|
/freebsd/share/dict/ |
H A D | web2a | 29146 horse bot 38794 ox bot 53444 sheep bot
|