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

Lines Matching +defs:left +defs:right

39 /* Non-nil means that newline may flow into the right fringe.  */
55 'end-of-buffer', 'left-truncation', 'overlay-arrow', etc.
58 e.g. 'bottom-left-angle', 'left-arrow', 'left-triangle', etc.
71 PHYSICAL is either a symbol to use in both left and right fringe,
73 bitmaps to use in left and right fringe.
82 The `left-fringe' and `right-fringe' display properties
246 /* First line bitmap. An top-left angle. */
260 /* First line bitmap. An right-up angle. */
274 /* Last line bitmap. An left-down angle. */
288 /* Last line bitmap. An right-down angle. */
302 /* First/last line bitmap. An left bracket. */
318 /* First/last line bitmap. An right bracket. */
546 /* Draw the bitmap WHICH in one of the left or right fringes of
550 LEFT_P is 1 for left fringe, 0 for right fringe.
626 /* Clear left fringe if no bitmap to draw or if bitmap doesn't fill
641 /* If W has a vertical border to its left, don't draw over it. */
659 /* Clear right fringe if no bitmap to draw of if bitmap doesn't fill
733 (L R) -- use for left right (whether partial or not)
734 (L R PL PR) -- use for left rigth partial-left partial-right
899 Return >0 if left or right fringe was redrawn in any way.
987 /* Anything else means boundary on left and no arrows. */
1068 int left, right;
1078 /* Decide which bitmap to draw in the left fringe. */
1080 left = NO_FRINGE_BITMAP;
1083 left = row->left_user_fringe_bitmap;
1087 left = LEFT_FRINGE(0, Qtruncation, 0);
1089 left = ((row->indicate_eob_p && EQ (boundary_bot, Qleft))
1093 left = LEFT_FRINGE (3, Qbottom, row->ends_at_zv_p);
1095 left = LEFT_FRINGE (4, Qcontinuation, 0);
1097 left = LEFT_FRINGE (5, Qempty_line, 0);
1099 left = LEFT_FRINGE (6, Qup, 0);
1101 left = LEFT_FRINGE (7, Qdown, 0);
1103 left = NO_FRINGE_BITMAP;
1105 /* Decide which bitmap to draw in the right fringe. */
1107 right = NO_FRINGE_BITMAP;
1110 right = row->right_user_fringe_bitmap;
1114 right = RIGHT_FRINGE (0, Qtruncation, 0);
1116 right = ((row->indicate_eob_p && EQ (boundary_bot, Qright))
1120 right = RIGHT_FRINGE (3, Qbottom, row->ends_at_zv_p);
1122 right = RIGHT_FRINGE (4, Qcontinuation, 0);
1124 right = RIGHT_FRINGE (6, Qup, 0);
1126 right = RIGHT_FRINGE (7, Qdown, 0);
1128 right = RIGHT_FRINGE (5, Qempty_line, 0);
1130 right = NO_FRINGE_BITMAP;
1135 || left != cur->left_fringe_bitmap
1136 || right != cur->right_fringe_bitmap
1145 cur->left_fringe_bitmap = left;
1146 cur->right_fringe_bitmap = right;
1161 row->left_fringe_bitmap = left;
1162 row->right_fringe_bitmap = right;
1179 Since the combined left and right fringe must occupy an integral
1222 /* Left fringe width is fixed, adjust right fringe if necessary */
1228 /* Right fringe width is fixed, adjust left fringe if necessary */
1573 is the symbol for the bitmap in the left fringe (or nil if no bitmap),
1574 RIGHT is similar for the right fringe, and OV is non-nil if there is an
1575 overlay arrow in the left fringe.
1638 doc: /* *Non-nil means that newline may flow into the right fringe.
1641 showing (or hiding) the final newline in the right fringe; when point
1642 is at the final newline, the cursor is shown in the right fringe.