Home
last modified time | relevance | path

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

/dports/games/cgoban/cgoban-1.9.14/src/
H A Dmsg.h168 extern const char msg_playerListDesc[];
H A Dmsg.c403 const char msg_playerListDesc[] = "\tIdle\tGm"; variable
/dports/games/cgoban/cgoban-1.9.14/src/client/
H A Dplayer.c138 butList_changeLine(gl->title, 0, msg_playerListDesc); in cliPlayerList_openWin()