Home
last modified time | relevance | path

Searched refs:msg_gameResultTime (Results 1 – 3 of 3) sorted by relevance

/dports/games/cgoban/cgoban-1.9.14/src/
H A Dmsg.h162 extern const char msg_gameResultTime[], msg_gameResultScore[];
H A Dmsg.c383 const char msg_gameResultTime[] = "Move %d: %s runs out of time"; variable
/dports/games/cgoban/cgoban-1.9.14/src/client/
H A Dgame.c789 str_print(&board->result, msg_gameResultTime, in cliGameList_gameGone()