Home
last modified time | relevance | path

Searched refs:egtFormats (Results 1 – 19 of 19) sorted by path

/dports/games/xboard-devel/xboard-f49e7e1/
H A DChangeLog13295 depending on if matched the -defaultPathEGTB of -egtFormats option.
H A DNEWS655 /egtFormats="..." (for specifying where various end-game tables are installed on the computer)
H A Dargs.h664 { "egtFormats", ArgString, (void *) &appData.egtFormats, TRUE, (ArgIniType) "" },
H A Dbackend.c880 ASSIGN(cps->egtFormats, ""); in InitEngine()
8447 char *p, *path = strstr(appData.egtFormats, "scorpio:"), buf[MSG_SIZ]; in BitbaseProbe()
10493 if((p = cps->egtFormats) == NULL || appData.egtFormats == NULL) return; in SendEgtPath()
10507 if( (s = StrStr(appData.egtFormats, name+1)) == appData.egtFormats || in SendEgtPath()
10508 (s = StrStr(appData.egtFormats, name)) != NULL) { in SendEgtPath()
17040 if (StringFeature(&p, "egt", &cps->egtFormats, cps)) continue;
H A Dbackend.h372 char *egtFormats; /* [HGM] EGT: supported tablebase formats */ member
H A Dcommon.h764 char *egtFormats; member
H A Ddialogs.c605 ASSIGN(appData.egtFormats, egtPath); in CommonOptionsOK()
642 if(appData.egtFormats && *appData.egtFormats) { ASSIGN(egtPath, appData.egtFormats); } in UciMenuProc()
H A Dxboard.texi2242 @item -egtFormats string
2243 @cindex egtFormats, option
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwoptions.c3071 SetDlgItemText( hDlg, IDC_PathToEGTB, appData.egtFormats ); in UciOptionsDialog()
3099 ASSIGN(appData.egtFormats, buf); in UciOptionsDialog()
/dports/games/xboard/xboard-4.9.1/
H A DChangeLog1552 at startup, after appending it as "nalimov:" format to -egtFormats.
1554 but instead one for -egtFormats, (which will show up in the EGT path
1556 empty) to serve as an example for the syntax of -egtFormats.
16806 depending on if matched the -defaultPathEGTB of -egtFormats option.
H A DNEWS699 /egtFormats="..." (for specifying where various end-game tables are installed on the computer)
H A Dargs.h669 { "egtFormats", ArgString, (void *) &appData.egtFormats, TRUE, (ArgIniType) "" },
1499 …snprintf(buf, MAX_ARG_LEN, "%s%snalimov:%s", appData.egtFormats, (*appData.egtFormats ?"," : ""), … in InitAppData()
1500 ASSIGN(appData.egtFormats, buf); in InitAppData()
H A Dbackend.c882 ASSIGN(cps->egtFormats, ""); in InitEngine()
8623 char *p, *path = strstr(appData.egtFormats, "scorpio:"), buf[MSG_SIZ]; in BitbaseProbe()
10735 if((p = cps->egtFormats) == NULL || appData.egtFormats == NULL) return; in SendEgtPath()
10749 if( (s = StrStr(appData.egtFormats, name+1)) == appData.egtFormats || in SendEgtPath()
10750 (s = StrStr(appData.egtFormats, name)) != NULL) { in SendEgtPath()
17353 if (StringFeature(&p, "egt", &cps->egtFormats, cps)) continue;
H A Dbackend.h375 char *egtFormats; /* [HGM] EGT: supported tablebase formats */ member
H A Dcommon.h772 char *egtFormats; member
H A Ddialogs.c610 ASSIGN(appData.egtFormats, egtPath); in CommonOptionsOK()
647 if(appData.egtFormats && *appData.egtFormats) { ASSIGN(egtPath, appData.egtFormats); } in UciMenuProc()
H A Dxboard.info1147 Sets the value of the 'egtFormats' option, which specifies where on
2426 -egtFormats string
5278 * egtFormats, option: UCI + WB Engine Settings.
H A Dxboard.texi1346 Sets the value of the @code{egtFormats} option, which specifies
2916 @item -egtFormats string
2917 @cindex egtFormats, option
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwoptions.c3076 SetDlgItemText( hDlg, IDC_PathToEGTB, appData.egtFormats ); in UciOptionsDialog()
3104 ASSIGN(appData.egtFormats, buf); in UciOptionsDialog()