Home
last modified time | relevance | path

Searched refs:undo_t (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DUndo.cpp61 } undo_t; typedef
113 undo_t *redo, *nextredo; in Undo_ClearRedo()
146 undo_t *undo, *nextundo; in Undo_Clear()
227 undo_t *undo; in Undo_FreeFirstUndo()
260 undo_t *undo; in Undo_GeneralStart()
273 undo = (undo_t *) Mem_ClearedAlloc(sizeof(undo_t)); in Undo_GeneralStart()
275 memset(undo, 0, sizeof(undo_t)); in Undo_GeneralStart()
584 undo_t *undo, *redo; in Undo_Undo()
604 redo = (undo_t *) Mem_ClearedAlloc(sizeof(undo_t)); in Undo_Undo()
606 memset(redo, 0, sizeof(undo_t)); in Undo_Undo()
[all …]
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dmove_do.h14 struct undo_t { struct
43 extern void move_do (board_t * board, int move, undo_t * undo); argument
44 extern void move_undo (board_t * board, int move, const undo_t * undo);
46 extern void move_do_null (board_t * board, undo_t * undo);
47 extern void move_undo_null (board_t * board, const undo_t * undo);
H A Dmove_do.cpp54 void move_do(board_t * board, int move, undo_t * undo) { in move_do()
221 void move_undo(board_t * board, int move, const undo_t * undo) { in move_undo()
317 void move_do_null(board_t * board, undo_t * undo) { in move_do_null()
368 void move_undo_null(board_t * board, const undo_t * undo) { in move_undo_null()
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dmove_do.h36 struct undo_t { struct
65 extern void move_do (board_t * board, int move, undo_t * undo); argument
66 extern void move_undo (board_t * board, int move, const undo_t * undo);
68 extern void move_do_null (board_t * board, undo_t * undo);
69 extern void move_undo_null (board_t * board, const undo_t * undo);
H A Dmove_do.cpp76 void move_do(board_t * board, int move, undo_t * undo) { in move_do()
243 void move_undo(board_t * board, int move, const undo_t * undo) { in move_undo()
339 void move_do_null(board_t * board, undo_t * undo) { in move_do_null()
390 void move_undo_null(board_t * board, const undo_t * undo) { in move_undo_null()
H A Dsearch_full.cpp257 undo_t undo[1]; in full_root()
381 undo_t undo[1]; in full_search()
734 undo_t undo[1]; in full_no_null()
818 undo_t undo[1]; in full_quiescence()
1047 undo_t undo[1]; in pv_fill()
H A Dmove_check.cpp286 undo_t undo[1]; in add_check()
301 undo_t undo[1]; in move_is_check()
/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A Dtools.h29 typedef struct undo_t { struct
32 struct undo_t *next; argument
33 } undo_t; typedef
35 extern undo_t *undolist;
H A Dtools.c36 undo_t *undolist = NULL;
526 struct undo_t *undo = NULL; in SaveUndoIcon()
528 undo = (struct undo_t *) undolist; in SaveUndoIcon()
529 undolist = (undo_t *) malloc(sizeof(undo_t) ); in SaveUndoIcon()
546 undo_t *traverse; in Undo()
552 traverse = (undo_t *) undolist->next; in Undo()
564 traverse = (undo_t *) undolist->next; in Undo()
/dports/editors/led/led-2.0/src/
H A Dbuffer.c140 undo_t *undo; in buffer_addline()
151 undo = ckmalloc(sizeof(undo_t)); in buffer_addline()
172 undo_t *undo; in buffer_rmline()
184 undo = ckmalloc(sizeof(undo_t)); in buffer_rmline()
230 undo_t *undo; in buffer_rmstr()
236 undo = ckmalloc(sizeof(undo_t)); in buffer_rmstr()
254 undo_t *undo; in buffer_rmch()
257 undo = ckmalloc(sizeof(undo_t)); in buffer_rmch()
282 undo_t *undo; in buffer_putc()
285 undo = ckmalloc(sizeof(undo_t)); in buffer_putc()
[all …]
H A Dundo.c32 undo_t *undo; in undo_beginblock()
34 undo = ckmalloc(sizeof(undo_t)); in undo_beginblock()
40 undo_t *undo, *prev; in undo_endblock()
53 undo = ckmalloc(sizeof(undo_t)); in undo_endblock()
58 void undo_remove(undolist_t *undolist, undo_t *undo) { in undo_remove()
76 void undo_additem(buffer_t *buffer, undo_t *undo) { in undo_additem()
93 undo_t *undo; in undo_rollback()
178 undo_t *undo; in undo_rollforward()
H A Dundo.h90 void undo_remove(undolist_t *, undo_t *undo);
92 void undo_additem(buffer_t *, undo_t *);
H A Dbuffer.h43 undo_t *undoitem; /* current undo item in the list */
44 undo_t *undodisk; /* the undo loc that is unmodified */
H A Dforward.h56 typedef struct undo undo_t; typedef
/dports/audio/din/din-52/src/
H A Dcurve_editor.h51 struct undo_t { struct
55 undo_t (int ii, const multi_curve& mc, window& w) : i(ii), curve(mc), win(w) {} in undo_t() argument
58 typedef undo_t redo_t;
191 std::list <undo_t> undos;
193 void dodo (std::list<undo_t>& do1, std::list<undo_t>& do2, std::string mesg);
H A Dcurve_editor.cc153 undos.push_back (undo_t (pik.crv_id, *pik.crv, win)); in prep_move()
550 undos.push_back (undo_t (pik.crv_id, *crv, win)); in remove()
570 undos.push_back (undo_t (0, crv0, win)); in swap()
577 undos.push_back (undo_t (1, crv1, win)); in swap()
601 undos.push_back (undo_t (pik.crv_id, *crv, win)); in insert()
631 undos.push_back (undo_t (pik.crv_id, *crv, win)); in mirror()
893 void curve_editor::dodo (list<undo_t>& do1, list<undo_t>& do2, std::string mesg) { in dodo()
895 undo_t& last = do1.back (); in dodo()
900 do2.push_back (undo_t (last.i, *crv, win)); in dodo()
1007 undos.push_back (undo_t (pik.crv_id, crv, win)); in load_curve()
[all …]
/dports/editors/led/led-2.0/src/cmd_vdef/
H A Dcommand_misc.c32 undo_t *undo; in command_tognlstyle()
34 undo = ckmalloc(sizeof(undo_t)); in command_tognlstyle()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dprocessor_mem.cpp41 undo_t *p; in save_undo()
65 p = (undo_t *) malloc(sizeof(undo_t) + diff_size + stack_size * sizeof(*_sp)); in save_undo()
H A Dmem.h54 typedef undo_struct undo_t; typedef
66 undo_t *first_undo, *last_undo, *curr_undo;
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dprocessor_mem.cpp41 undo_t *p; in save_undo()
65 p = (undo_t *) malloc(sizeof(undo_t) + diff_size + stack_size * sizeof(*_sp)); in save_undo()
H A Dmem.h54 typedef undo_struct undo_t; typedef
66 undo_t *first_undo, *last_undo, *curr_undo;
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/mapedit/
H A Dtools.c29 typedef struct undo_t { struct
32 struct undo_t *next; argument
33 } undo_t; typedef
40 undo_t *undolist = NULL;
595 struct undo_t *undo = NULL; in SaveUndoIcon()
597 undo = (struct undo_t *) undolist; in SaveUndoIcon()
598 undolist = (undo_t *) malloc(sizeof(undo_t)); in SaveUndoIcon()
615 undo_t *traverse; in Undo()
621 traverse = (undo_t *) undolist->next; in Undo()
633 traverse = (undo_t *) undolist->next; in Undo()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dfastmem.c85 typedef struct undo_struct undo_t; typedef
87 undo_t *next;
88 undo_t *prev;
97 static undo_t *first_undo = NULL, *last_undo = NULL, *curr_undo = NULL;
554 undo_t *p; in free_undo()
1032 undo_t *p; in save_undo()
1057 p = malloc(sizeof (undo_t) + diff_size + stack_size * sizeof (*sp)); in save_undo()
/dports/editors/heme/heme-0.4.2/
H A Dheme.c54 undo_t; typedef
56 static undo_t *undo_list;
483 undo_list = xrealloc(undo_list, sizeof(undo_t) * undo_count); in save_undo_info()
498 undo_list = xrealloc(undo_list, sizeof(undo_t) * undo_count); in save_undo_fill_info()
542 undo_t fu; in do_undo()
576 undo_list = xrealloc(undo_list, sizeof(undo_t) * undo_count); in do_undo()
/dports/math/yices/yices-2.6.2/src/solvers/egraph/
H A Degraph_types.h629 } undo_t; typedef
644 undo_t *data;

12