Home
last modified time | relevance | path

Searched refs:bot (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14.2/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1829 int bot, in scroll_csr_forward() argument
1837 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1845 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1861 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1894 int bot, in scroll_csr_backward() argument
2010 int bot, in NCURSES_SP_NAME()
2045 && (SP_PARM->_cursrow == bot || SP_PARM->_cursrow == bot - 1)) in NCURSES_SP_NAME()
2058 res = scroll_csr_forward(NCURSES_SP_ARGx n, top, bot, top, bot, blank); in NCURSES_SP_NAME()
2074 if (bot == maxy && clr_eos) { in NCURSES_SP_NAME()
2105 -n, top, bot, top, bot, blank); in NCURSES_SP_NAME()
[all …]
H A Dhashmap.c445 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-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.agghist.d.out6 bot |@@@@@@@@@@ 20
25 bot |@@@@@@@@@@@@@@@@@@@ 20
/freebsd-14.2/contrib/tzcode/
H A Dstrftime.c406 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-14.2/lib/libc/stdtime/
H A Dstrftime.c384 int bot; in _fmt() local
394 bot = ((yday + 11 - wday) % in _fmt()
400 top = bot - in _fmt()
410 if (yday >= bot) { in _fmt()
411 w = 1 + ((yday - bot) / in _fmt()
/freebsd-14.2/lib/libc/stdlib/
H A Dmerge.c251 #define reverse(bot, top) { \ argument
256 tmp = *bot; *bot++ = *s; *s++ = tmp; \
259 } while(bot < s); \
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/msm/
H A Ddsi-phy-10nm.yaml49 qcom,phy-rescode-offset-bot:
98 qcom,phy-rescode-offset-bot = /bits/ 8 <0 0 0 0 0>;
/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-quackingstick-r0.dts20 qcom,phy-rescode-offset-bot = /bits/ 8 <(-13) (-13) (-13) (-13) (-13)>;
H A Dsc7180-trogdor-wormdingler-rev1-boe.dts22 qcom,phy-rescode-offset-bot = /bits/ 8 <31 31 31 31 (-32)>;
/freebsd-14.2/stand/libsa/
H A Dbootp.c62 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-14.2/usr.bin/ee/nls/pt_BR.ISO8859-1/
H A Dee.msg47 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-14.2/usr.bin/vmstat/
H A Dvmstat.c921 pct(long top, long bot) in pct() argument
925 if (bot == 0) in pct()
927 ans = (quad_t)top * 100 / bot; in pct()
931 #define PCT(top, bot) pct((long)(top), (long)(bot)) argument
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Daspeed-bmc-ibm-everest.dts437 label = "cablecard-c01-cxp-bot";
473 label = "cablecard-c02-cxp-bot";
509 label = "cablecard-c03-cxp-bot";
582 label = "cablecard-c04-cxp-bot";
618 label = "cablecard-c05-cxp-bot";
654 label = "cablecard-c06-cxp-bot";
690 label = "cablecard-c07-cxp-bot";
739 label = "cablecard-c08-cxp-bot";
775 label = "cablecard-c09-cxp-bot";
811 label = "cablecard-c10-cxp-bot";
[all …]
H A Daspeed-bmc-ibm-rainier.dts1056 label = "cablecard0-cxp-bot";
1138 label = "cablecard3-cxp-bot";
1175 label = "cablecard4-cxp-bot";
2070 label = "cablecard10-cxp-bot";
/freebsd-14.2/sys/vm/
H A Dvm_map.c4588 vm_offset_t bot, gap_bot, gap_top, top; in vm_map_stack_locked() local
4636 bot = addrbos + max_ssize - init_ssize; in vm_map_stack_locked()
4637 top = bot + init_ssize; in vm_map_stack_locked()
4639 gap_top = bot; in vm_map_stack_locked()
4641 bot = addrbos; in vm_map_stack_locked()
4642 top = bot + init_ssize; in vm_map_stack_locked()
4646 rv = vm_map_insert1(map, NULL, 0, bot, top, prot, max, cow, in vm_map_stack_locked()
4650 KASSERT(new_entry->end == top || new_entry->start == bot, in vm_map_stack_locked()
4683 (void)vm_map_delete(map, bot, top); in vm_map_stack_locked()
/freebsd-14.2/contrib/less/
H A Dscreen.c2345 short bot, right; in clear_eol()
2353 _gettextwindow(&top, &left, &bot, &right); in clear_eol()
2364 _settextwindow(top, left, bot, right); in clear_eol()
/freebsd-14.2/contrib/ncurses/ncurses/
H A Dllib-lncurses87 int bot)
94 int bot)
2500 int bot,
2508 int bot,
H A Dllib-lncursest87 int bot)
94 int bot)
2509 int bot,
2517 int bot,
H A Dcurses.priv.h2157 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 Dllib-lncursestw87 int bot)
94 int bot)
3101 int bot,
3109 int bot,
H A Dllib-lncursesw87 int bot)
94 int bot)
3092 int bot,
3100 int bot,
/freebsd-14.2/sys/contrib/openzfs/
H A DAUTHORS175 Daniel Stevenson <bot@dstev.net>
/freebsd-14.2/share/termcap/
H A Dtermcap2557 vt100-s-bot|dec-vt100-s-bot|vt100 with status line at bottom:\
/freebsd-14.2/share/dict/
H A Dweb2a29146 horse bot
38794 ox bot
53444 sheep bot
/freebsd-14.2/
H A DObsoleteFiles.inc6720 OLD_FILES+=usr/share/terminfo/v/vt100-bot-s
6727 OLD_FILES+=usr/share/terminfo/v/vt100-s-bot

12