Home
last modified time | relevance | path

Searched refs:engineComments (Results 1 – 6 of 6) sorted by path

/dports/games/xboard-devel/xboard-f49e7e1/
H A Dargs.h659 { "engineDebugOutput", ArgInt, (void *) &appData.engineComments, FALSE, (ArgIniType) 1 },
H A Dbackend.c16648 if(appData.engineComments != 1) { /* [HGM] debug: decide if protocol-violating output is written */
16660 quote = appData.engineComments == 2 ? "# " : "### NON-COMPLIANT! ### ";
16661 print = (appData.engineComments >= 2);
H A Dcommon.h750 int engineComments; member
/dports/games/xboard/xboard-4.9.1/
H A Dargs.h664 { "engineDebugOutput", ArgInt, (void *) &appData.engineComments, FALSE, (ArgIniType) 1 },
H A Dbackend.c16957 if(appData.engineComments != 1) { /* [HGM] debug: decide if protocol-violating output is written */
16969 quote = appData.engineComments == 2 ? "# " : "### NON-COMPLIANT! ### ";
16970 print = (appData.engineComments >= 2);
H A Dcommon.h758 int engineComments; member