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

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dwindow.c575 old_pagetop = window->pagetop;
582 /* If the pagetop hasn't changed maybe we can do some scrolling now
585 if (old_pagetop == window->pagetop)
598 window->pagetop = 0;
670 window_to_fix->pagetop -= diff;
671 if (window_to_fix->pagetop < 0)
672 window_to_fix->pagetop = 0;
915 /* Adjust the pagetop of WINDOW such that the cursor point will be visible. */
944 if ((line < window->pagetop) ||
945 (line - window->pagetop > (windo
[all...]
H A Decho-area.c91 calling_window_pagetop = window->pagetop;
113 calling_window->pagetop = calling_window_pagetop;
128 int pagetop = 0; local
139 pagetop = next->pagetop;
154 next->pagetop = pagetop;
1030 int start, pagetop;
1039 pagetop = calling_window->pagetop;
1027 int start, pagetop; local
[all...]
H A Dsession.c336 /* Reset the remembered pagetop and point of WINDOW to WINDOW's current
352 info_win->pagetops[info_win->current] = window->pagetop;
379 /* If this node, the current pagetop, and the current point are the
380 same as the current saved node and pagetop, don't really add this to
386 && info_win->pagetops[info_win->current] == window->pagetop
390 /* Remember this node, the currently displayed pagetop, and the current
406 info_win->pagetops[info_win->nodes_index] = window->pagetop;
509 /* Change the pagetop of WINDOW to DESIRED_TOP, perhaps scrolling the screen
521 if (window->pagetop == desired_top)
524 old_pagetop = window->pagetop;
1467 int pagetop; local
1588 int pagetop, start, end; local
3009 int which, pagetop; local
[all...]
H A Ddisplay.c159 nodetext = win->line_starts[win->pagetop];
516 /* Try to scroll lines in WINDOW. OLD_PAGETOP is the pagetop of WINDOW before
532 new_first = window->pagetop;
535 last_new = window->pagetop + (window->height - 1);
598 vpos = window_line_of_point (window) - window->pagetop + window->first_row;
H A Dwindow.h49 int pagetop; /* LINE_STARTS[PAGETOP] is first line in WINDOW. */ \
67 WINDOW_STATE_DECL; /* Node, pagetop and point. */
80 WINDOW_STATE_DECL; /* The node, pagetop and point. */
145 /* Adjust the pagetop of WINDOW such that the cursor point will be visible. */
233 /* Get and Set the node, pagetop, and point of WINDOW. */

Completed in 196 milliseconds