Home
last modified time | relevance | path

Searched refs:strDuplicate (Results 1 – 13 of 13) sorted by relevance

/dports/games/scid/scid/src/
H A Doptable.cpp88 White = strDuplicate(""); in Init()
89 Black = strDuplicate(""); in Init()
90 Site = strDuplicate(""); in Init()
112 White = strDuplicate (g->GetWhiteStr()); in Init()
113 Black = strDuplicate (g->GetBlackStr()); in Init()
114 Site = strDuplicate (g->GetSiteStr()); in Init()
464 Type = strDuplicate (type); in Init()
1988 MoveOrder[NumMoveOrders].moves = strDuplicate (dstr.Data()); in AddMoveOrder()
H A Dpbook.cpp233 pos.HashValue(), bookDataT{cboard, strDuplicate(text.c_str())}); in ReadEcoFile()
H A Dmisc.h144 char * strDuplicate (const char * str);
H A Dmisc.cpp206 strDuplicate (const char * original) in strDuplicate() function
H A Dcrosstab.cpp203 pdata->name = strDuplicate (name); in AddPlayer()
H A Dgame.cpp1767 s = strDuplicate (comment); in CommentEmpty()
1796 s = strDuplicate (comment); in WriteComment()
H A Dtkscid.cpp1547 trans->from = strDuplicate (argv[3]); in sc_eco_translate()
1548 trans->to = strDuplicate (argv[4]); in sc_eco_translate()
1570 char * temp = strDuplicate (dstrTo->Data()); in translateECO()
3423 char * str = strDuplicate(db->game->GetMoveComment()); in sc_game_info()
5827 char * newPrefix = strDuplicate (prefix); in sc_pos_matchMoves()
6404 lastPlayerName = strDuplicate (playerName); in sc_name_info()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dmisc.cpp182 strDuplicate (const char * original) in strDuplicate() function
H A Dmisc.h143 char * strDuplicate (const char * str);
H A Dgame.cpp1720 s = strDuplicate (comment); in CommentEmpty()
1749 s_duplicate = strDuplicate(comment); in WriteComment()
/dports/games/scid/scid/src/mtbgen/
H A Dmtb.h323 Name = strDuplicate(name); in MTB()
H A Dmtbgen.cpp135 Name = strDuplicate(name); in MTBWriter()
/dports/games/scid/scid/engines/scidlet/
H A Dscidlet.cpp278 config->bookFileName = strDuplicate (value); in readConfigLine()
280 config->logFileName = strDuplicate (value); in readConfigLine()