Searched refs:MoveFlags (Results 1 – 15 of 15) sorted by relevance
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/ |
H A D | move.h | 43 const int MoveFlags = 3 << 14; variable 62 #define MOVE_IS_SPECIAL(move) (((move)&MoveFlags)!=MoveNormal) 63 #define MOVE_IS_PROMOTE(move) (((move)&MoveFlags)==MovePromote) 64 #define MOVE_IS_EN_PASSANT(move) (((move)&MoveFlags)==MoveEnPassant) 65 #define MOVE_IS_CASTLE(move) (((move)&MoveFlags)==MoveCastle)
|
/dports/games/scid/scid/engines/togaII1.2.1a/src/ |
H A D | move.h | 21 const int MoveFlags = 3 << 14; variable 40 #define MOVE_IS_SPECIAL(move) (((move)&MoveFlags)!=MoveNormal) 41 #define MOVE_IS_PROMOTE(move) (((move)&MoveFlags)==MovePromote) 42 #define MOVE_IS_EN_PASSANT(move) (((move)&MoveFlags)==MoveEnPassant) 43 #define MOVE_IS_CASTLE(move) (((move)&MoveFlags)==MoveCastle)
|
/dports/games/scid/scid/src/polyglot/ |
H A D | move.h | 20 const int MoveFlags = 7 << 12; variable
|
H A D | move.cpp | 126 return (move & MoveFlags) != 0; in move_is_promote()
|
/dports/games/polyglot/polyglot-1.4.70b/ |
H A D | move.h | 21 #define MoveFlags (7 << 12) macro
|
H A D | move.c | 122 return (move & MoveFlags) != 0; in move_is_promote()
|
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/ |
H A D | move.h | 42 const int MoveFlags = 7 << 12; variable
|
H A D | move.cpp | 144 return (move & MoveFlags) != 0; in move_is_promote()
|
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/ |
H A D | qeditor.h | 204 Q_DECLARE_FLAGS(MoveFlags, MoveFlagsEnum) 549 void ensureCursorVisible(const QDocumentCursor& cursor, MoveFlags mflags = NoFlags); 550 void ensureCursorVisible(MoveFlags mflags = NoFlags); 745 Q_DECLARE_OPERATORS_FOR_FLAGS(QEditor::MoveFlags) in Q_DECLARE_OPERATORS_FOR_FLAGS() argument
|
H A D | qeditor.cpp | 5544 void QEditor::ensureCursorVisible(const QDocumentCursor& cursor, MoveFlags mflags){ in ensureCursorVisible() 5624 void QEditor::ensureCursorVisible(MoveFlags mflags) in ensureCursorVisible()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/ |
H A D | actor.h | 42 enum MoveFlags { enum
|
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/ |
H A D | actor.h | 42 enum MoveFlags { enum
|
/dports/print/limereport/LimeReport-1.5.35/limereport/ |
H A D | lrbasedesignintf.h | 129 enum MoveFlags { None = 0, in Q_DECLARE_METATYPE() enum
|
/dports/editors/texstudio/texstudio-4.1.2/src/ |
H A D | texstudio.h | 554 …void gotoLine(int line, int col = 0, LatexEditorView *edView = nullptr, QEditor::MoveFlags mflags … in Q_DECLARE_METATYPE()
|
H A D | texstudio.cpp | 7680 void Texstudio::gotoLine(int line, int col, LatexEditorView *edView, QEditor::MoveFlags mflags, boo… in gotoLine() 7708 QEditor::MoveFlags mflags = QEditor::Navigation; in gotoLine() 8056 QEditor::MoveFlags mflags = QEditor::KeepSurrounding | QEditor::ExpandFold; in setGlobalCursor() 11390 QEditor::MoveFlags mflags = QEditor::NavigationToHeader; in createLabelFromAction()
|