Lines Matching refs:OVERLAY_END

2884       Lisp_Object end = OVERLAY_END (overlay);  in overlays_at()
2930 Lisp_Object end = OVERLAY_END (overlay); in overlays_at()
3013 Lisp_Object oend = OVERLAY_END (overlay); in overlays_in()
3058 Lisp_Object oend = OVERLAY_END (overlay); in overlays_in()
3110 ptrdiff_t end = OVERLAY_POSITION (OVERLAY_END (overlay)); in mouse_face_overlay_overlaps()
3174 ptrdiff_t endpos = OVERLAY_POSITION (OVERLAY_END (overlay)); in overlay_touches_p()
3190 if (startpos == pos || OVERLAY_POSITION (OVERLAY_END (overlay)) == pos) in overlay_touches_p()
3255 && OVERLAY_POSITION (OVERLAY_END (overlay)) > 0) in sort_overlays()
3271 sortvec[j].end = OVERLAY_POSITION (OVERLAY_END (overlay)); in sort_overlays()
3414 ptrdiff_t endpos = OVERLAY_POSITION (OVERLAY_END (overlay)); in overlay_strings()
3444 ptrdiff_t endpos = OVERLAY_POSITION (OVERLAY_END (overlay)); in overlay_strings()
3543 Lisp_Object end = OVERLAY_END (overlay); in recenter_overlay_lists()
3595 Lisp_Object end = OVERLAY_END (overlay); in recenter_overlay_lists()
3622 Lisp_Object otherend = OVERLAY_END (otheroverlay); in recenter_overlay_lists()
3701 ptrdiff_t endpos = OVERLAY_POSITION (OVERLAY_END (overlay)); in fix_start_end_in_overlays()
3751 ptrdiff_t endpos = OVERLAY_POSITION (OVERLAY_END (overlay)); in fix_start_end_in_overlays()
3841 (end = OVERLAY_POSITION (OVERLAY_END (tem))) >= pos)) in fix_overlays_before()
3868 end = OVERLAY_POSITION (OVERLAY_END (tem)); in fix_overlays_before()
3955 end = OVERLAY_END (overlay);
4072 o_end = OVERLAY_POSITION (OVERLAY_END (overlay));
4089 Fset_marker (OVERLAY_END (overlay), end, buffer);
4092 n_end = marker_position (OVERLAY_END (overlay));
4208 return (Fmarker_position (OVERLAY_END (overlay)));
4344 oend = OVERLAY_END (overlay_vec[i]);
4464 marker_position (OVERLAY_END (overlay)));
4467 == OVERLAY_POSITION (OVERLAY_END (overlay))))
4550 oend = OVERLAY_END (overlay); in report_overlay_modification()
4588 oend = OVERLAY_END (overlay); in report_overlay_modification()
4673 ptrdiff_t endpos = OVERLAY_POSITION (OVERLAY_END (overlay)); in evaporate_overlays()
4688 if (startpos == pos && OVERLAY_POSITION (OVERLAY_END (overlay)) == pos in evaporate_overlays()