Home | History | Annotate | Download | only in gomoku

Lines Matching refs:c_next

67 	if (cbp->c_next == NULL)
71 sortframes[BLACK] = cbp->c_next;
73 sortframes[WHITE] = cbp->c_next;
74 cbp->c_next->c_prev = cbp->c_prev;
75 cbp->c_prev->c_next = cbp->c_next;
183 sortframes[us] = cbp->c_next = cbp->c_prev = cbp;
192 cbp1 = cbp1->c_next;
198 cbp->c_next = cbp1;
200 cbp1->c_prev->c_next = cbp;