Home
last modified time | relevance | path

Searched refs:OVERLAY_POSITION (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbuffer.c2885 ptrdiff_t endpos = OVERLAY_POSITION (end); in overlays_at()
3545 if (OVERLAY_POSITION (end) > pos) in recenter_overlay_lists()
3548 ptrdiff_t where = OVERLAY_POSITION (beg); in recenter_overlay_lists()
3599 if (OVERLAY_POSITION (beg) > pos) in recenter_overlay_lists()
3602 if (OVERLAY_POSITION (end) <= pos) in recenter_overlay_lists()
3605 ptrdiff_t where = OVERLAY_POSITION (end); in recenter_overlay_lists()
4345 oendpos = OVERLAY_POSITION (oend);
4551 endpos = OVERLAY_POSITION (oend); in report_overlay_modification()
4554 startpos = OVERLAY_POSITION (ostart); in report_overlay_modification()
4589 startpos = OVERLAY_POSITION (ostart); in report_overlay_modification()
[all …]
H A Deditfns.c280 ptrdiff_t endpos = OVERLAY_POSITION (end); in overlays_around()
284 ptrdiff_t startpos = OVERLAY_POSITION (start); in overlays_around()
299 ptrdiff_t startpos = OVERLAY_POSITION (start); in overlays_around()
303 ptrdiff_t endpos = OVERLAY_POSITION (end); in overlays_around()
373 if ((OVERLAY_POSITION (start) == posn
375 || (OVERLAY_POSITION (finish) == posn
H A Dbuffer.h1393 OVERLAY_POSITION (Lisp_Object p) in OVERLAY_POSITION() function
H A Dindent.c501 *endpos = OVERLAY_POSITION (OVERLAY_END (overlay)); in check_display_width()
H A Dxfaces.c6452 oendpos = OVERLAY_POSITION (oend); in face_at_buffer_position()
6470 oendpos = OVERLAY_POSITION (oend); in face_at_buffer_position()
H A Dkeyboard.c1694 : (beg = OVERLAY_POSITION (OVERLAY_START (overlay)), in adjust_point_for_property()
1695 end = OVERLAY_POSITION (OVERLAY_END (overlay)))) in adjust_point_for_property()
H A Dxdisp.c4121 oendpos = OVERLAY_POSITION (oend); in next_overlay_change()
5752 ptrdiff_t ovendpos = OVERLAY_POSITION (OVERLAY_END (overlay)); in handle_single_display_spec()
6520 ptrdiff_t start = OVERLAY_POSITION (OVERLAY_START (overlay)); in load_overlay_strings()
6521 ptrdiff_t end = OVERLAY_POSITION (OVERLAY_END (overlay)); in load_overlay_strings()
6562 ptrdiff_t start = OVERLAY_POSITION (OVERLAY_START (overlay)); in load_overlay_strings()
6563 ptrdiff_t end = OVERLAY_POSITION (OVERLAY_END (overlay)); in load_overlay_strings()
7176 ? (beg = OVERLAY_POSITION (OVERLAY_START (overlay))) in back_to_previous_visible_line_start()
H A DChangeLog.41552 * buffer.h (OVERLAY_POSITION): Use XGCTYPE.
2425 * buffer.h (OVERLAY_POSITION): Don't check which buffer it points to.
4374 not OVERLAY_POSITION, to get args for redisplay_region.
H A DChangeLog.53596 * buffer.h (OVERLAY_POSITION): Use the new type-test macros.
4939 * buffer.h (OVERLAY_POSITION): Marker assert now tests substructure.
/dports/editors/emacs/emacs-27.2/src/
H A Dbuffer.c2838 ptrdiff_t endpos = OVERLAY_POSITION (end); in overlays_at()
3498 if (OVERLAY_POSITION (end) > pos) in recenter_overlay_lists()
3501 ptrdiff_t where = OVERLAY_POSITION (beg); in recenter_overlay_lists()
3552 if (OVERLAY_POSITION (beg) > pos) in recenter_overlay_lists()
3555 if (OVERLAY_POSITION (end) <= pos) in recenter_overlay_lists()
3558 ptrdiff_t where = OVERLAY_POSITION (end); in recenter_overlay_lists()
4291 oendpos = OVERLAY_POSITION (oend);
4497 endpos = OVERLAY_POSITION (oend); in report_overlay_modification()
4500 startpos = OVERLAY_POSITION (ostart); in report_overlay_modification()
4535 startpos = OVERLAY_POSITION (ostart); in report_overlay_modification()
[all …]
H A Deditfns.c277 ptrdiff_t endpos = OVERLAY_POSITION (end); in overlays_around()
281 ptrdiff_t startpos = OVERLAY_POSITION (start); in overlays_around()
296 ptrdiff_t startpos = OVERLAY_POSITION (start); in overlays_around()
300 ptrdiff_t endpos = OVERLAY_POSITION (end); in overlays_around()
370 if ((OVERLAY_POSITION (start) == posn
372 || (OVERLAY_POSITION (finish) == posn
H A Dbuffer.h1392 OVERLAY_POSITION (Lisp_Object p) in OVERLAY_POSITION() function
H A Dindent.c503 *endpos = OVERLAY_POSITION (OVERLAY_END (overlay)); in check_display_width()
H A Dxfaces.c6305 oendpos = OVERLAY_POSITION (oend); in face_at_buffer_position()
6323 oendpos = OVERLAY_POSITION (oend); in face_at_buffer_position()
H A Dkeyboard.c1650 : (beg = OVERLAY_POSITION (OVERLAY_START (overlay)), in adjust_point_for_property()
1651 end = OVERLAY_POSITION (OVERLAY_END (overlay)))) in adjust_point_for_property()
H A Dxdisp.c3994 oendpos = OVERLAY_POSITION (oend); in next_overlay_change()
5439 ptrdiff_t ovendpos = OVERLAY_POSITION (OVERLAY_END (overlay)); in handle_single_display_spec()
6193 ptrdiff_t start = OVERLAY_POSITION (OVERLAY_START (overlay)); in load_overlay_strings()
6194 ptrdiff_t end = OVERLAY_POSITION (OVERLAY_END (overlay)); in load_overlay_strings()
6235 ptrdiff_t start = OVERLAY_POSITION (OVERLAY_START (overlay)); in load_overlay_strings()
6236 ptrdiff_t end = OVERLAY_POSITION (OVERLAY_END (overlay)); in load_overlay_strings()
6830 ? (beg = OVERLAY_POSITION (OVERLAY_START (overlay))) in back_to_previous_visible_line_start()
H A DChangeLog.41552 * buffer.h (OVERLAY_POSITION): Use XGCTYPE.
2425 * buffer.h (OVERLAY_POSITION): Don't check which buffer it points to.
4374 not OVERLAY_POSITION, to get args for redisplay_region.
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dgraph_node.h44 OVERLAY_POSITION enumerator
H A Dgraph_node.cpp232 case OVERLAY_POSITION: { in _notification()
730 BIND_ENUM_CONSTANT(OVERLAY_POSITION); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dgraph_node.h44 OVERLAY_POSITION enumerator
H A Dgraph_node.cpp232 case OVERLAY_POSITION: { in _notification()
730 BIND_ENUM_CONSTANT(OVERLAY_POSITION); in _bind_methods()
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dkeyboard.c1709 : (beg = OVERLAY_POSITION (OVERLAY_START (overlay)), in adjust_point_for_property()
1710 end = OVERLAY_POSITION (OVERLAY_END (overlay)))) in adjust_point_for_property()
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dkeyboard.c1709 : (beg = OVERLAY_POSITION (OVERLAY_START (overlay)), in adjust_point_for_property()
1710 end = OVERLAY_POSITION (OVERLAY_END (overlay)))) in adjust_point_for_property()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script_editor.cpp552 gnode->set_overlay(GraphNode::OVERLAY_POSITION); in _update_graph()
/dports/devel/godot/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script_editor.cpp552 gnode->set_overlay(GraphNode::OVERLAY_POSITION); in _update_graph()

12