Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dscrreg.c45 (setscrreg)(top, bottom)
46 int top, bottom; variable
49 __m_trace("setscrreg(%d, %d)", top, bottom);
52 if (top < 0 || bottom < top || stdscr->_maxy <= bottom)
57 stdscr->_bottom = bottom + 1;
H A Dwscrreg.c45 wsetscrreg(w, top, bottom) in wsetscrreg() argument
47 int top, bottom;
50 __m_trace("wsetscrreg(%p, %d, %d)", w, top, bottom);
53 if (top < 0 || bottom < top || w->_maxy <= bottom)
58 w->_bottom = bottom + 1;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dscrreg.c50 setscrreg(int top, int bottom) in setscrreg() argument
52 if (top < 0 || bottom < top || stdscr->_maxy <= bottom) in setscrreg()
57 stdscr->_bottom = (short) bottom + 1; in setscrreg()
H A Dwscrreg.c48 wsetscrreg(WINDOW *w, int top, int bottom) in wsetscrreg() argument
50 if (top < 0 || bottom < top || w->_maxy <= bottom) in wsetscrreg()
55 w->_bottom = (short) bottom + 1; in wsetscrreg()
/illumos-gate/usr/src/uts/common/io/
H A Dvuid_queue.c53 vq->top = vq->bottom = vq->free = VUID_Q_NODE_NULL; in vq_initialize()
68 for (vp = vq->bottom; vp; vp = vp->prev) { in vq_put()
88 if (vp == vq->bottom) in vq_put()
89 vq->bottom = vqn; in vq_put()
116 if (vq->bottom == vqn) in vq_get()
117 vq->bottom = VUID_Q_NODE_NULL; in vq_get()
150 if (vq->bottom == VUID_Q_NODE_NULL) in vq_putback()
151 vq->bottom = vqn; in vq_putback()
173 tv_interval = tv_subt(vq->bottom->firm_event.time, in vq_compress()
254 if (vq->bottom == vqn) in vq_delete_node()
[all …]
/illumos-gate/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];
357 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
371 tem = argv[bottom + i];
372 argv[bottom + i] = argv[middle + i];
374 SWAP_FLAGS (bottom + i, middle + i);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dring.c76 #define ring_decrement(d, a, c) (((a)-(c) >= (d)->bottom)? \
108 ring->supply = ring->consume = ring->bottom = buffer; in ring_init()
110 ring->top = ring->bottom+ring->size; in ring_init()
181 ring->bottom <= ring->clearto) in ring_consumed()
190 ring->consume = ring->supply = ring->bottom; in ring_consumed()
323 (*encryptor)(ring->bottom, s - ring->bottom); in ring_encrypt()
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dvisible.c41 int bottom; in item_visible() local
49 bottom = Top(m) + Height(m) - 1; in item_visible()
50 if (Y(i) >= Top(m) && Y(i) <= bottom) { in item_visible()
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c125 if (bp->top || bp->bottom) { in eqn_box()
127 if (bp->top && NULL == bp->bottom) in eqn_box()
129 else if (bp->top && bp->bottom) in eqn_box()
131 else if (bp->bottom) in eqn_box()
214 if (NULL != bp->bottom) { in eqn_box()
216 print_text(p, bp->bottom); in eqn_box()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Doverlap.c54 top, bottom, left, right; in _overlap() local
69 top = _MAX(sby, dby); bottom = _MIN(sey, dey); in _overlap()
73 dey = bottom - dby - 1; dex = right - dbx - 1; in _overlap()
H A Dinit_pair.c80 short bottom = -1; in init_pair() local
98 bottom = i; in init_pair()
104 _VIRTBOT = bottom; in init_pair()
/illumos-gate/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
H A Dstate021.cfg34 # when the top level and bottom level properties are set locally and the
39 # Executing 'zfs inherit' at the bottom level results in it inheriting
H A Dstate014.cfg34 # when the bottom and middle level properties have been set locally results
38 # Note : executing inherit -r at the middle level and bottom levels after
/illumos-gate/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()
/illumos-gate/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

1234