Home
last modified time | relevance | path

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

123

/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dscrreg.c47 (setscrreg)(top, bottom)
48 int top, bottom; variable
51 __m_trace("setscrreg(%d, %d)", top, bottom);
54 if (top < 0 || bottom < top || stdscr->_maxy <= bottom)
59 stdscr->_bottom = bottom + 1;
H A Dwscrreg.c47 wsetscrreg(w, top, bottom) in wsetscrreg() argument
49 int top, bottom;
52 __m_trace("wsetscrreg(%p, %d, %d)", w, top, bottom);
55 if (top < 0 || bottom < top || w->_maxy <= bottom)
60 w->_bottom = bottom + 1;
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dscrreg.c52 setscrreg(int top, int bottom) in setscrreg() argument
54 if (top < 0 || bottom < top || stdscr->_maxy <= bottom) in setscrreg()
59 stdscr->_bottom = (short) bottom + 1; in setscrreg()
H A Dwscrreg.c50 wsetscrreg(WINDOW *w, int top, int bottom) in wsetscrreg() argument
52 if (top < 0 || bottom < top || w->_maxy <= bottom) in wsetscrreg()
57 w->_bottom = (short) bottom + 1; in wsetscrreg()
/titanic_44/usr/src/uts/common/io/
H A Dvuid_queue.c55 vq->top = vq->bottom = vq->free = VUID_Q_NODE_NULL; in vq_initialize()
70 for (vp = vq->bottom; vp; vp = vp->prev) { in vq_put()
90 if (vp == vq->bottom) in vq_put()
91 vq->bottom = vqn; in vq_put()
118 if (vq->bottom == vqn) in vq_get()
119 vq->bottom = VUID_Q_NODE_NULL; in vq_get()
152 if (vq->bottom == VUID_Q_NODE_NULL) in vq_putback()
153 vq->bottom = vqn; in vq_putback()
175 tv_interval = tv_subt(vq->bottom->firm_event.time, in vq_compress()
256 if (vq->bottom == vqn) in vq_delete_node()
[all …]
/titanic_44/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c311 int bottom = first_nonopt; local
343 while (top > middle && middle > bottom)
345 if (top - middle > middle - bottom)
348 int len = middle - bottom;
354 tem = argv[bottom + i];
355 argv[bottom + i] = argv[top - (middle - bottom) + i];
356 argv[top - (middle - bottom) + i] = tem;
357 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
371 tem = argv[bottom + i];
372 argv[bottom + i] = argv[middle + i];
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dring.c78 #define ring_decrement(d, a, c) (((a)-(c) >= (d)->bottom)? \
113 ring->supply = ring->consume = ring->bottom = buffer;
115 ring->top = ring->bottom+ring->size;
193 ring->bottom <= ring->clearto &&
194 ring->bottom + ((ring->consume + count) - ring->top))
203 ring->consume = ring->supply = ring->bottom;
348 (*encryptor)(ring->bottom, s - ring->bottom);
/titanic_44/usr/src/lib/libeti/menu/common/
H A Dvisible.c43 int bottom; in item_visible() local
51 bottom = Top(m) + Height(m) - 1; in item_visible()
52 if (Y(i) >= Top(m) && Y(i) <= bottom) { in item_visible()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBLayout.java596 insets.bottom += windowInsets.bottom; in getInsets()
1281 constraints.hardinsets.bottom; in GetLayoutInfo()
1286 constraints.insets.bottom + in GetLayoutInfo()
1288 constraints.hardinsets.bottom; in GetLayoutInfo()
1370 (insets.top + insets.bottom + c.hardinsets.top + in AdjustForGravity()
1371 c.hardinsets.bottom); in AdjustForGravity()
1438 insets.bottom -= diffy/2; in AdjustForGravity()
1440 insets.bottom += insets.top; in AdjustForGravity()
1443 if (insets.bottom < 0) { in AdjustForGravity()
1444 insets.top += insets.bottom; in AdjustForGravity()
[all …]
H A DScrollPanel.java231 size.height -= (insets.top + insets.bottom + in viewSize()
232 scrollAreaInsets.top + scrollAreaInsets.bottom); in viewSize()
287 int insetsHeight = insets.top + insets.bottom + in calcSize()
288 scrollAreaInsets.top + scrollAreaInsets.bottom; in calcSize()
/titanic_44/usr/src/lib/libcurses/screen/
H A Doverlap.c56 top, bottom, left, right; in _overlap() local
71 top = _MAX(sby, dby); bottom = _MIN(sey, dey); in _overlap()
75 dey = bottom - dby - 1; dex = right - dbx - 1; in _overlap()
H A Dinit_pair.c82 short bottom = -1; in init_pair() local
100 bottom = i; in init_pair()
106 _VIRTBOT = bottom; in init_pair()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DInsetsConverter.java67 s = s + /* NOI18N */"bottom=" + insets.bottom in convertToString()
128 insets.bottom = getIntegerFromTable(table, in convertFromString()
149 + i.bottom + /* NOI18N */", " + i.right in convertToCode()
/titanic_44/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate019.cfg34 # when the top level properties are set locally and the middle and bottom
36 # properties reverting back to their default values, the middle and bottom
39 # Executing 'zfs inherit' at the middle and bottom levels is somewhat
H A Dstate020.cfg34 # when the top level properties are set locally and the middle and bottom
36 # properties reverting back to their default values, the middle and bottom
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
H A Dstate015.cfg34 # when the middle level properties are set locally, and the bottom
40 # the bottom level.
42 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
H A Dstate016.cfg34 # when the middle level properties are set locally, and the bottom
36 # to the top level properties and the middle and bottom properties changing
39 # Executing 'zfs inherit -r' at the bottom and middle levels after executing
H A Dstate022.cfg34 # when the top level and bottom level properties are set locally and the
36 # properties reverting back to their default values, the middle and bottom
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
H A Dstate017.cfg35 # and the bottom level has inherited its properties from the middle
41 # the values down to the bottom level.
43 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
H A Dstate006.cfg35 # by a bottom level filesystem, that the middle level dataset inherits
36 # the property from the top level pool, and not from the bottom level
H A Dstate011.cfg34 # when the bottom filesystem level properties have been set locally has
35 # no effect except at the bottom level where the property values are
H A Dstate013.cfg34 # and bottom levels properties are set locally results in the middle and
35 # bottom levels inheriting values from the next level up in the hierarchy.
H A Dstate012.cfg34 # when the bottom filesystem level properties have been set locally results
38 # Executing inherit -r at the middle level and bottom levels after
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c119 mmap_avail_at (unsigned long bottom) in mmap_avail_at() argument
125 top = bottom; in mmap_avail_at()
149 return (unsigned long) top - bottom; in mmap_avail_at()
/titanic_44/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE25 and bottom bracket pieces used by eqn. The files are only used if the character
40 Symbol font and then draws a small horizontal line at either the top or bottom
42 properly, but getting to the precise top or bottom of the \(bv (down to the
52 bottom of the bv for the horizontal extender solved the problems I originally

123