Home
last modified time | relevance | path

Searched refs:icsCommPort (Results 1 – 10 of 10) sorted by relevance

/dports/games/xboard/xboard-4.9.1/
H A Dargs.h255 …{ "internetChessServerCommPort", ArgString, (void *) &appData.icsCommPort, FALSE, (ArgIniType) ICS…
256 { "icscomm", ArgString, (void *) &appData.icsCommPort, FALSE, INVALID },
257 { "internetChessServerComPort", ArgString, (void *) &appData.icsCommPort, FALSE, INVALID },
258 { "icscom", ArgString, (void *) &appData.icsCommPort, FALSE, INVALID },
H A Dcommon.h515 char *icsCommPort; /* if set, use serial port instead of tcp host/port */ member
H A Dbackend.c1637 if (*appData.icsCommPort != NULLCHAR) in InitBackEnd3()
1639 appData.icsCommPort); in InitBackEnd3()
1842 if (*appData.icsCommPort != NULLCHAR) { in establish()
1844 return OpenCommPort(appData.icsCommPort, &icsPR); in establish()
1914 if (*appData.icsCommPort != NULLCHAR || appData.useTelnet || in OutputMaybeTelnet()
2416 if (*appData.icsCommPort != NULLCHAR || appData.useTelnet) return; in TelnetRequest()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dargs.h253 …{ "internetChessServerCommPort", ArgString, (void *) &appData.icsCommPort, FALSE, (ArgIniType) ICS…
254 { "icscomm", ArgString, (void *) &appData.icsCommPort, FALSE, INVALID },
255 { "internetChessServerComPort", ArgString, (void *) &appData.icsCommPort, FALSE, INVALID },
256 { "icscom", ArgString, (void *) &appData.icsCommPort, FALSE, INVALID },
H A Dcommon.h511 char *icsCommPort; /* if set, use serial port instead of tcp host/port */ member
H A Dbackend.c1634 if (*appData.icsCommPort != NULLCHAR) in InitBackEnd3()
1636 appData.icsCommPort); in InitBackEnd3()
1833 if (*appData.icsCommPort != NULLCHAR) { in establish()
1835 return OpenCommPort(appData.icsCommPort, &icsPR); in establish()
1905 if (*appData.icsCommPort != NULLCHAR || appData.useTelnet || in OutputMaybeTelnet()
2407 if (*appData.icsCommPort != NULLCHAR || appData.useTelnet) return; in TelnetRequest()
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwoptions.c2329 p = strrchr(appData.icsCommPort, '\\'); in CommPortOptionsDialog()
2330 if (p++ == NULL) p = appData.icsCommPort; in CommPortOptionsDialog()
2379 appData.icsCommPort = ""; in CommPortOptionsDialog()
2388 appData.icsCommPort = strdup(buf); in CommPortOptionsDialog()
H A Dwinboard.c1250 *appData.icsCommPort != NULLCHAR) ? in InitMenuChecks()
8337 if (appData.icsCommPort[0] != NULLCHAR) in DisplayTitle()
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwoptions.c2334 p = strrchr(appData.icsCommPort, '\\'); in CommPortOptionsDialog()
2335 if (p++ == NULL) p = appData.icsCommPort; in CommPortOptionsDialog()
2384 appData.icsCommPort = ""; in CommPortOptionsDialog()
2393 appData.icsCommPort = strdup(buf); in CommPortOptionsDialog()
H A Dwinboard.c1264 *appData.icsCommPort != NULLCHAR) ? in InitMenuChecks()
8393 if (appData.icsCommPort[0] != NULLCHAR) in DisplayTitle()