Home
last modified time | relevance | path

Searched refs:history_end (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dhistory_snapshot.c30 void dt_history_snapshot_undo_create(const int32_t imgid, int *snap_id, int *history_end) in dt_history_snapshot_undo_create() argument
39 *history_end = 0; in dt_history_snapshot_undo_create()
45 *history_end = sqlite3_column_int(stmt, 0); in dt_history_snapshot_undo_create()
61 if(*history_end == 0) in dt_history_snapshot_undo_create()
127 … void _history_snapshot_undo_restore(const int32_t imgid, const int snap_id, const int history_end) in _history_snapshot_undo_restore() argument
141 if(history_end == 0) in _history_snapshot_undo_restore()
192 DT_DEBUG_SQLITE3_BIND_INT(stmt, 2, history_end); in _history_snapshot_undo_restore()
H A Dhistory.c502 dt_dev_pop_history_items_ext(dev_src, dev_src->history_end); in _history_copy_and_paste_on_image_merge()
669 int history_end = 0; in _history_copy_and_paste_on_image_overwrite() local
677 history_end = sqlite3_column_int(stmt, 0); in _history_copy_and_paste_on_image_overwrite()
686 DT_DEBUG_SQLITE3_BIND_INT(stmt, 2, history_end); in _history_copy_and_paste_on_image_overwrite()
1087 if (history_end == 0) in dt_history_truncate_on_image()
1102 DT_DEBUG_SQLITE3_BIND_INT(stmt, 2, history_end); in dt_history_truncate_on_image()
1112 DT_DEBUG_SQLITE3_BIND_INT(stmt, 2, history_end); in dt_history_truncate_on_image()
1121 DT_DEBUG_SQLITE3_BIND_INT(stmt, 1, history_end); in dt_history_truncate_on_image()
1312 int history_end = 0; in _history_hash_compute_from_db() local
1320 history_end = sqlite3_column_int(stmt, 0); in _history_hash_compute_from_db()
[all …]
H A Dhistory_snapshot.h34 void dt_history_snapshot_undo_create(const int32_t imgid, int *snap_id, int *history_end);
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dhistory_snapshot.c30 void dt_history_snapshot_undo_create(const int32_t imgid, int *snap_id, int *history_end) in dt_history_snapshot_undo_create() argument
39 *history_end = 0; in dt_history_snapshot_undo_create()
45 *history_end = sqlite3_column_int(stmt, 0); in dt_history_snapshot_undo_create()
61 if(*history_end == 0) in dt_history_snapshot_undo_create()
127 … void _history_snapshot_undo_restore(const int32_t imgid, const int snap_id, const int history_end) in _history_snapshot_undo_restore() argument
141 if(history_end == 0) in _history_snapshot_undo_restore()
192 DT_DEBUG_SQLITE3_BIND_INT(stmt, 2, history_end); in _history_snapshot_undo_restore()
H A Dhistory.c502 dt_dev_pop_history_items_ext(dev_src, dev_src->history_end); in _history_copy_and_paste_on_image_merge()
669 int history_end = 0; in _history_copy_and_paste_on_image_overwrite() local
677 history_end = sqlite3_column_int(stmt, 0); in _history_copy_and_paste_on_image_overwrite()
686 DT_DEBUG_SQLITE3_BIND_INT(stmt, 2, history_end); in _history_copy_and_paste_on_image_overwrite()
1087 if (history_end == 0) in dt_history_truncate_on_image()
1102 DT_DEBUG_SQLITE3_BIND_INT(stmt, 2, history_end); in dt_history_truncate_on_image()
1112 DT_DEBUG_SQLITE3_BIND_INT(stmt, 2, history_end); in dt_history_truncate_on_image()
1121 DT_DEBUG_SQLITE3_BIND_INT(stmt, 1, history_end); in dt_history_truncate_on_image()
1312 int history_end = 0; in _history_hash_compute_from_db() local
1320 history_end = sqlite3_column_int(stmt, 0); in _history_hash_compute_from_db()
[all …]
H A Dhistory_snapshot.h34 void dt_history_snapshot_undo_create(const int32_t imgid, int *snap_id, int *history_end);
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/
H A Dsol.c125 int history_end; member
770 if (sd->history_start > sd->history_end) in copy_history_buffer()
777 size = sd->history_end - sd->history_start + 1; in copy_history_buffer()
787 if (start > sd->history_end) { in copy_history_buffer()
793 to_copy = sd->history_end - start + 1; in copy_history_buffer()
802 sd->history_end = -1; in copy_history_buffer()
1470 sd->history_end = -1; in add_to_history()
1480 if (sd->history_start > sd->history_end) { in add_to_history()
1496 sd->history_end += len; in add_to_history()
1834 if (sd->history_end >= sd->history_start) { in handle_sol_shutdown()
[all …]
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dgeneric.c347 #define history_end (history_buffer + MAX_HISTORY - 1) macro
358 RING_INC(history_next, history_buffer, history_end); in gen_add_to_history()
384 RING_DEC(history_view, history_buffer, history_end); in gen_history_back()
407 RING_INC(history_view, history_buffer, history_end); in gen_history_forward()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mi/
H A Dmipointer.c126 miPointer.history_start = miPointer.history_end = 0;
283 for (i = miPointer.history_start; i != miPointer.history_end;)
468 end = miPointer.history_end;
486 miPointer.history_end = end;
H A Dmipointrst.h55 int history_start, history_end; member
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dhistory.c78 static void _lib_history_will_change_callback(gpointer instance, GList *history, int history_end,
601 dev->history_end = hist_end; in _pop_undo()
654 static void _lib_history_will_change_callback(gpointer instance, GList *history, int history_end, G… in _lib_history_will_change_callback() argument
667 lib->previous_history_end = history_end; in _lib_history_will_change_callback()
1011 …e_button(self, num, _("original"), FALSE, FALSE, TRUE, darktable.develop->history_end == 0, FALSE); in _lib_history_change_callback()
1026 hist->after_end = darktable.develop->history_end; in _lib_history_change_callback()
1059 const gboolean selected = (num == darktable.develop->history_end - 1); in _lib_history_change_callback()
1095 dt_history_truncate_on_image(imgid, darktable.develop->history_end); in _lib_history_truncate()
1113 darktable.develop->history_end = sqlite3_column_int(stmt, 0); in _lib_history_truncate()
1121 DT_DEBUG_SQLITE3_BIND_INT(stmt, 2, darktable.develop->history_end); in _lib_history_truncate()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dhistory.c81 static void _lib_history_will_change_callback(gpointer instance, GList *history, int history_end,
608 dev->history_end = hist_end; in _pop_undo()
670 static void _lib_history_will_change_callback(gpointer instance, GList *history, int history_end, G… in _lib_history_will_change_callback() argument
683 lib->previous_history_end = history_end; in _lib_history_will_change_callback()
1027 …e_button(self, num, _("original"), FALSE, FALSE, TRUE, darktable.develop->history_end == 0, FALSE); in _lib_history_change_callback()
1042 hist->after_end = darktable.develop->history_end; in _lib_history_change_callback()
1075 const gboolean selected = (num == darktable.develop->history_end - 1); in _lib_history_change_callback()
1111 dt_history_truncate_on_image(imgid, darktable.develop->history_end); in _lib_history_truncate()
1129 darktable.develop->history_end = sqlite3_column_int(stmt, 0); in _lib_history_truncate()
1137 DT_DEBUG_SQLITE3_BIND_INT(stmt, 2, darktable.develop->history_end); in _lib_history_truncate()
/dports/graphics/darktable38/darktable-3.8.0/src/develop/
H A Ddevelop.c63 dev->history_end = 0; in dt_dev_init()
843 while ((dev->history_end>0) && (! g_list_nth(dev->history, dev->history_end - 1))) in _dev_add_history_item_ext()
844 dev->history_end--; in _dev_add_history_item_ext()
846 dev->history_end += kept_module; in _dev_add_history_item_ext()
866 dev->history_end++; in _dev_add_history_item_ext()
1164 const int end_prev = dev->history_end; in dt_dev_pop_history_items_ext()
1165 dev->history_end = cnt; in dt_dev_pop_history_items_ext()
1837 dev->history_end = 0; in dt_dev_read_history_ext()
2025 dev->history_end++; in dt_dev_read_history_ext()
2522 dev->history_end--; in dt_dev_module_remove()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/develop/
H A Ddevelop.c63 dev->history_end = 0; in dt_dev_init()
833 while ((dev->history_end>0) && (! g_list_nth(dev->history, dev->history_end - 1))) in _dev_add_history_item_ext()
834 dev->history_end--; in _dev_add_history_item_ext()
836 dev->history_end += kept_module; in _dev_add_history_item_ext()
856 dev->history_end++; in _dev_add_history_item_ext()
1145 const int end_prev = dev->history_end; in dt_dev_pop_history_items_ext()
1146 dev->history_end = cnt; in dt_dev_pop_history_items_ext()
1824 dev->history_end = 0; in dt_dev_read_history_ext()
2012 dev->history_end++; in dt_dev_read_history_ext()
2499 dev->history_end--; in dt_dev_module_remove()
[all …]
/dports/japanese/skkinput/skkinput-2.06.4/
H A DHistMgr.h38 int history_start, history_end ; member
/dports/textproc/uim-el/uim-d1ac9d9/uim/
H A Deditline.c68 history_end(hist); in uim_plugin_instance_quit()
/dports/textproc/uim-gtk/uim-d1ac9d9/uim/
H A Deditline.c68 history_end(hist); in uim_plugin_instance_quit()
/dports/textproc/uim-qt5/uim-d1ac9d9/uim/
H A Deditline.c68 history_end(hist); in uim_plugin_instance_quit()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/uim/
H A Deditline.c68 history_end(hist); in uim_plugin_instance_quit()
/dports/textproc/uim-gtk3/uim-d1ac9d9/uim/
H A Deditline.c68 history_end(hist); in uim_plugin_instance_quit()
/dports/japanese/uim-anthy/uim-d1ac9d9/uim/
H A Deditline.c68 history_end(hist); in uim_plugin_instance_quit()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/doc/
H A DMakefile.am24 history_end.3 \
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/libedit/libedit-20191231-3.1/doc/
H A DMakefile.am24 history_end.3 \
/dports/math/reduce/Reduce-svn5758-src/libraries/libedit-20210216-3.1/doc/
H A DMakefile.am24 history_end.3 \
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/doc/
H A DMakefile.am24 history_end.3 \

1234567