Home
last modified time | relevance | path

Searched refs:strGetBoolean (Results 1 – 7 of 7) sorted by relevance

/dports/games/scid/scid/engines/scidlet/
H A Dscidlet.cpp286 config->pruning = strGetBoolean(value); in readConfigLine()
288 config->resign = strGetBoolean(value); in readConfigLine()
290 config->draw = strGetBoolean(value); in readConfigLine()
292 config->log = strGetBoolean(value); in readConfigLine()
/dports/games/scid/scid/src/
H A Dtkscid.cpp417 bool flag = strGetBoolean (value); in sc_base_export()
872 bool b = strGetBoolean (valueStr); in sc_base_duplicates()
1332 bool extendedCodes = strGetBoolean(argv[3]); in sc_eco_base()
5688 flip = strGetBoolean(argv[arg+1]); in sc_pos_html()
7287 doSurnames = strGetBoolean (value); in sc_name_spellcheck()
7290 ambiguous = strGetBoolean (value); in sc_name_spellcheck()
8565 bool searchInVars = strGetBoolean (argv[4]); in sc_search_board()
8567 flip = strGetBoolean (argv[5]); in sc_search_board()
8850 patt->flag = strGetBoolean (flagStr); in parsePattern()
8947 flip = strGetBoolean (value); in sc_search_material()
[all …]
H A Dmisc.h178 bool strGetBoolean (const char * str);
H A Dmisc.cpp500 strGetBoolean (const char * str) in strGetBoolean() function
H A Dsc_base.cpp310 if (strGetBoolean(argv[8])) { in sc_base_gamelocation()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dmisc.cpp476 strGetBoolean (const char * str) in strGetBoolean() function
H A Dmisc.h175 bool strGetBoolean (const char * str);