Home
last modified time | relevance | path

Searched refs:goTowardsMark (Results 1 – 4 of 4) sorted by relevance

/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DHistory.h164 int goTowardsMark(int mark, /* INPUT */
H A DChangeLog134 * History.cpp (goTowardsMark): Accept forward_first as a parameter
135 to goTowardsMark so that multiple instances of the same mark can
H A DEventHandler.cpp437 while (history->goTowardsMark(MARK_MACRO_OPEN, in undo_cb()
483 while (history->goTowardsMark(MARK_MACRO_CLOSE, in redo_cb()
964 history->goTowardsMark(mark, &sticker, &direction, in keyPress_handler()
H A DHistory.cpp609 int History::goTowardsMark(int mark, struct stickerspec *sticker, /* OUTPUT */ in goTowardsMark() function in History