• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/src/

Lines Matching +defs:top +defs:right

87    library, so this is the right definition for every system.  */
654 int left = -1, right = -1;
675 right = margin_glyphs_to_reserve (w, dim.width, w->right_margin_cols);
676 xassert (left >= 0 && right >= 0);
678 || right != matrix->right_margin_glyphs);
715 right = margin_glyphs_to_reserve (w, dim.width,
719 left = right = 0;
746 = row->glyphs[TEXT_AREA] + dim.width - left - right;
753 matrix->right_margin_glyphs = right;
791 = row->glyphs[TEXT_AREA] + dim.width - left - right;
799 xassert (left >= 0 && right >= 0);
801 matrix->right_margin_glyphs = right;
871 /* Record the top y location and height of W at the time the matrix
918 rotating right. */
935 /* Down (rotate right, i.e. towards higher indices). */
1834 right, or a sequence of vertically adjacent windows from top to
1968 windows to the right of W; otherwise advance y for windows
2020 /* One partially visible line at the top and
2050 /* One partially visible column at the right
2765 /* If non-zero, a glyph to insert at the right border of W. */
2855 up with spaces, and visit leaf windows from left to right it
2893 | left | text | right |
2896 Left and right marginal areas are optional. This function adds
2898 In other words: If the right area is not empty, the text area
2899 is filled up with spaces up to the right area. If the text area
3108 int left, right, x, width;
3115 right = margin_glyphs_to_reserve (w, 1, w->right_margin_cols);
3132 = window_row->glyphs[LAST_AREA] - right;
3630 /* Give up if we hit the right edge of the window. We would have
3769 left or right. N < 0 means a movement backwards. This function
4342 line would otherwise overwrite lines at the top of the window
4508 current glyph overlaps the glyph to its right. For
4510 Courier bold so that it overlaps the ` ' to its right.
4517 int left, right;
4520 &left, &right);
4521 can_skip_p = right == 0;
4547 int left, right;
4550 &left, &right);
4699 /* Update display of the right margin area, if there is one. */
5372 int top = WINDOW_TOP_EDGE_LINE (XWINDOW (FRAME_MINIBUF_WINDOW (f)));
5379 row = top;
5410 while (row > top && col == 0);
5668 line. The cursor will not be at the right margin in that
5676 /* Make sure we are in the right row, otherwise cursor movement
5840 /* If new text being written reaches right margin, there is
6352 /* Frame has just one top-level window. */