Home
last modified time | relevance | path

Searched refs:ringBellAfterMoves (Results 1 – 14 of 14) sorted by last modified time

/dports/games/xboard/xboard-4.9.1/
H A Dbackend.c5047 …if (appData.ringBellAfterMoves && /*!ics_user_moved*/ // [HGM] use absolute method to recognize ow… in ParseBoard12()
9086 if (!pausing && appData.ringBellAfterMoves) { in HandleMachineMove()
H A Dxboard.info2960 -movesound/-xmovesound or -ringBellAfterMoves true/false
5742 * ringBellAfterMoves, option: User interface options.
H A Dargs.h352 { "ringBellAfterMoves", ArgBoolean, (void *) &appData.ringBellAfterMoves,
354 { "bell", ArgTrue, (void *) &appData.ringBellAfterMoves, FALSE, INVALID }, // for XB
355 { "xbell", ArgFalse, (void *) &appData.ringBellAfterMoves, FALSE, INVALID }, // for XB
356 { "movesound", ArgTrue, (void *) &appData.ringBellAfterMoves, FALSE, INVALID }, // for XB
357 { "xmovesound", ArgFalse, (void *) &appData.ringBellAfterMoves, FALSE, INVALID }, // for XB
H A Dcommon.h557 Boolean ringBellAfterMoves; member
H A Dmenus.c529 appData.ringBellAfterMoves = !appData.ringBellAfterMoves; in MoveSoundProc()
530 MARK_MENU_ITEM("Options.MoveSound", appData.ringBellAfterMoves); in MoveSoundProc()
1305 if (appData.ringBellAfterMoves) { in InitMenuMarkers()
H A Dxboard.texi3608 @item -movesound/-xmovesound or -ringBellAfterMoves true/false
3611 @cindex ringBellAfterMoves, option
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwinboard.c1139 if (!appData.ringBellAfterMoves) { in InitInstance()
1141 appData.ringBellAfterMoves = TRUE; in InitInstance()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dcommon.h552 Boolean ringBellAfterMoves; member
H A Dxboard.texi2928 @item -movesound/-xmovesound or -ringBellAfterMoves true/false
2931 @cindex ringBellAfterMoves, option
H A Dargs.h350 { "ringBellAfterMoves", ArgBoolean, (void *) &appData.ringBellAfterMoves,
352 { "bell", ArgTrue, (void *) &appData.ringBellAfterMoves, FALSE, INVALID }, // for XB
353 { "xbell", ArgFalse, (void *) &appData.ringBellAfterMoves, FALSE, INVALID }, // for XB
354 { "movesound", ArgTrue, (void *) &appData.ringBellAfterMoves, FALSE, INVALID }, // for XB
355 { "xmovesound", ArgFalse, (void *) &appData.ringBellAfterMoves, FALSE, INVALID }, // for XB
H A Dmenus.c510 appData.ringBellAfterMoves = !appData.ringBellAfterMoves; in MoveSoundProc()
511 MARK_MENU_ITEM("Options.MoveSound", appData.ringBellAfterMoves); in MoveSoundProc()
1281 if (appData.ringBellAfterMoves) { in InitMenuMarkers()
H A Dbackend.c5029 …if (appData.ringBellAfterMoves && /*!ics_user_moved*/ // [HGM] use absolute method to recognize ow… in ParseBoard12()
8900 if (!pausing && appData.ringBellAfterMoves) { in HandleMachineMove()
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwinboard.c1136 if (!appData.ringBellAfterMoves) { in InitInstance()
1138 appData.ringBellAfterMoves = TRUE; in InitInstance()
/dports/games/xshogi/xshogi-1.4.2/
H A Dxshogi.c368 Boolean ringBellAfterMoves; member
694 XtOffset(AppDataPtr, ringBellAfterMoves),
4276 if ((gameMode != PauseGame) && localPlayer.appData.ringBellAfterMoves) in HandleMachineMove()