Searched refs:top_range (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dmacterm.c4836 int top, top_range;
4846 top_range = XINT (bar->track_height) - XINT (bar->min_handle);
4850 if (top > top_range)
4851 top = top_range;
4855 XSETINT (bufp->y, top_range);
5043 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height));
5058 else if (start > top_range)
5059 start = top_range;
5064 else if (end > top_range && ! dragging)
5065 end = top_range;
4822 int top, top_range; local
5028 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)); local
5269 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, height); local
5404 int win_y, top_range; local
5517 int win_y, top_range; local
[all...]
H A Dxterm.c4884 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height));
4893 else if (start > top_range)
4894 start = top_range;
4899 else if (end > top_range && ! dragging)
4900 end = top_range;
4908 if (end > top_range)
4909 end = top_range;
5158 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, height);
5161 x_scroll_bar_set_handle (bar, 0, top_range, 0);
5164 int start = ((double) position * top_range) / whol
4865 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)); local
5139 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, height); local
5341 int top_range local
5472 int top_range local
[all...]
H A Dw32term.c3961 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height));
3997 y = top_range;
4043 XSETINT (emacs_event->y, top_range);
4064 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height));
4077 top_range = si.nMax - si.nPage + 1;
4097 XSETINT (*y, top_range);
3941 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)); local
4044 int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)); local

Completed in 202 milliseconds