HomeSort by: relevance | last modified time | path
    Searched refs:pagetop (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
window.c 577 old_pagetop = window->pagetop;
584 /* If the pagetop hasn't changed maybe we can do some scrolling now
587 if (old_pagetop == window->pagetop)
600 window->pagetop = 0;
672 window_to_fix->pagetop -= diff;
673 if (window_to_fix->pagetop < 0)
674 window_to_fix->pagetop = 0;
917 /* Adjust the pagetop of WINDOW such that the cursor point will be visible. */
946 if ((line < window->pagetop) ||
947 (line - window->pagetop > (window->height - 1))
    [all...]
echo-area.c 93 calling_window_pagetop = window->pagetop;
115 calling_window->pagetop = calling_window_pagetop;
130 int pagetop = 0; local
141 pagetop = next->pagetop;
156 next->pagetop = pagetop;
1032 int start, pagetop;
1041 pagetop = calling_window->pagetop;
1029 int start, pagetop; local
    [all...]
session.c 338 /* Reset the remembered pagetop and point of WINDOW to WINDOW's current
354 info_win->pagetops[info_win->current] = window->pagetop;
381 /* If this node, the current pagetop, and the current point are the
382 same as the current saved node and pagetop, don't really add this to
388 && info_win->pagetops[info_win->current] == window->pagetop
392 /* Remember this node, the currently displayed pagetop, and the current
408 info_win->pagetops[info_win->nodes_index] = window->pagetop;
511 /* Change the pagetop of WINDOW to DESIRED_TOP, perhaps scrolling the screen
523 if (window->pagetop == desired_top)
526 old_pagetop = window->pagetop;
1469 int pagetop; local
1590 int pagetop, start, end; local
3009 int which, pagetop; local
    [all...]
display.c 161 nodetext = win->line_starts[win->pagetop];
518 /* Try to scroll lines in WINDOW. OLD_PAGETOP is the pagetop of WINDOW before
534 new_first = window->pagetop;
537 last_new = window->pagetop + (window->height - 1);
600 vpos = window_line_of_point (window) - window->pagetop + window->first_row;
window.h 51 int pagetop; /* LINE_STARTS[PAGETOP] is first line in WINDOW. */ \
69 WINDOW_STATE_DECL; /* Node, pagetop and point. */
82 WINDOW_STATE_DECL; /* The node, pagetop and point. */
147 /* Adjust the pagetop of WINDOW such that the cursor point will be visible. */
235 /* Get and Set the node, pagetop, and point of WINDOW. */

Completed in 55 milliseconds