Home
last modified time | relevance | path

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

/dports/games/cgoban/cgoban-1.9.14/src/
H A Dcgbuts.h85 } GoMarkType; typedef
107 GoMarkType markType;
127 extern void grid_setMark(But *but, GoMarkType markType, int markAux);
140 ((GoMarkType)((s - goStone_white) + goMark_smWhite))
153 GoMarkType markType, int markAux,
H A DsgfPlay.c216 GoMarkType mark; in processNodeMarks()
H A DgoPic.c215 GoMarkType mark; in goPic_update()
H A DeditBoard.c830 GoMarkType markAdded; in setMark()
951 GoMarkType oldMark; in markGroup()
H A Dcgbuts.c163 void grid_setMark(But *but, GoMarkType mark, int aux) { in grid_setMark()
473 GoMarkType markType, int markAux, in cgbuts_markPiece()