Home
last modified time | relevance | path

Searched refs:icsLogon (Results 1 – 17 of 17) sorted by last modified time

/dports/games/xboard/xboard-4.9.1/
H A DChangeLog14093 added warning if icsLogon file couldn't be opened
H A DSHORTLOG2208 added warning if icsLogon file couldn't be opened
H A Dbackend.c1977 …if(ini = fopen(appData.icsLogon, "w")) { // save first two lines (presumably username & password) … in read_from_player()
H A Dxboard.info3663 do this manually; the 'icsLogon' option can do it for you. *note ICS
H A Dargs.h259 …{ "internetChessServerLogonScript", ArgFilename, (void *) &appData.icsLogon, FALSE, (ArgIniType) I…
260 { "icslogon", ArgFilename, (void *) &appData.icsLogon, FALSE, INVALID },
H A Dcommon.h516 char *icsLogon; /* Hack to permit variable logon scripts. */ member
H A Dusystem.c744 f = fopen(appData.icsLogon, "r"); in ICSInitScript()
752 strncat(buf, appData.icsLogon, MSG_SIZ - strlen(buf) - 1); in ICSInitScript()
761 printf("Warning: Couldn't open icsLogon file (checked %s and %s).\n", appData.icsLogon, buf); in ICSInitScript()
H A Dxboard.texi4471 this manually; the @code{icsLogon} option can do it for you.
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwinboard.c9956 if (SearchPath(installDir, appData.icsLogon, NULL, MSG_SIZ, buf, &dummy)) { in ICSInitScript()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dcommon.h512 char *icsLogon; /* Hack to permit variable logon scripts. */ member
H A Dusystem.c733 f = fopen(appData.icsLogon, "r"); in ICSInitScript()
741 strncat(buf, appData.icsLogon, MSG_SIZ - strlen(buf) - 1); in ICSInitScript()
750 printf("Warning: Couldn't open icsLogon file (checked %s and %s).\n", appData.icsLogon, buf); in ICSInitScript()
H A Dxboard.texi3684 this manually; the @code{icsLogon} option can do it for you.
H A Dargs.h257 …{ "internetChessServerLogonScript", ArgFilename, (void *) &appData.icsLogon, FALSE, (ArgIniType) I…
258 { "icslogon", ArgFilename, (void *) &appData.icsLogon, FALSE, INVALID },
H A DChangeLog10582 added warning if icsLogon file couldn't be opened
H A DSHORTLOG1698 added warning if icsLogon file couldn't be opened
H A Dbackend.c1968 …if(ini = fopen(appData.icsLogon, "w")) { // save first two lines (presumably username & password) … in read_from_player()
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwinboard.c9893 if (SearchPath(installDir, appData.icsLogon, NULL, MSG_SIZ, buf, &dummy)) { in ICSInitScript()