Searched defs:bottom (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dvisible.c43 int bottom; local
51 bottom = Top(m) + Height(m) - 1;
52 if (Y(i) >= Top(m) && Y(i) <= bottom) {
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dscrreg.c52 setscrreg(int top, int bottom) argument
54 if (top < 0 || bottom < top || stdscr->_maxy <= bottom)
59 stdscr->_bottom = (short) bottom + 1;
H A Dwscrreg.c50 wsetscrreg(WINDOW *w, int top, int bottom) argument
52 if (top < 0 || bottom < top || w->_maxy <= bottom)
57 w->_bottom = (short) bottom + 1;
H A Dprivate.h84 #define W_SCROLL_WINDOW 0x0010 /* Touches bottom-right corner */
123 int bottom; /* # of lines off the bottom (-ve). */ member in struct:__anon4224
125 int dy; /* Distance from screen top/bottom. */
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_pair.c82 short bottom = -1; local
100 bottom = i;
106 _VIRTBOT = bottom;
H A Doverlap.c56 top, bottom, left, right; local
71 top = _MAX(sby, dby); bottom = _MIN(sey, dey);
75 dey = bottom - dby - 1; dex = right - dbx - 1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dring.h63 unsigned char *bottom; /* lowest address in buffer */ member in struct:__anon145
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c119 mmap_avail_at (unsigned long bottom) argument
125 top = bottom;
149 return (unsigned long) top - bottom;
/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_queue.h49 struct vuid_q_node *bottom; /* input queue head (last in line) */ member in struct:vuid_queue
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h100 #define W_SCROLL_WINDOW 0x0010 /* Touches bottom-right corner */
138 int bottom; /* # of lines off the bottom (-ve). */ member in struct:__anon4211
140 int dy; /* Distance from screen top/bottom. */
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c314 int bottom = first_nonopt;
346 while (top > middle && middle > bottom)
348 if (top - middle > middle - bottom)
351 int len = middle - bottom;
357 tem = argv[bottom + i];
358 argv[bottom + i] = argv[top - (middle - bottom) + i];
359 argv[top - (middle - bottom) + i] = tem;
360 SWAP_FLAGS (bottom + i, top - (middle - bottom)
311 int bottom = first_nonopt; local
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c79 size_t bottom; /* body bottom (AFM units) */ member in struct:termp_ps
615 p->ps->bottom = marginy;
1226 * Put us down a line. If we're at the page bottom, spit out a
1230 if (p->ps->psrow >= p->ps->lineheight + p->ps->bottom) {
H A Dmandoc.h362 char *bottom; /* expression under-symbol */ member in struct:eqn_box
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c405 uint32_t top, bottom; local
410 bottom = num_of_str;
411 while (top < bottom) {
412 idx = (top + bottom) / 2;
420 bottom = idx;
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c4305 * message. It will bottom out in the driver.
5033 uchar_t *p, *bottom; local
5045 bottom = tp->t_eucp_mp->b_rptr;
5047 if (p < bottom)
5054 while ((*p == 0) && (p > bottom)) {
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1392 uint64_t bottom; local
1445 bottom = (((uint64_t)tk.half.low << 4) * (uint64_t)tick_scale) >> 32;
1446 tick_limit = top + bottom;
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1960 int bottom; member in struct:__anon6531
2009 } else if (value < limit->bottom) {
2012 conf_name, limit->name, value, limit->bottom);
2029 if (value < limit->bottom || value > limit->top) {
2051 if (value < limit->bottom) {
2055 conf_name, dens, value, limit->bottom);

Completed in 130 milliseconds