Home
last modified time | relevance | path

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

/dports/games/cgoban/cgoban-1.9.14/src/
H A Dcgbuts.h143 extern But *stoneGroup_create(Cgbuts *b, ButWin *win, int layer, int flags);
H A DeditTool.c112 stoneGroup_create(&cg->cgbuts, etw->toolWin, in editToolWin_init()
H A DeditBoard.c220 eb->goban->iDec1 = stoneGroup_create(&cg->cgbuts, eb->goban->iWin, 2, in createSgf()
H A Dcgbuts.c750 But *stoneGroup_create(Cgbuts *b, ButWin *win, int layer, int flags) { in stoneGroup_create() function