HomeSort by: relevance | last modified time | path
    Searched refs:C_OPEN_1 (Results 1 - 2 of 2) sorted by relevancy

  /src/games/gomoku/
gomoku.h 181 #define C_OPEN_1 0x02 /* link[1] is an open-ended frame */
pickmove.c 518 ncbp->c_flags |= C_OPEN_1;
745 ncbp->c_flags = ocb.cv_win != 0 ? C_OPEN_1 : 0;
996 int off = (flags & C_OPEN_1) != 0 ? 6 : 5;
1113 n = ovbit + ((flags & C_OPEN_1) != 0 ? 1 : 0);
1140 if ((flags & C_OPEN_1) != 0 &&
1469 clearcombo(tcbp, cbp->c_flags & C_OPEN_1);

Completed in 14 milliseconds