Home
last modified time | relevance | path

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

/openbsd/src/games/gomoku/
Dgomoku.h190 #define C_OPEN_0 0x01 /* link[0] is an open ended frame */ macro
Dpickmove.c483 ncbp->c_flg = (ocb.c.b) ? C_OPEN_0 : 0; in makecombo2()
996 i = (flg & C_OPEN_0) ? 6 : 5; in updatecombo()
1130 n = i + ((flg & C_OPEN_0) != 0); in checkframes()
1162 if ((flg & C_OPEN_0) && in checkframes()
1447 open = cbp->c_flg & C_OPEN_0; in clearcombo()