Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 235) sorted by relevance

12345678910

/freebsd-9-stable/contrib/ncurses/ncurses/base/
Dlib_scrreg.c46 wsetscrreg(WINDOW *win, int top, int bottom) in NCURSES_EXPORT()
48 T((T_CALLED("wsetscrreg(%p,%d,%d)"), win, top, bottom)); in NCURSES_EXPORT()
52 bottom >= 0 && bottom <= win->_maxy && in NCURSES_EXPORT()
53 bottom > top) { in NCURSES_EXPORT()
55 win->_regbottom = (NCURSES_SIZE_T) bottom; in NCURSES_EXPORT()
Dlib_scroll.c52 NCURSES_SIZE_T const bottom, in NCURSES_EXPORT()
61 win, n, (long) top, (long) bottom)); in NCURSES_EXPORT()
64 || bottom < top in NCURSES_EXPORT()
65 || bottom > win->_maxy) { in NCURSES_EXPORT()
84 for (line = bottom; line >= limit && line >= 0; line--) { in NCURSES_EXPORT()
102 limit = bottom - n; in NCURSES_EXPORT()
110 for (line = bottom; line > limit && line >= 0; line--) { in NCURSES_EXPORT()
116 touchline(win, top, bottom - top + 1); in NCURSES_EXPORT()
/freebsd-9-stable/contrib/dialog/
Darrows.c74 int bottom; in dlg_draw_helpline() local
77 && (bottom = getmaxy(win) - 1) > 0) { in dlg_draw_helpline()
87 (void) wmove(win, bottom, other + (avail - limit) / 2); in dlg_draw_helpline()
102 int bottom, in dlg_draw_arrows2() argument
136 (void) wmove(win, bottom, x); in dlg_draw_arrows2()
145 mouse_mkbutton(bottom, x - 1, 6, KEY_NPAGE); in dlg_draw_arrows2()
162 int bottom, in dlg_draw_scrollbar() argument
192 (void) wmove(win, bottom, right - 7); in dlg_draw_scrollbar()
202 int all_high = (bottom - top - 1); in dlg_draw_scrollbar()
235 bottom, in dlg_draw_scrollbar()
[all …]
/freebsd-9-stable/contrib/expat/doc/
Dstyle.css31 padding-bottom: 0.3em;
44 padding-bottom: .5em;
55 padding-bottom: .5em;
66 margin-bottom: 1em;
89 margin-bottom: 2em;
93 margin-bottom: 2em;
100 margin-bottom: 1em;
/freebsd-9-stable/crypto/openssl/crypto/bn/
Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand() argument
189 if (bottom) /* set bottom bit if requested */ in bnrand()
203 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument
205 return bnrand(0, rnd, bits, top, bottom); in BN_rand()
208 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() argument
210 return bnrand(1, rnd, bits, top, bottom); in BN_pseudo_rand()
214 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() argument
216 return bnrand(2, rnd, bits, top, bottom); in BN_bntest_rand()
/freebsd-9-stable/contrib/cvs/lib/
Dgetopt.c229 int bottom = first_nonopt; local
239 while (top > middle && middle > bottom)
241 if (top - middle > middle - bottom)
244 int len = middle - bottom;
250 tem = argv[bottom + i];
251 argv[bottom + i] = argv[top - (middle - bottom) + i];
252 argv[top - (middle - bottom) + i] = tem;
266 tem = argv[bottom + i];
267 argv[bottom + i] = argv[middle + i];
271 bottom += len;
/freebsd-9-stable/crypto/openssl/crypto/err/
Derr.c172 if (es->top == es->bottom) in ERR_put_error()
173 es->bottom = (es->bottom + 1) % ERR_NUM_ERRORS; in ERR_put_error()
191 es->top = es->bottom = 0; in ERR_clear_error()
265 if (es->bottom == es->top) in get_error_values()
270 i = (es->bottom + 1) % ERR_NUM_ERRORS; /* first error */ in get_error_values()
274 es->bottom = i; in get_error_values()
367 if (es->bottom == es->top) in ERR_set_mark()
379 while (es->bottom != es->top in ERR_pop_to_mark()
387 if (es->bottom == es->top) in ERR_pop_to_mark()
/freebsd-9-stable/contrib/gcclibs/libiberty/
Dgetopt.c319 int bottom = first_nonopt; in exchange() local
351 while (top > middle && middle > bottom) in exchange()
353 if (top - middle > middle - bottom) in exchange()
356 int len = middle - bottom; in exchange()
362 tem = argv[bottom + i]; in exchange()
363 argv[bottom + i] = argv[top - (middle - bottom) + i]; in exchange()
364 argv[top - (middle - bottom) + i] = tem; in exchange()
365 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); in exchange()
379 tem = argv[bottom + i]; in exchange()
380 argv[bottom + i] = argv[middle + i]; in exchange()
[all …]
/freebsd-9-stable/contrib/groff/src/roff/troff/
Dcolumn.cpp46 vunits bottom; member in column
281 : bottom(V0), col(0), tail(&col), out(0) in column()
330 return bottom; in get_bottom()
336 bottom += ln->distance(); in add_output_line()
337 bottom += ln->height(); in add_output_line()
346 add_output_line(new node_output_line(pos - bottom, nd, page_offset, before, after)); in print_line()
352 add_output_line(new vjustify_output_line(pos - bottom, typ)); in vjustify()
371 add_output_line(new copy_file_output_line(pos - bottom, filename, page_offset)); in copy_file()
388 bottom -= ln->distance(); in trim()
389 bottom -= ln->height(); in trim()
[all …]
/freebsd-9-stable/crypto/heimdal/appl/telnet/telnet/
Dring.c57 #define ring_decrement(d,a,c) (((a)-(c) >= (d)->bottom)? \
89 ring->supply = ring->consume = ring->bottom = buffer; in ring_init()
91 ring->top = ring->bottom+ring->size; in ring_init()
164 ring->bottom <= ring->clearto && in ring_consumed()
165 ring->bottom + ((ring->consume + count) - ring->top)) in ring_consumed()
174 ring->consume = ring->supply = ring->bottom; in ring_consumed()
305 (*encryptor)(ring->bottom, s - ring->bottom); in ring_encrypt()
/freebsd-9-stable/contrib/telnet/telnet/
Dring.c82 #define ring_decrement(d,a,c) (((a)-(c) >= (d)->bottom)? \
110 ring->supply = ring->consume = ring->bottom = buffer; in ring_init()
112 ring->top = ring->bottom+ring->size; in ring_init()
185 ring->bottom <= ring->clearto && in ring_consumed()
186 ring->bottom + ((ring->consume + count) - ring->top)) in ring_consumed()
195 ring->consume = ring->supply = ring->bottom; in ring_consumed()
306 (*encryptor)(ring->bottom, s - ring->bottom); in ring_encrypt()
/freebsd-9-stable/contrib/gdb/gdb/
Dgcore.c165 derive_stack_segment (bfd_vma *bottom, bfd_vma *top) in derive_stack_segment() argument
169 gdb_assert (bottom); in derive_stack_segment()
192 *bottom = get_frame_base (fi); in derive_stack_segment()
196 if (*bottom > *top) in derive_stack_segment()
201 *top = *bottom; in derive_stack_segment()
202 *bottom = tmp_vma; in derive_stack_segment()
213 derive_heap_segment (bfd *abfd, bfd_vma *bottom, bfd_vma *top) in derive_heap_segment() argument
222 gdb_assert (bottom); in derive_heap_segment()
279 *bottom = top_of_data_memory; in derive_heap_segment()
/freebsd-9-stable/contrib/groff/font/devlj4/generate/
Dtext.map334 # 277 bottom 1/2 solid rectangle *
360 # 300 bottom segment integral *
584 # 564 bottom symbol *
622 # 599 bottom left bracket *
626 # 602 bottom left brace *
630 # 606 bottom left summation -- no Unicode mapping!
631 # 607 bottom diagonal summation -- no Unicode mapping!
633 # 609 bottom right bracket *
637 # 612 bottom right brace *
640 # 615 bottom radical, vert *
[all …]
Dsymbol.map175 -1 F0E8 parenleftbt # composite left parenthesis (bottom) (u239D)
178 -1 F0EB lf bracketleftbt # composite left bracket (bottom) (u23A3)
181 -1 F0EE lb braceleftbt # composite left brace (bottom) (u23A9)
188 -1 F0F5 u2321 # composite integral (bottom) (u2321)
191 -1 F0F8 parenrightbt # composite right parenthesis (bottom) (u23A0)
194 -1 F0FB rf bracketrightbt # composite right bracket (bottom) (u23A6)
197 -1 F0FE rb bracerightbt # composite right brace (bottom) (u23AD)
/freebsd-9-stable/contrib/ntp/html/drivers/scripts/
Dstyle.css7 p, h4, hr, li {margin-top: .6em; margin-bottom: .6em}
8 li.inline {text-align: left; margin-top: 0; margin-bottom: 0}
10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em}
13 dd {margin-bottom: .6em}
/freebsd-9-stable/contrib/ntp/html/scripts/
Dstyle.css7 p, h4, hr, li {margin-top: .6em; margin-bottom: .6em}
8 li.inline {text-align: left; margin-top: 0; margin-bottom: 0}
10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em}
13 dd {margin-bottom: .6em}
/freebsd-9-stable/usr.bin/make/
Dsuff.c1644 Src *bottom; /* Start of found transformation path */ in SuffFindNormalDeps() local
1758 bottom = SuffFindThem(&srcs, slst); in SuffFindNormalDeps()
1760 if (bottom == NULL) { in SuffFindNormalDeps()
1775 for (targ = bottom; targ->parent != NULL; targ = targ->parent) in SuffFindNormalDeps()
1895 while (bottom && bottom->parent != NULL) { in SuffFindNormalDeps()
1896 if (Lst_Member(slst, bottom) == NULL) { in SuffFindNormalDeps()
1897 Lst_AtEnd(slst, bottom); in SuffFindNormalDeps()
1899 bottom = bottom->parent; in SuffFindNormalDeps()
1901 bottom = src; in SuffFindNormalDeps()
1905 if (bottom == NULL) { in SuffFindNormalDeps()
[all …]
/freebsd-9-stable/contrib/bmake/
Dsuff.c2024 Src *bottom; /* Start of found transformation path */ in SuffFindNormalDeps() local
2061 bottom = NULL; in SuffFindNormalDeps()
2159 bottom = SuffFindThem(srcs, slst); in SuffFindNormalDeps()
2161 if (bottom == NULL) { in SuffFindNormalDeps()
2176 for (targ = bottom; targ->parent != NULL; targ = targ->parent) in SuffFindNormalDeps()
2281 while (bottom && bottom->parent != NULL) { in SuffFindNormalDeps()
2282 if (Lst_Member(slst, bottom) == NULL) { in SuffFindNormalDeps()
2283 Lst_AtEnd(slst, bottom); in SuffFindNormalDeps()
2285 bottom = bottom->parent; in SuffFindNormalDeps()
2287 bottom = src; in SuffFindNormalDeps()
[all …]
/freebsd-9-stable/usr.sbin/pkg_install/
Dtkpkg34 .f {bottom expand fill} \
35 .frame {bottom expand fill}
108 pack append $w $w.ok {bottom fillx} $w.t {expand fill}
/freebsd-9-stable/crypto/openssl/doc/crypto/
DBN_rand.pod11 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
13 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
26 numbers will always have 2*B<bits> length. If B<bottom> is true, the
/freebsd-9-stable/sys/boot/forth/
Dbeastie.4th62 \ Put the cursor back at the bottom
88 \ Put the cursor back at the bottom
122 \ Put the cursor back at the bottom
183 \ Put the cursor back at the bottom
192 \ Put the cursor back at the bottom
216 \ Put the cursor back at the bottom
240 \ Put the cursor back at the bottom
310 \ Put the cursor back at the bottom
/freebsd-9-stable/usr.sbin/pkg_install/lib/
Dplist.c278 goto bottom; in read_plist()
284 goto bottom; in read_plist()
293 goto bottom; in read_plist()
300 goto bottom; in read_plist()
310 bottom: in read_plist()
/freebsd-9-stable/contrib/groff/contrib/mom/
DBUGS29 Multiple line subheads near page bottom sometimes printing one line
30 of subhead at page bottom, and subsequent lines on next page.
68 Gaps are appearing at the bottom of pages when there's a linebreak
185 bottom margin falls low.
313 surrounding them to get them to bottom align. Since stylistically,
314 epigraphs should never appear at the bottom of a page/column without at
/freebsd-9-stable/contrib/libstdc++/src/
DMakefile.am41 sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
42 cat tmp.top $(port_specific_symbol_files) tmp.bottom > $@; \
43 rm tmp.top tmp.bottom; \
/freebsd-9-stable/share/examples/bootforth/
Dframes.4th103 hline \ Draw bottom horiz line
105 2dup 4 pick + at-xy lb_el @ emit \ Draw left bottom corner

12345678910