Home
last modified time | relevance | path

Searched refs:ResetPgnStyle (Results 1 – 6 of 6) sorted by relevance

/dports/games/scid/scid/gtest/
H A Dtest_pgnparser.cpp56 game.ResetPgnStyle(PGN_STYLE_TAGS | PGN_STYLE_VARS | PGN_STYLE_COMMENTS | in TEST()
72 game.ResetPgnStyle(PGN_STYLE_TAGS | PGN_STYLE_VARS | PGN_STYLE_COMMENTS | in TEST()
125 game.ResetPgnStyle(PGN_STYLE_TAGS | PGN_STYLE_VARS | PGN_STYLE_COMMENTS); in TEST()
380 game.ResetPgnStyle(PGN_STYLE_TAGS | PGN_STYLE_VARS | in TEST()
H A Dtest_game.cpp64 game.ResetPgnStyle(PGN_STYLE_TAGS | PGN_STYLE_VARS | in TEST()
69 clone->ResetPgnStyle(PGN_STYLE_TAGS | PGN_STYLE_VARS | in TEST()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dgame.h418 void ResetPgnStyle (void) { PgnStyle = 0; } in ResetPgnStyle() function
419 void ResetPgnStyle (uint flag) { PgnStyle = flag; } in ResetPgnStyle() function
/dports/games/scid/scid/src/
H A Dcodec_pgn.h161 game->ResetPgnStyle(PGN_STYLE_TAGS | PGN_STYLE_VARS | in gameAdd()
H A Dgame.h423 void ResetPgnStyle (void) { PgnStyle = 0; } in ResetPgnStyle() function
424 void ResetPgnStyle (uint flag) { PgnStyle = flag; } in ResetPgnStyle() function
H A Dtkscid.cpp341 g->ResetPgnStyle (pgnStyle); in exportGame()
1765 …g.ResetPgnStyle (PGN_STYLE_TAGS | PGN_STYLE_COMMENTS | PGN_STYLE_VARS | PGN_STYLE_SHORT_HEADER | P… in sc_filter_old()
1768 g.ResetPgnStyle (PGN_STYLE_TAGS | PGN_STYLE_COMMENTS | PGN_STYLE_VARS); in sc_filter_old()
3880 g->ResetPgnStyle(); in sc_game_pgn()
9492 scratchGame->ResetPgnStyle (); in sc_search_header()