Home
last modified time | relevance | path

Searched refs:msg_badHcap (Results 1 – 4 of 4) sorted by relevance

/dports/games/cgoban/cgoban-1.9.14/src/
H A Dmsg.h45 extern const char msg_badSize[], msg_badHcap[], msg_badKomi[];
H A Dmsg.c95 const char msg_badHcap[] = "\"%s\" is an invalid handicap. The handicap " variable
H A DgameSetup.c325 str_print(&curValue, msg_badHcap, value, 27); in newHcap()
/dports/games/cgoban/cgoban-1.9.14/src/client/
H A Dmatch.c464 str_print(&m->data->cmdBuild, msg_badHcap, value, 9); in newHcap()