Home
last modified time | relevance | path

Searched refs:END_UNCHANGED (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/xymon-server/xymon-4.3.30/web/
H A Dhistory.c72 #define END_UNCHANGED 2 macro
291 selfurl, calc_time(endtime, -changeval, changealign, END_UNCHANGED), (usepct ? 0 : pixels)); in generate_colorbar()
314 calc_time(endtime, +changeval, changealign, END_UNCHANGED), (usepct ? 0 : pixels)); in generate_colorbar()
723 start1d = calc_time(req_endtime, -len1d, ALIGN_HOUR, END_UNCHANGED) + 1; in main()
724 start1w = calc_time(req_endtime, -len1w, ALIGN_DAY, END_UNCHANGED) + 1; in main()
725 start4w = calc_time(req_endtime, -len4w, ALIGN_DAY, END_UNCHANGED) + 1; in main()
726 start1y = calc_time(req_endtime, -len1y, ALIGN_MONTH, END_UNCHANGED) + 1; in main()
/dports/net-mgmt/xymon-client/xymon-4.3.30/web/
H A Dhistory.c72 #define END_UNCHANGED 2 macro
291 selfurl, calc_time(endtime, -changeval, changealign, END_UNCHANGED), (usepct ? 0 : pixels)); in generate_colorbar()
314 calc_time(endtime, +changeval, changealign, END_UNCHANGED), (usepct ? 0 : pixels)); in generate_colorbar()
723 start1d = calc_time(req_endtime, -len1d, ALIGN_HOUR, END_UNCHANGED) + 1; in main()
724 start1w = calc_time(req_endtime, -len1w, ALIGN_DAY, END_UNCHANGED) + 1; in main()
725 start4w = calc_time(req_endtime, -len4w, ALIGN_DAY, END_UNCHANGED) + 1; in main()
726 start1y = calc_time(req_endtime, -len1y, ALIGN_MONTH, END_UNCHANGED) + 1; in main()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dinsdel.c929 if (Z - GPT < END_UNCHANGED) in insert_1_both()
930 END_UNCHANGED = Z - GPT; in insert_1_both()
1055 if (Z - GPT < END_UNCHANGED) in insert_from_string_1()
1056 END_UNCHANGED = Z - GPT; in insert_from_string_1()
1268 if (Z - GPT < END_UNCHANGED) in insert_from_buffer_1()
1269 END_UNCHANGED = Z - GPT; in insert_from_buffer_1()
1347 if (Z - GPT < END_UNCHANGED) in adjust_after_replace()
1348 END_UNCHANGED = Z - GPT; in adjust_after_replace()
1466 END_UNCHANGED = Z - GPT; in replace_range()
1610 END_UNCHANGED = Z - GPT; in replace_range_2()
[all …]
H A Dbuffer.h157 #define END_UNCHANGED BUF_END_UNCHANGED (current_buffer) macro
H A Dxdisp.c15625 || END_UNCHANGED < end)) in text_outside_line_unchanged_p()
15648 if (END_UNCHANGED == end in text_outside_line_unchanged_p()
18873 end_unchanged = END_UNCHANGED; in redisplay_window()
20546 if (w->window_end_pos >= END_UNCHANGED) in find_first_unchanged_at_end_row()
20577 last_unchanged_pos = Z - END_UNCHANGED + BEG; in find_first_unchanged_at_end_row()
20899 || BEG_UNCHANGED + END_UNCHANGED > Z_BYTE) in try_window_id()
20903 if (Z - GPT < END_UNCHANGED) in try_window_id()
20904 END_UNCHANGED = Z - GPT; in try_window_id()
20909 last_changed_charpos = Z - END_UNCHANGED; in try_window_id()
21134 eassert (stop_pos >= Z - END_UNCHANGED); in try_window_id()
H A DChangeLog.8102 * xdisp.c (try_window_id): Compute BEG_UNCHANGED and END_UNCHANGED
3271 (END_UNCHANGED): New.
H A DChangeLog.107 * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
56 END_UNCHANGED.
22798 and END_UNCHANGED when setting buffer_unchanged_p.
23435 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
/dports/editors/emacs/emacs-27.2/src/
H A Dinsdel.c930 if (Z - GPT < END_UNCHANGED) in insert_1_both()
931 END_UNCHANGED = Z - GPT; in insert_1_both()
1056 if (Z - GPT < END_UNCHANGED) in insert_from_string_1()
1057 END_UNCHANGED = Z - GPT; in insert_from_string_1()
1269 if (Z - GPT < END_UNCHANGED) in insert_from_buffer_1()
1270 END_UNCHANGED = Z - GPT; in insert_from_buffer_1()
1348 if (Z - GPT < END_UNCHANGED) in adjust_after_replace()
1349 END_UNCHANGED = Z - GPT; in adjust_after_replace()
1467 END_UNCHANGED = Z - GPT; in replace_range()
1608 END_UNCHANGED = Z - GPT; in replace_range_2()
[all …]
H A Dbuffer.h149 #define END_UNCHANGED BUF_END_UNCHANGED (current_buffer) macro
H A Dxdisp.c14944 || END_UNCHANGED < end)) in text_outside_line_unchanged_p()
14967 if (END_UNCHANGED == end in text_outside_line_unchanged_p()
18176 end_unchanged = END_UNCHANGED; in redisplay_window()
19833 if (w->window_end_pos >= END_UNCHANGED) in find_first_unchanged_at_end_row()
19864 last_unchanged_pos = Z - END_UNCHANGED + BEG; in find_first_unchanged_at_end_row()
20186 || BEG_UNCHANGED + END_UNCHANGED > Z_BYTE) in try_window_id()
20190 if (Z - GPT < END_UNCHANGED) in try_window_id()
20191 END_UNCHANGED = Z - GPT; in try_window_id()
20196 last_changed_charpos = Z - END_UNCHANGED; in try_window_id()
20415 eassert (stop_pos >= Z - END_UNCHANGED); in try_window_id()
H A DChangeLog.8102 * xdisp.c (try_window_id): Compute BEG_UNCHANGED and END_UNCHANGED
3271 (END_UNCHANGED): New.
H A DChangeLog.107 * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
56 END_UNCHANGED.
22798 and END_UNCHANGED when setting buffer_unchanged_p.
23435 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the