Searched refs:pagetop (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dwindow.c584 old_pagetop = window->pagetop;
591 /* If the pagetop hasn't changed maybe we can do some scrolling now
594 if (old_pagetop == window->pagetop)
609 window->pagetop = 0;
679 window_to_fix->pagetop -= diff;
680 if (window_to_fix->pagetop < 0)
681 window_to_fix->pagetop = 0;
896 /* Adjust the pagetop of WINDOW such that the cursor point will be visible. */
926 if ((line < window->pagetop) ||
927 (line - window->pagetop > (windo
[all...]
H A Dsession.c338 /* Reset the remembered pagetop and point of WINDOW to WINDOW's current
355 info_win->pagetops[info_win->current] = window->pagetop;
384 /* If this node, the current pagetop, and the current point are the
385 same as the current saved node and pagetop, don't really add this to
391 && info_win->pagetops[info_win->current] == window->pagetop
395 /* Remember this node, the currently displayed pagetop, and the current
411 info_win->pagetops[info_win->nodes_index] = window->pagetop;
513 /* Change the pagetop of WINDOW to DESIRED_TOP, perhaps scrolling the screen
527 if (window->pagetop == desired_top)
530 old_pagetop = window->pagetop;
1350 int pagetop; local
1472 int pagetop, start, end; local
2337 int which, pagetop; local
[all...]
H A Decho-area.c90 calling_window_pagetop = window->pagetop;
112 calling_window->pagetop = calling_window_pagetop;
127 int pagetop, start, end, amount; local
135 pagetop = next->pagetop;
150 next->pagetop = pagetop;
1033 int start, pagetop;
1042 pagetop = calling_window->pagetop;
1030 int start, pagetop; local
[all...]
H A Decho_area.c92 calling_window_pagetop = window->pagetop;
114 calling_window->pagetop = calling_window_pagetop;
129 int pagetop, start, end, amount; local
137 pagetop = next->pagetop;
152 next->pagetop = pagetop;
1036 int start, end, pagetop;
1042 pagetop = calling_window->pagetop;
1033 int start, end, pagetop; variable
[all...]
H A Dwindow.h49 int pagetop; /* LINE_STARTS[PAGETOP] is first line in WINDOW. */ \
67 WINDOW_STATE_DECL; /* Node, pagetop and point. */
137 /* Adjust the pagetop of WINDOW such that the cursor point will be visible. */
224 /* Get and Set the node, pagetop, and point of WINDOW. */
H A Ddisplay.c131 nodetext = win->line_starts[win->pagetop];
422 /* Try to scroll lines in WINDOW. OLD_PAGETOP is the pagetop of WINDOW before
440 new_first = window->pagetop;
443 last_new = window->pagetop + (window->height - 1);
507 vpos = window_line_of_point (window) - window->pagetop + window->first_row;

Completed in 160 milliseconds