Home
last modified time | relevance | path

Searched refs:alternate_connections (Results 1 – 5 of 5) sorted by relevance

/dports/games/gnugo/gnugo-3.8/engine/
H A Dglobals.c110 int alternate_connections = ALTERNATE_CONNECTIONS; variable
H A Dgnugo.h214 extern int alternate_connections; /* use alternate connection module */
H A Dliberty.h753 extern int alternate_connections; /* use alternate connection module */
H A Dreadconnect.c1100 if (alternate_connections) { in string_connect()
1285 if (alternate_connections) { in disconnect()
/dports/games/gnugo/gnugo-3.8/interface/
H A Dmain.c578 alternate_connections = !alternate_connections; in main()