Searched refs:C_OPEN_1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dgomoku.h195 #define C_OPEN_1 0x02 /* link[1] is an open ended frame */ macro
H A Dpickmove.c498 ncbp->c_flags |= C_OPEN_1;
734 ncbp->c_flags = ocb.c.b ? C_OPEN_1 : 0;
989 i = (flags & C_OPEN_1) ? 6 : 5;
1107 n = i + ((flags & C_OPEN_1) != 0);
1133 if ((flags & C_OPEN_1) &&
1466 clearcombo(tcbp, cbp->c_flags & C_OPEN_1);

Completed in 57 milliseconds