Home
last modified time | relevance | path

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

12

/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1822 int bot, in scroll_csr_forward() argument
1830 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1838 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1854 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1887 int bot, in scroll_csr_backward() argument
2003 int bot, in NCURSES_SP_NAME()
2038 && (SP_PARM->_cursrow == bot || SP_PARM->_cursrow == bot - 1)) in NCURSES_SP_NAME()
2051 res = scroll_csr_forward(NCURSES_SP_ARGx n, top, bot, top, bot, blank); in NCURSES_SP_NAME()
2067 if (bot == maxy && clr_eos) { in NCURSES_SP_NAME()
2098 -n, top, bot, top, bot, blank); in NCURSES_SP_NAME()
[all …]
H A Dhashmap.c442 NCURSES_SP_NAME(_nc_scroll_oldhash) (NCURSES_SP_DCLx int n, int top, int bot) in NCURSES_SP_NAME()
450 size = sizeof(*(oldhash(SP_PARM))) * (size_t) (bot - top + 1 - abs(n)); in NCURSES_SP_NAME()
453 for (i = bot; i > bot - n; i--) in NCURSES_SP_NAME()
464 _nc_scroll_oldhash(int n, int top, int bot) in _nc_scroll_oldhash() argument
466 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 Dtst.agghist.d.out6 bot |@@@@@@@@@@ 20
25 bot |@@@@@@@@@@@@@@@@@@@ 20
/freebsd/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/contrib/libdiff/compat/
H A Dmerge.c235 #define reverse(bot, top) { \ argument
240 tmp = *bot; *bot++ = *s; *s++ = tmp; \
243 } while(bot < s); \
/freebsd/lib/libc/stdtime/
H A Dstrftime.c371 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 Dmerge.c248 #define reverse(bot, top) { \ argument
253 tmp = *bot; *bot++ = *s; *s++ = tmp; \
256 } while(bot < s); \
/freebsd/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/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/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/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/usr.bin/vmstat/
H A Dvmstat.c906 pct(long top, long bot) in pct() argument
910 if (bot == 0) in pct()
912 ans = (quad_t)top * 100 / bot; in pct()
916 #define PCT(top, bot) pct((long)(top), (long)(bot)) argument
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
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/sys/vm/
H A Dvm_map.c4569 vm_offset_t bot, gap_bot, gap_top, top; in vm_map_stack_locked() local
4617 bot = addrbos + max_ssize - init_ssize; in vm_map_stack_locked()
4618 top = bot + init_ssize; in vm_map_stack_locked()
4620 gap_top = bot; in vm_map_stack_locked()
4622 bot = addrbos; in vm_map_stack_locked()
4623 top = bot + init_ssize; in vm_map_stack_locked()
4627 rv = vm_map_insert1(map, NULL, 0, bot, top, prot, max, cow, in vm_map_stack_locked()
4631 KASSERT(new_entry->end == top || new_entry->start == bot, in vm_map_stack_locked()
4664 (void)vm_map_delete(map, bot, top); in vm_map_stack_locked()
/freebsd/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/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.h2303 extern NCURSES_EXPORT(void) _nc_scroll_oldhash (int n, int top, int bot);
2748 …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/sys/contrib/openzfs/
H A DAUTHORS172 Daniel Stevenson <bot@dstev.net>
/freebsd/share/termcap/
H A Dtermcap2555 vt100-s-bot|dec-vt100-s-bot|vt100 with status line at bottom:\
/freebsd/share/dict/
H A Dweb2a29146 horse bot
38794 ox bot
53444 sheep bot

12