Lines Matching defs:scroll
1554 * vlines - number of lines to scroll vertically
1555 * hpixels - number of pixels to scroll horizontally
1559 * Allows vertical and horizontal scroll at the same time.
1569 Bool scroll;
1578 if ((scroll = ctx->core.background_pixmap == XtUnspecifiedPixmap) == True) {
1582 scroll = False;
1631 scroll = False;
1659 scroll = False;
1674 if (!hpixels && scroll) {
1680 * Rebuild the line table, doing the vertical scroll
1684 if (scroll) {
1687 scroll = False;
1695 if (hpixels || !scroll || lines != lt->lines)
1728 * The routine will scroll the displayed text by lines. If the arg is
1828 * The routine will scroll the displayed text by pixels. If the calldata is
1856 Bool scroll = True;
1874 scroll = False;
1903 scroll = False;
1930 if (vlines || !scroll) {
1932 if (scroll)
3413 * Variable scroll is used to avoid scanning large files to calculate
3418 Bool visible, scroll;
3424 * Checks if a horizontal scroll is required
3458 scroll = ctx->core.background_pixmap == XtUnspecifiedPixmap && !hpixels;
3463 * Needs to scroll the text window
3495 if (scroll) {
3503 scroll = False;
3515 scroll = False;
3521 scroll = False;
3527 if (scroll)