Home
last modified time | relevance | path

Searched refs:c_flg (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/games/gomoku/
Dpickmove.c483 ncbp->c_flg = (ocb.c.b) ? C_OPEN_0 : 0; in makecombo2()
485 ncbp->c_flg |= C_OPEN_1; in makecombo2()
715 ncbp->c_flg = ocb.c.b ? C_OPEN_1 : 0; in makecombo()
725 ncbp->c_flg |= C_LOOP; in makecombo()
840 if (cbp->c_flg & C_LOOP) { in makeempty()
864 if (!(cbp->c_flg & C_LOOP)) in makeempty()
955 flg = cbp->c_flg; in updatecombo()
1085 flg = cbp->c_flg; in checkframes()
1316 cbp->c_flg); in printcombo()
1379 if (cbp->c_flg & C_LOOP) { in markcombo()
[all …]
Dgomoku.h181 u_char c_flg; /* C:combo flags */ member